Annotation of rpl/configure, revision 1.82

1.1       bertrand    1: #! /bin/sh
                      2: # Guess values for system-dependent variables and create Makefiles.
1.73      bertrand    3: # Generated by GNU Autoconf 2.68 for rpl 4.1.3.
1.15      bertrand    4: #
1.1       bertrand    5: #
                      6: # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1.36      bertrand    7: # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
                      8: # Foundation, Inc.
1.15      bertrand    9: #
                     10: #
1.1       bertrand   11: # This configure script is free software; the Free Software Foundation
                     12: # gives unlimited permission to copy, distribute and modify it.
1.15      bertrand   13: ## -------------------- ##
                     14: ## M4sh Initialization. ##
                     15: ## -------------------- ##
1.1       bertrand   16: 
                     17: # Be more Bourne compatible
                     18: DUALCASE=1; export DUALCASE # for MKS sh
1.15      bertrand   19: if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
1.1       bertrand   20:   emulate sh
                     21:   NULLCMD=:
1.15      bertrand   22:   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1.1       bertrand   23:   # is contrary to our usage.  Disable this feature.
                     24:   alias -g '${1+"$@"}'='"$@"'
                     25:   setopt NO_GLOB_SUBST
                     26: else
1.15      bertrand   27:   case `(set -o) 2>/dev/null` in #(
                     28:   *posix*) :
                     29:     set -o posix ;; #(
                     30:   *) :
                     31:      ;;
1.1       bertrand   32: esac
                     33: fi
                     34: 
                     35: 
1.15      bertrand   36: as_nl='
                     37: '
                     38: export as_nl
                     39: # Printing a long string crashes Solaris 7 /usr/bin/printf.
                     40: as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
                     41: as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
                     42: as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
                     43: # Prefer a ksh shell builtin over an external printf program on Solaris,
                     44: # but without wasting forks for bash or zsh.
                     45: if test -z "$BASH_VERSION$ZSH_VERSION" \
                     46:     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
                     47:   as_echo='print -r --'
                     48:   as_echo_n='print -rn --'
                     49: elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
                     50:   as_echo='printf %s\n'
                     51:   as_echo_n='printf %s'
                     52: else
                     53:   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
                     54:     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
                     55:     as_echo_n='/usr/ucb/echo -n'
                     56:   else
                     57:     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
                     58:     as_echo_n_body='eval
                     59:       arg=$1;
                     60:       case $arg in #(
                     61:       *"$as_nl"*)
                     62:    expr "X$arg" : "X\\(.*\\)$as_nl";
                     63:    arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
                     64:       esac;
                     65:       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
                     66:     '
                     67:     export as_echo_n_body
                     68:     as_echo_n='sh -c $as_echo_n_body as_echo'
                     69:   fi
                     70:   export as_echo_body
                     71:   as_echo='sh -c $as_echo_body as_echo'
                     72: fi
1.14      bertrand   73: 
                     74: # The user is always right.
                     75: if test "${PATH_SEPARATOR+set}" != set; then
1.15      bertrand   76:   PATH_SEPARATOR=:
                     77:   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
                     78:     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
                     79:       PATH_SEPARATOR=';'
                     80:   }
1.1       bertrand   81: fi
                     82: 
                     83: 
                     84: # IFS
                     85: # We need space, tab and new line, in precisely that order.  Quoting is
                     86: # there to prevent editors from complaining about space-tab.
                     87: # (If _AS_PATH_WALK were called with IFS unset, it would disable word
                     88: # splitting by setting IFS to empty value.)
                     89: IFS=" ""   $as_nl"
                     90: 
                     91: # Find who we are.  Look in the path if we contain no directory separator.
1.57      bertrand   92: as_myself=
1.15      bertrand   93: case $0 in #((
1.1       bertrand   94:   *[\\/]* ) as_myself=$0 ;;
                     95:   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                     96: for as_dir in $PATH
                     97: do
                     98:   IFS=$as_save_IFS
                     99:   test -z "$as_dir" && as_dir=.
1.15      bertrand  100:     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
                    101:   done
1.1       bertrand  102: IFS=$as_save_IFS
                    103: 
                    104:      ;;
                    105: esac
                    106: # We did not find ourselves, most probably we were run as `sh COMMAND'
                    107: # in which case we are not to be found in the path.
                    108: if test "x$as_myself" = x; then
                    109:   as_myself=$0
                    110: fi
                    111: if test ! -f "$as_myself"; then
1.15      bertrand  112:   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
                    113:   exit 1
1.1       bertrand  114: fi
                    115: 
1.15      bertrand  116: # Unset variables that we do not need and which cause bugs (e.g. in
                    117: # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
                    118: # suppresses any "Segmentation fault" message there.  '((' could
                    119: # trigger a bug in pdksh 5.2.14.
                    120: for as_var in BASH_ENV ENV MAIL MAILPATH
                    121: do eval test x\${$as_var+set} = xset \
                    122:   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
1.1       bertrand  123: done
                    124: PS1='$ '
                    125: PS2='> '
                    126: PS4='+ '
                    127: 
                    128: # NLS nuisances.
1.15      bertrand  129: LC_ALL=C
                    130: export LC_ALL
                    131: LANGUAGE=C
                    132: export LANGUAGE
1.1       bertrand  133: 
                    134: # CDPATH.
1.15      bertrand  135: (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
1.1       bertrand  136: 
                    137: if test "x$CONFIG_SHELL" = x; then
1.15      bertrand  138:   as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
                    139:   emulate sh
                    140:   NULLCMD=:
                    141:   # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
                    142:   # is contrary to our usage.  Disable this feature.
                    143:   alias -g '\${1+\"\$@\"}'='\"\$@\"'
                    144:   setopt NO_GLOB_SUBST
1.1       bertrand  145: else
1.15      bertrand  146:   case \`(set -o) 2>/dev/null\` in #(
                    147:   *posix*) :
                    148:     set -o posix ;; #(
                    149:   *) :
                    150:      ;;
                    151: esac
1.1       bertrand  152: fi
1.15      bertrand  153: "
                    154:   as_required="as_fn_return () { (exit \$1); }
                    155: as_fn_success () { as_fn_return 0; }
                    156: as_fn_failure () { as_fn_return 1; }
                    157: as_fn_ret_success () { return 0; }
                    158: as_fn_ret_failure () { return 1; }
1.1       bertrand  159: 
                    160: exitcode=0
1.15      bertrand  161: as_fn_success || { exitcode=1; echo as_fn_success failed.; }
                    162: as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
                    163: as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
                    164: as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
                    165: if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
                    166: 
                    167: else
                    168:   exitcode=1; echo positional parameters were not saved.
                    169: fi
                    170: test x\$exitcode = x0 || exit 1"
                    171:   as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
                    172:   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
                    173:   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
                    174:   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
                    175: test \$(( 1 + 1 )) = 2 || exit 1"
                    176:   if (eval "$as_required") 2>/dev/null; then :
                    177:   as_have_required=yes
1.14      bertrand  178: else
1.15      bertrand  179:   as_have_required=no
1.14      bertrand  180: fi
1.15      bertrand  181:   if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
1.14      bertrand  182: 
                    183: else
1.15      bertrand  184:   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                    185: as_found=false
1.1       bertrand  186: for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
                    187: do
                    188:   IFS=$as_save_IFS
                    189:   test -z "$as_dir" && as_dir=.
1.15      bertrand  190:   as_found=:
                    191:   case $as_dir in #(
1.1       bertrand  192:     /*)
                    193:       for as_base in sh bash ksh sh5; do
1.15      bertrand  194:         # Try only shells that exist, to save several forks.
                    195:         as_shell=$as_dir/$as_base
                    196:         if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
                    197:            { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
                    198:   CONFIG_SHELL=$as_shell as_have_required=yes
                    199:           if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
                    200:   break 2
                    201: fi
                    202: fi
1.1       bertrand  203:       done;;
                    204:        esac
1.15      bertrand  205:   as_found=false
1.1       bertrand  206: done
1.15      bertrand  207: $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
                    208:          { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
                    209:   CONFIG_SHELL=$SHELL as_have_required=yes
                    210: fi; }
1.1       bertrand  211: IFS=$as_save_IFS
                    212: 
                    213: 
1.15      bertrand  214:       if test "x$CONFIG_SHELL" != x; then :
                    215:   # We cannot yet assume a decent shell, so we have to provide a
                    216:    # neutralization value for shells without unset; and this also
                    217:    # works around shells that cannot unset nonexistent variables.
1.57      bertrand  218:    # Preserve -v and -x to the replacement shell.
1.15      bertrand  219:    BASH_ENV=/dev/null
                    220:    ENV=/dev/null
                    221:    (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
                    222:    export CONFIG_SHELL
1.57      bertrand  223:    case $- in # ((((
                    224:      *v*x* | *x*v* ) as_opts=-vx ;;
                    225:      *v* ) as_opts=-v ;;
                    226:      *x* ) as_opts=-x ;;
                    227:      * ) as_opts= ;;
                    228:    esac
                    229:    exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
1.15      bertrand  230: fi
                    231: 
                    232:     if test x$as_have_required = xno; then :
                    233:   $as_echo "$0: This script requires a shell more modern than all"
                    234:   $as_echo "$0: the shells that I found on your system."
                    235:   if test x${ZSH_VERSION+set} = xset ; then
                    236:     $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
                    237:     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
                    238:   else
                    239:     $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
                    240: $0: including any error possibly output before this
                    241: $0: message. Then install a modern shell, or manually run
                    242: $0: the script under such a shell if you do have one."
                    243:   fi
                    244:   exit 1
                    245: fi
1.1       bertrand  246: fi
                    247: fi
1.15      bertrand  248: SHELL=${CONFIG_SHELL-/bin/sh}
                    249: export SHELL
                    250: # Unset more variables known to interfere with behavior of common tools.
                    251: CLICOLOR_FORCE= GREP_OPTIONS=
                    252: unset CLICOLOR_FORCE GREP_OPTIONS
1.14      bertrand  253: 
1.15      bertrand  254: ## --------------------- ##
                    255: ## M4sh Shell Functions. ##
                    256: ## --------------------- ##
                    257: # as_fn_unset VAR
                    258: # ---------------
                    259: # Portably unset VAR.
                    260: as_fn_unset ()
                    261: {
                    262:   { eval $1=; unset $1;}
                    263: }
                    264: as_unset=as_fn_unset
                    265: 
                    266: # as_fn_set_status STATUS
                    267: # -----------------------
                    268: # Set $? to STATUS, without forking.
                    269: as_fn_set_status ()
                    270: {
                    271:   return $1
                    272: } # as_fn_set_status
                    273: 
                    274: # as_fn_exit STATUS
                    275: # -----------------
                    276: # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
                    277: as_fn_exit ()
                    278: {
                    279:   set +e
                    280:   as_fn_set_status $1
                    281:   exit $1
                    282: } # as_fn_exit
                    283: 
                    284: # as_fn_mkdir_p
                    285: # -------------
                    286: # Create "$as_dir" as a directory, including parents if necessary.
                    287: as_fn_mkdir_p ()
                    288: {
1.14      bertrand  289: 
1.15      bertrand  290:   case $as_dir in #(
                    291:   -*) as_dir=./$as_dir;;
                    292:   esac
                    293:   test -d "$as_dir" || eval $as_mkdir_p || {
                    294:     as_dirs=
                    295:     while :; do
                    296:       case $as_dir in #(
                    297:       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
                    298:       *) as_qdir=$as_dir;;
                    299:       esac
                    300:       as_dirs="'$as_qdir' $as_dirs"
                    301:       as_dir=`$as_dirname -- "$as_dir" ||
                    302: $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
                    303:     X"$as_dir" : 'X\(//\)[^/]' \| \
                    304:     X"$as_dir" : 'X\(//\)$' \| \
                    305:     X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
                    306: $as_echo X"$as_dir" |
                    307:     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
                    308:        s//\1/
                    309:        q
                    310:      }
                    311:      /^X\(\/\/\)[^/].*/{
                    312:        s//\1/
                    313:        q
                    314:      }
                    315:      /^X\(\/\/\)$/{
                    316:        s//\1/
                    317:        q
                    318:      }
                    319:      /^X\(\/\).*/{
                    320:        s//\1/
                    321:        q
                    322:      }
                    323:      s/.*/./; q'`
                    324:       test -d "$as_dir" && break
                    325:     done
                    326:     test -z "$as_dirs" || eval "mkdir $as_dirs"
1.36      bertrand  327:   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
1.1       bertrand  328: 
                    329: 
1.15      bertrand  330: } # as_fn_mkdir_p
                    331: # as_fn_append VAR VALUE
                    332: # ----------------------
                    333: # Append the text in VALUE to the end of the definition contained in VAR. Take
                    334: # advantage of any shell optimizations that allow amortized linear growth over
                    335: # repeated appends, instead of the typical quadratic growth present in naive
                    336: # implementations.
                    337: if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
                    338:   eval 'as_fn_append ()
                    339:   {
                    340:     eval $1+=\$2
                    341:   }'
1.14      bertrand  342: else
1.15      bertrand  343:   as_fn_append ()
                    344:   {
                    345:     eval $1=\$$1\$2
                    346:   }
                    347: fi # as_fn_append
1.1       bertrand  348: 
1.15      bertrand  349: # as_fn_arith ARG...
                    350: # ------------------
                    351: # Perform arithmetic evaluation on the ARGs, and store the result in the
                    352: # global $as_val. Take advantage of shells that can avoid forks. The arguments
                    353: # must be portable across $(()) and expr.
                    354: if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
                    355:   eval 'as_fn_arith ()
                    356:   {
                    357:     as_val=$(( $* ))
                    358:   }'
1.1       bertrand  359: else
1.15      bertrand  360:   as_fn_arith ()
                    361:   {
                    362:     as_val=`expr "$@" || test $? -eq 1`
                    363:   }
                    364: fi # as_fn_arith
1.14      bertrand  365: 
                    366: 
1.36      bertrand  367: # as_fn_error STATUS ERROR [LINENO LOG_FD]
                    368: # ----------------------------------------
1.15      bertrand  369: # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
                    370: # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
1.36      bertrand  371: # script with STATUS, using 1 if that was 0.
1.15      bertrand  372: as_fn_error ()
                    373: {
1.36      bertrand  374:   as_status=$1; test $as_status -eq 0 && as_status=1
                    375:   if test "$4"; then
                    376:     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
                    377:     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
1.15      bertrand  378:   fi
1.36      bertrand  379:   $as_echo "$as_me: error: $2" >&2
1.15      bertrand  380:   as_fn_exit $as_status
                    381: } # as_fn_error
1.14      bertrand  382: 
1.15      bertrand  383: if expr a : '\(a\)' >/dev/null 2>&1 &&
                    384:    test "X`expr 00001 : '.*\(...\)'`" = X001; then
                    385:   as_expr=expr
1.1       bertrand  386: else
1.15      bertrand  387:   as_expr=false
1.14      bertrand  388: fi
                    389: 
1.15      bertrand  390: if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
                    391:   as_basename=basename
1.1       bertrand  392: else
1.15      bertrand  393:   as_basename=false
1.14      bertrand  394: fi
                    395: 
1.15      bertrand  396: if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
                    397:   as_dirname=dirname
1.1       bertrand  398: else
1.15      bertrand  399:   as_dirname=false
1.1       bertrand  400: fi
                    401: 
1.15      bertrand  402: as_me=`$as_basename -- "$0" ||
                    403: $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
                    404:     X"$0" : 'X\(//\)$' \| \
                    405:     X"$0" : 'X\(/\)' \| . 2>/dev/null ||
                    406: $as_echo X/"$0" |
                    407:     sed '/^.*\/\([^/][^/]*\)\/*$/{
                    408:        s//\1/
                    409:        q
                    410:      }
                    411:      /^X\/\(\/\/\)$/{
                    412:        s//\1/
                    413:        q
                    414:      }
                    415:      /^X\/\(\/\).*/{
                    416:        s//\1/
                    417:        q
                    418:      }
                    419:      s/.*/./; q'`
1.1       bertrand  420: 
1.15      bertrand  421: # Avoid depending upon Character Ranges.
                    422: as_cr_letters='abcdefghijklmnopqrstuvwxyz'
                    423: as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
                    424: as_cr_Letters=$as_cr_letters$as_cr_LETTERS
                    425: as_cr_digits='0123456789'
                    426: as_cr_alnum=$as_cr_Letters$as_cr_digits
1.1       bertrand  427: 
                    428: 
1.15      bertrand  429:   as_lineno_1=$LINENO as_lineno_1a=$LINENO
                    430:   as_lineno_2=$LINENO as_lineno_2a=$LINENO
                    431:   eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
                    432:   test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
                    433:   # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
1.1       bertrand  434:   sed -n '
                    435:     p
                    436:     /[$]LINENO/=
                    437:   ' <$as_myself |
                    438:     sed '
                    439:       s/[$]LINENO.*/&-/
                    440:       t lineno
                    441:       b
                    442:       :lineno
                    443:       N
                    444:       :loop
                    445:       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
                    446:       t loop
                    447:       s/-\n.*//
                    448:     ' >$as_me.lineno &&
                    449:   chmod +x "$as_me.lineno" ||
1.15      bertrand  450:     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
1.1       bertrand  451: 
                    452:   # Don't try to exec as it changes $[0], causing all sort of problems
                    453:   # (the dirname of $[0] is not the place where we might find the
                    454:   # original and so on.  Autoconf is especially sensitive to this).
                    455:   . "./$as_me.lineno"
                    456:   # Exit status is that of the last command.
                    457:   exit
                    458: }
                    459: 
1.15      bertrand  460: ECHO_C= ECHO_N= ECHO_T=
                    461: case `echo -n x` in #(((((
                    462: -n*)
                    463:   case `echo 'xy\c'` in
1.1       bertrand  464:   *c*) ECHO_T='    ';; # ECHO_T is single tab character.
1.15      bertrand  465:   xy)  ECHO_C='\c';;
                    466:   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
                    467:        ECHO_T='    ';;
1.1       bertrand  468:   esac;;
                    469: *)
                    470:   ECHO_N='-n';;
                    471: esac
                    472: 
                    473: rm -f conf$$ conf$$.exe conf$$.file
                    474: if test -d conf$$.dir; then
                    475:   rm -f conf$$.dir/conf$$.file
                    476: else
                    477:   rm -f conf$$.dir
1.15      bertrand  478:   mkdir conf$$.dir 2>/dev/null
1.1       bertrand  479: fi
1.15      bertrand  480: if (echo >conf$$.file) 2>/dev/null; then
                    481:   if ln -s conf$$.file conf$$ 2>/dev/null; then
                    482:     as_ln_s='ln -s'
                    483:     # ... but there are two gotchas:
                    484:     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
                    485:     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
                    486:     # In both cases, we have to default to `cp -p'.
                    487:     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
                    488:       as_ln_s='cp -p'
                    489:   elif ln conf$$.file conf$$ 2>/dev/null; then
                    490:     as_ln_s=ln
                    491:   else
1.1       bertrand  492:     as_ln_s='cp -p'
1.15      bertrand  493:   fi
1.1       bertrand  494: else
                    495:   as_ln_s='cp -p'
                    496: fi
                    497: rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
                    498: rmdir conf$$.dir 2>/dev/null
                    499: 
                    500: if mkdir -p . 2>/dev/null; then
1.15      bertrand  501:   as_mkdir_p='mkdir -p "$as_dir"'
1.1       bertrand  502: else
                    503:   test -d ./-p && rmdir ./-p
                    504:   as_mkdir_p=false
                    505: fi
                    506: 
                    507: if test -x / >/dev/null 2>&1; then
                    508:   as_test_x='test -x'
                    509: else
                    510:   if ls -dL / >/dev/null 2>&1; then
                    511:     as_ls_L_option=L
                    512:   else
                    513:     as_ls_L_option=
                    514:   fi
                    515:   as_test_x='
                    516:     eval sh -c '\''
                    517:       if test -d "$1"; then
1.15      bertrand  518:    test -d "$1/.";
1.1       bertrand  519:       else
1.15      bertrand  520:    case $1 in #(
                    521:    -*)set "./$1";;
1.1       bertrand  522:    esac;
1.15      bertrand  523:    case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
1.1       bertrand  524:    ???[sx]*):;;*)false;;esac;fi
                    525:     '\'' sh
                    526:   '
                    527: fi
                    528: as_executable_p=$as_test_x
                    529: 
                    530: # Sed expression to map a string onto a valid CPP name.
                    531: as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
                    532: 
                    533: # Sed expression to map a string onto a valid variable name.
                    534: as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
                    535: 
                    536: 
1.15      bertrand  537: test -n "$DJDIR" || exec 7<&0 </dev/null
                    538: exec 6>&1
1.1       bertrand  539: 
                    540: # Name of the host.
1.36      bertrand  541: # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
1.1       bertrand  542: # so uname gets run too.
                    543: ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
                    544: 
                    545: #
                    546: # Initializations.
                    547: #
                    548: ac_default_prefix=/usr/local
                    549: ac_clean_files=
                    550: ac_config_libobj_dir=.
                    551: LIBOBJS=
                    552: cross_compiling=no
                    553: subdirs=
                    554: MFLAGS=
                    555: MAKEFLAGS=
                    556: 
                    557: # Identity of this package.
                    558: PACKAGE_NAME='rpl'
                    559: PACKAGE_TARNAME='rpl'
1.73      bertrand  560: PACKAGE_VERSION='4.1.3'
                    561: PACKAGE_STRING='rpl 4.1.3'
1.1       bertrand  562: PACKAGE_BUGREPORT=''
1.15      bertrand  563: PACKAGE_URL=''
1.1       bertrand  564: 
1.80      bertrand  565: enable_option_checking=no
1.1       bertrand  566: ac_default_prefix=/usr/local
                    567: # Factoring default headers for most tests.
                    568: ac_includes_default="\
                    569: #include <stdio.h>
                    570: #ifdef HAVE_SYS_TYPES_H
                    571: # include <sys/types.h>
                    572: #endif
                    573: #ifdef HAVE_SYS_STAT_H
                    574: # include <sys/stat.h>
                    575: #endif
                    576: #ifdef STDC_HEADERS
                    577: # include <stdlib.h>
                    578: # include <stddef.h>
                    579: #else
                    580: # ifdef HAVE_STDLIB_H
                    581: #  include <stdlib.h>
                    582: # endif
                    583: #endif
                    584: #ifdef HAVE_STRING_H
                    585: # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
                    586: #  include <memory.h>
                    587: # endif
                    588: # include <string.h>
                    589: #endif
                    590: #ifdef HAVE_STRINGS_H
                    591: # include <strings.h>
                    592: #endif
                    593: #ifdef HAVE_INTTYPES_H
                    594: # include <inttypes.h>
                    595: #endif
                    596: #ifdef HAVE_STDINT_H
                    597: # include <stdint.h>
                    598: #endif
                    599: #ifdef HAVE_UNISTD_H
                    600: # include <unistd.h>
                    601: #endif"
                    602: 
1.15      bertrand  603: ac_subst_vars='am__EXEEXT_FALSE
                    604: am__EXEEXT_TRUE
                    605: LTLIBOBJS
                    606: LIBOBJS
1.80      bertrand  607: LIBMOTIF
                    608: INCMOTIF
1.56      bertrand  609: GIAC
                    610: PARI
                    611: COCOA
                    612: NTL
1.55      bertrand  613: MPFR
                    614: GMP
1.49      bertrand  615: MALLOC
1.30      bertrand  616: EXT_SQL
1.15      bertrand  617: DATE_FR
                    618: FINAL_ENCODING
1.76      bertrand  619: SIGSEGV
1.80      bertrand  620: BUILD_OPENMOTIF
1.78      bertrand  621: OPENMOTIF
1.82    ! bertrand  622: LIBXPM
1.15      bertrand  623: OPENSSL
                    624: SQLITE
                    625: ICONV
                    626: FILE
                    627: GNUPLOT
                    628: GPP
                    629: GSL
                    630: UNITS
                    631: READLINE
                    632: NCURSES
1.75      bertrand  633: ELF
1.40      bertrand  634: BSH_PATH
1.34      bertrand  635: IPV6
1.33      bertrand  636: SEMUN
1.36      bertrand  637: IPCS_SYSV
1.17      bertrand  638: SEMAPHORES_NOMMES
                    639: NESTED_FUNCTIONS
                    640: EXPORT_DYNAMIC
1.33      bertrand  641: C_STANDARD
1.15      bertrand  642: OS
1.69      bertrand  643: HOST
1.15      bertrand  644: GNUPLOT_COMPILATION
                    645: EGREP
                    646: GREP
                    647: libPgSQLlib
                    648: libPgSQLinc
                    649: POSTGRESQL_SUPPORT
                    650: libMySQLlib
                    651: libMySQLinc
                    652: MYSQL_SUPPORT
                    653: DATE
                    654: includeX
                    655: libX
                    656: MOTIF_SUPPORT
                    657: DEBUG
                    658: EXPERIMENTAL_CODE
                    659: VIM_SUPPORT
                    660: POSTSCRIPT_SUPPORT
                    661: FORCE_GNUPLOT_PATH
                    662: GNUPLOT_SUPPORT
                    663: VIM
                    664: GNUPLOT_P
                    665: GV
                    666: GS
                    667: DVIPS
                    668: LATEX
                    669: TEX
                    670: SED
                    671: RANLIB
                    672: LN_S
                    673: RUNPATH
                    674: PROFILAGE
1.80      bertrand  675: subdirs
1.67      bertrand  676: LIBRPLCAS
                    677: RPLCAS
1.66      bertrand  678: ABI
1.15      bertrand  679: X_EXTRA_LIBS
                    680: X_LIBS
                    681: X_PRE_LIBS
                    682: X_CFLAGS
                    683: CPP
                    684: XMKMF
                    685: ac_ct_FC
                    686: FCFLAGS
                    687: FC
                    688: ac_ct_F77
                    689: FFLAGS
                    690: F77
                    691: am__fastdepCXX_FALSE
                    692: am__fastdepCXX_TRUE
                    693: CXXDEPMODE
                    694: ac_ct_CXX
                    695: CXXFLAGS
                    696: CXX
                    697: am__fastdepCC_FALSE
                    698: am__fastdepCC_TRUE
                    699: CCDEPMODE
                    700: AMDEPBACKSLASH
                    701: AMDEP_FALSE
                    702: AMDEP_TRUE
                    703: am__quote
                    704: am__include
                    705: DEPDIR
                    706: OBJEXT
                    707: EXEEXT
                    708: ac_ct_CC
                    709: CPPFLAGS
                    710: LDFLAGS
                    711: CFLAGS
                    712: CC
                    713: am__untar
                    714: am__tar
                    715: AMTAR
                    716: am__leading_dot
                    717: SET_MAKE
                    718: AWK
                    719: mkdir_p
                    720: MKDIR_P
                    721: INSTALL_STRIP_PROGRAM
                    722: STRIP
                    723: install_sh
                    724: MAKEINFO
                    725: AUTOHEADER
                    726: AUTOMAKE
                    727: AUTOCONF
                    728: ACLOCAL
                    729: VERSION
                    730: PACKAGE
                    731: CYGPATH_W
                    732: am__isrc
                    733: INSTALL_DATA
                    734: INSTALL_SCRIPT
                    735: INSTALL_PROGRAM
                    736: target_os
                    737: target_vendor
                    738: target_cpu
                    739: target
                    740: host_os
                    741: host_vendor
                    742: host_cpu
                    743: host
                    744: build_os
                    745: build_vendor
                    746: build_cpu
                    747: build
                    748: target_alias
                    749: host_alias
                    750: build_alias
                    751: LIBS
                    752: ECHO_T
                    753: ECHO_N
                    754: ECHO_C
                    755: DEFS
                    756: mandir
                    757: localedir
                    758: libdir
                    759: psdir
                    760: pdfdir
                    761: dvidir
                    762: htmldir
                    763: infodir
                    764: docdir
                    765: oldincludedir
                    766: includedir
                    767: localstatedir
                    768: sharedstatedir
                    769: sysconfdir
                    770: datadir
                    771: datarootdir
                    772: libexecdir
                    773: sbindir
                    774: bindir
                    775: program_transform_name
                    776: prefix
                    777: exec_prefix
                    778: PACKAGE_URL
                    779: PACKAGE_BUGREPORT
                    780: PACKAGE_STRING
                    781: PACKAGE_VERSION
                    782: PACKAGE_TARNAME
                    783: PACKAGE_NAME
1.14      bertrand  784: PATH_SEPARATOR
1.15      bertrand  785: SHELL'
                    786: ac_subst_files=''
                    787: ac_user_opts='
                    788: enable_option_checking
                    789: enable_dependency_tracking
                    790: with_x
1.69      bertrand  791: with_32bits_abi
                    792: with_64bits_abi
1.67      bertrand  793: with_rplcas
1.15      bertrand  794: enable_optimization
1.36      bertrand  795: enable_sysv_semaphores
1.30      bertrand  796: enable_full_static
1.15      bertrand  797: enable_final_encoding
                    798: enable_tex
                    799: enable_vim
                    800: enable_embedded_gnuplot
                    801: enable_gnuplot
                    802: enable_motif
                    803: enable_experimental
                    804: enable_debug
                    805: enable_profile
                    806: enable_final_run_path
                    807: with_mysql
                    808: with_postgresql
1.40      bertrand  809: with_bourne_shell
1.15      bertrand  810: with_openssl_arch
                    811: '
                    812:       ac_precious_vars='build_alias
1.1       bertrand  813: host_alias
                    814: target_alias
                    815: CC
                    816: CFLAGS
                    817: LDFLAGS
1.15      bertrand  818: LIBS
1.1       bertrand  819: CPPFLAGS
                    820: CXX
                    821: CXXFLAGS
1.15      bertrand  822: CCC
1.1       bertrand  823: F77
                    824: FFLAGS
                    825: FC
                    826: FCFLAGS
                    827: XMKMF
                    828: CPP'
1.80      bertrand  829: ac_subdirs_all='tools/$LIBXPM
                    830: tools/$OPENMOTIF
                    831: tools/$GNUPLOT
1.69      bertrand  832: tools/$NCURSES
1.1       bertrand  833: tools/$READLINE
                    834: tools/$GSL
                    835: tools/$GPP
                    836: tools/$FILE
                    837: tools/$ICONV
1.9       bertrand  838: tools/$SQLITE
1.76      bertrand  839: tools/$UNITS
                    840: tools/$SIGSEGV'
1.1       bertrand  841: 
                    842: # Initialize some variables set by options.
                    843: ac_init_help=
                    844: ac_init_version=false
1.15      bertrand  845: ac_unrecognized_opts=
                    846: ac_unrecognized_sep=
1.1       bertrand  847: # The variables have the same names as the options, with
                    848: # dashes changed to underlines.
                    849: cache_file=/dev/null
                    850: exec_prefix=NONE
                    851: no_create=
                    852: no_recursion=
                    853: prefix=NONE
                    854: program_prefix=NONE
                    855: program_suffix=NONE
                    856: program_transform_name=s,x,x,
                    857: silent=
                    858: site=
                    859: srcdir=
                    860: verbose=
                    861: x_includes=NONE
                    862: x_libraries=NONE
                    863: 
                    864: # Installation directory options.
                    865: # These are left unexpanded so users can "make install exec_prefix=/foo"
                    866: # and all the variables that are supposed to be based on exec_prefix
                    867: # by default will actually change.
                    868: # Use braces instead of parens because sh, perl, etc. also accept them.
                    869: # (The list follows the same order as the GNU Coding Standards.)
                    870: bindir='${exec_prefix}/bin'
                    871: sbindir='${exec_prefix}/sbin'
                    872: libexecdir='${exec_prefix}/libexec'
                    873: datarootdir='${prefix}/share'
                    874: datadir='${datarootdir}'
                    875: sysconfdir='${prefix}/etc'
                    876: sharedstatedir='${prefix}/com'
                    877: localstatedir='${prefix}/var'
                    878: includedir='${prefix}/include'
                    879: oldincludedir='/usr/include'
                    880: docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
                    881: infodir='${datarootdir}/info'
                    882: htmldir='${docdir}'
                    883: dvidir='${docdir}'
                    884: pdfdir='${docdir}'
                    885: psdir='${docdir}'
                    886: libdir='${exec_prefix}/lib'
                    887: localedir='${datarootdir}/locale'
                    888: mandir='${datarootdir}/man'
                    889: 
                    890: ac_prev=
                    891: ac_dashdash=
                    892: for ac_option
                    893: do
                    894:   # If the previous option needs an argument, assign it.
                    895:   if test -n "$ac_prev"; then
                    896:     eval $ac_prev=\$ac_option
                    897:     ac_prev=
                    898:     continue
                    899:   fi
                    900: 
                    901:   case $ac_option in
1.36      bertrand  902:   *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
                    903:   *=)   ac_optarg= ;;
                    904:   *)    ac_optarg=yes ;;
1.1       bertrand  905:   esac
                    906: 
                    907:   # Accept the important Cygnus configure options, so we can diagnose typos.
                    908: 
                    909:   case $ac_dashdash$ac_option in
                    910:   --)
                    911:     ac_dashdash=yes ;;
                    912: 
                    913:   -bindir | --bindir | --bindi | --bind | --bin | --bi)
                    914:     ac_prev=bindir ;;
                    915:   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
                    916:     bindir=$ac_optarg ;;
                    917: 
                    918:   -build | --build | --buil | --bui | --bu)
                    919:     ac_prev=build_alias ;;
                    920:   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
                    921:     build_alias=$ac_optarg ;;
                    922: 
                    923:   -cache-file | --cache-file | --cache-fil | --cache-fi \
                    924:   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
                    925:     ac_prev=cache_file ;;
                    926:   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
                    927:   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
                    928:     cache_file=$ac_optarg ;;
                    929: 
                    930:   --config-cache | -C)
                    931:     cache_file=config.cache ;;
                    932: 
                    933:   -datadir | --datadir | --datadi | --datad)
                    934:     ac_prev=datadir ;;
                    935:   -datadir=* | --datadir=* | --datadi=* | --datad=*)
                    936:     datadir=$ac_optarg ;;
                    937: 
                    938:   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
                    939:   | --dataroo | --dataro | --datar)
                    940:     ac_prev=datarootdir ;;
                    941:   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
                    942:   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
                    943:     datarootdir=$ac_optarg ;;
                    944: 
                    945:   -disable-* | --disable-*)
1.15      bertrand  946:     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1.1       bertrand  947:     # Reject names that are not valid shell variable names.
1.15      bertrand  948:     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1.36      bertrand  949:       as_fn_error $? "invalid feature name: $ac_useropt"
1.15      bertrand  950:     ac_useropt_orig=$ac_useropt
                    951:     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
                    952:     case $ac_user_opts in
                    953:       *"
                    954: "enable_$ac_useropt"
                    955: "*) ;;
                    956:       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
                    957:     ac_unrecognized_sep=', ';;
                    958:     esac
                    959:     eval enable_$ac_useropt=no ;;
1.1       bertrand  960: 
                    961:   -docdir | --docdir | --docdi | --doc | --do)
                    962:     ac_prev=docdir ;;
                    963:   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
                    964:     docdir=$ac_optarg ;;
                    965: 
                    966:   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
                    967:     ac_prev=dvidir ;;
                    968:   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
                    969:     dvidir=$ac_optarg ;;
                    970: 
                    971:   -enable-* | --enable-*)
1.15      bertrand  972:     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1.1       bertrand  973:     # Reject names that are not valid shell variable names.
1.15      bertrand  974:     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1.36      bertrand  975:       as_fn_error $? "invalid feature name: $ac_useropt"
1.15      bertrand  976:     ac_useropt_orig=$ac_useropt
                    977:     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
                    978:     case $ac_user_opts in
                    979:       *"
                    980: "enable_$ac_useropt"
                    981: "*) ;;
                    982:       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
                    983:     ac_unrecognized_sep=', ';;
                    984:     esac
                    985:     eval enable_$ac_useropt=\$ac_optarg ;;
1.1       bertrand  986: 
                    987:   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
                    988:   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
                    989:   | --exec | --exe | --ex)
                    990:     ac_prev=exec_prefix ;;
                    991:   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
                    992:   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
                    993:   | --exec=* | --exe=* | --ex=*)
                    994:     exec_prefix=$ac_optarg ;;
                    995: 
                    996:   -gas | --gas | --ga | --g)
                    997:     # Obsolete; use --with-gas.
                    998:     with_gas=yes ;;
                    999: 
                   1000:   -help | --help | --hel | --he | -h)
                   1001:     ac_init_help=long ;;
                   1002:   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
                   1003:     ac_init_help=recursive ;;
                   1004:   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
                   1005:     ac_init_help=short ;;
                   1006: 
                   1007:   -host | --host | --hos | --ho)
                   1008:     ac_prev=host_alias ;;
                   1009:   -host=* | --host=* | --hos=* | --ho=*)
                   1010:     host_alias=$ac_optarg ;;
                   1011: 
                   1012:   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
                   1013:     ac_prev=htmldir ;;
                   1014:   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
                   1015:   | --ht=*)
                   1016:     htmldir=$ac_optarg ;;
                   1017: 
                   1018:   -includedir | --includedir | --includedi | --included | --include \
                   1019:   | --includ | --inclu | --incl | --inc)
                   1020:     ac_prev=includedir ;;
                   1021:   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
                   1022:   | --includ=* | --inclu=* | --incl=* | --inc=*)
                   1023:     includedir=$ac_optarg ;;
                   1024: 
                   1025:   -infodir | --infodir | --infodi | --infod | --info | --inf)
                   1026:     ac_prev=infodir ;;
                   1027:   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
                   1028:     infodir=$ac_optarg ;;
                   1029: 
                   1030:   -libdir | --libdir | --libdi | --libd)
                   1031:     ac_prev=libdir ;;
                   1032:   -libdir=* | --libdir=* | --libdi=* | --libd=*)
                   1033:     libdir=$ac_optarg ;;
                   1034: 
                   1035:   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
                   1036:   | --libexe | --libex | --libe)
                   1037:     ac_prev=libexecdir ;;
                   1038:   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
                   1039:   | --libexe=* | --libex=* | --libe=*)
                   1040:     libexecdir=$ac_optarg ;;
                   1041: 
                   1042:   -localedir | --localedir | --localedi | --localed | --locale)
                   1043:     ac_prev=localedir ;;
                   1044:   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
                   1045:     localedir=$ac_optarg ;;
                   1046: 
                   1047:   -localstatedir | --localstatedir | --localstatedi | --localstated \
                   1048:   | --localstate | --localstat | --localsta | --localst | --locals)
                   1049:     ac_prev=localstatedir ;;
                   1050:   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
                   1051:   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
                   1052:     localstatedir=$ac_optarg ;;
                   1053: 
                   1054:   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
                   1055:     ac_prev=mandir ;;
                   1056:   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
                   1057:     mandir=$ac_optarg ;;
                   1058: 
                   1059:   -nfp | --nfp | --nf)
                   1060:     # Obsolete; use --without-fp.
                   1061:     with_fp=no ;;
                   1062: 
                   1063:   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
                   1064:   | --no-cr | --no-c | -n)
                   1065:     no_create=yes ;;
                   1066: 
                   1067:   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
                   1068:   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
                   1069:     no_recursion=yes ;;
                   1070: 
                   1071:   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
                   1072:   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
                   1073:   | --oldin | --oldi | --old | --ol | --o)
                   1074:     ac_prev=oldincludedir ;;
                   1075:   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
                   1076:   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
                   1077:   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
                   1078:     oldincludedir=$ac_optarg ;;
                   1079: 
                   1080:   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
                   1081:     ac_prev=prefix ;;
                   1082:   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
                   1083:     prefix=$ac_optarg ;;
                   1084: 
                   1085:   -program-prefix | --program-prefix | --program-prefi | --program-pref \
                   1086:   | --program-pre | --program-pr | --program-p)
                   1087:     ac_prev=program_prefix ;;
                   1088:   -program-prefix=* | --program-prefix=* | --program-prefi=* \
                   1089:   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
                   1090:     program_prefix=$ac_optarg ;;
                   1091: 
                   1092:   -program-suffix | --program-suffix | --program-suffi | --program-suff \
                   1093:   | --program-suf | --program-su | --program-s)
                   1094:     ac_prev=program_suffix ;;
                   1095:   -program-suffix=* | --program-suffix=* | --program-suffi=* \
                   1096:   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
                   1097:     program_suffix=$ac_optarg ;;
                   1098: 
                   1099:   -program-transform-name | --program-transform-name \
                   1100:   | --program-transform-nam | --program-transform-na \
                   1101:   | --program-transform-n | --program-transform- \
                   1102:   | --program-transform | --program-transfor \
                   1103:   | --program-transfo | --program-transf \
                   1104:   | --program-trans | --program-tran \
                   1105:   | --progr-tra | --program-tr | --program-t)
                   1106:     ac_prev=program_transform_name ;;
                   1107:   -program-transform-name=* | --program-transform-name=* \
                   1108:   | --program-transform-nam=* | --program-transform-na=* \
                   1109:   | --program-transform-n=* | --program-transform-=* \
                   1110:   | --program-transform=* | --program-transfor=* \
                   1111:   | --program-transfo=* | --program-transf=* \
                   1112:   | --program-trans=* | --program-tran=* \
                   1113:   | --progr-tra=* | --program-tr=* | --program-t=*)
                   1114:     program_transform_name=$ac_optarg ;;
                   1115: 
                   1116:   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
                   1117:     ac_prev=pdfdir ;;
                   1118:   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
                   1119:     pdfdir=$ac_optarg ;;
                   1120: 
                   1121:   -psdir | --psdir | --psdi | --psd | --ps)
                   1122:     ac_prev=psdir ;;
                   1123:   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
                   1124:     psdir=$ac_optarg ;;
                   1125: 
                   1126:   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
                   1127:   | -silent | --silent | --silen | --sile | --sil)
                   1128:     silent=yes ;;
                   1129: 
                   1130:   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
                   1131:     ac_prev=sbindir ;;
                   1132:   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
                   1133:   | --sbi=* | --sb=*)
                   1134:     sbindir=$ac_optarg ;;
                   1135: 
                   1136:   -sharedstatedir | --sharedstatedir | --sharedstatedi \
                   1137:   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
                   1138:   | --sharedst | --shareds | --shared | --share | --shar \
                   1139:   | --sha | --sh)
                   1140:     ac_prev=sharedstatedir ;;
                   1141:   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
                   1142:   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
                   1143:   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
                   1144:   | --sha=* | --sh=*)
                   1145:     sharedstatedir=$ac_optarg ;;
                   1146: 
                   1147:   -site | --site | --sit)
                   1148:     ac_prev=site ;;
                   1149:   -site=* | --site=* | --sit=*)
                   1150:     site=$ac_optarg ;;
                   1151: 
                   1152:   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
                   1153:     ac_prev=srcdir ;;
                   1154:   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
                   1155:     srcdir=$ac_optarg ;;
                   1156: 
                   1157:   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
                   1158:   | --syscon | --sysco | --sysc | --sys | --sy)
                   1159:     ac_prev=sysconfdir ;;
                   1160:   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
                   1161:   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
                   1162:     sysconfdir=$ac_optarg ;;
                   1163: 
                   1164:   -target | --target | --targe | --targ | --tar | --ta | --t)
                   1165:     ac_prev=target_alias ;;
                   1166:   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
                   1167:     target_alias=$ac_optarg ;;
                   1168: 
                   1169:   -v | -verbose | --verbose | --verbos | --verbo | --verb)
                   1170:     verbose=yes ;;
                   1171: 
                   1172:   -version | --version | --versio | --versi | --vers | -V)
                   1173:     ac_init_version=: ;;
                   1174: 
                   1175:   -with-* | --with-*)
1.15      bertrand 1176:     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1.1       bertrand 1177:     # Reject names that are not valid shell variable names.
1.15      bertrand 1178:     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1.36      bertrand 1179:       as_fn_error $? "invalid package name: $ac_useropt"
1.15      bertrand 1180:     ac_useropt_orig=$ac_useropt
                   1181:     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
                   1182:     case $ac_user_opts in
                   1183:       *"
                   1184: "with_$ac_useropt"
                   1185: "*) ;;
                   1186:       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
                   1187:     ac_unrecognized_sep=', ';;
                   1188:     esac
                   1189:     eval with_$ac_useropt=\$ac_optarg ;;
1.1       bertrand 1190: 
                   1191:   -without-* | --without-*)
1.15      bertrand 1192:     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1.1       bertrand 1193:     # Reject names that are not valid shell variable names.
1.15      bertrand 1194:     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1.36      bertrand 1195:       as_fn_error $? "invalid package name: $ac_useropt"
1.15      bertrand 1196:     ac_useropt_orig=$ac_useropt
                   1197:     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
                   1198:     case $ac_user_opts in
                   1199:       *"
                   1200: "with_$ac_useropt"
                   1201: "*) ;;
                   1202:       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
                   1203:     ac_unrecognized_sep=', ';;
                   1204:     esac
                   1205:     eval with_$ac_useropt=no ;;
1.1       bertrand 1206: 
                   1207:   --x)
                   1208:     # Obsolete; use --with-x.
                   1209:     with_x=yes ;;
                   1210: 
                   1211:   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
                   1212:   | --x-incl | --x-inc | --x-in | --x-i)
                   1213:     ac_prev=x_includes ;;
                   1214:   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
                   1215:   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
                   1216:     x_includes=$ac_optarg ;;
                   1217: 
                   1218:   -x-libraries | --x-libraries | --x-librarie | --x-librari \
                   1219:   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
                   1220:     ac_prev=x_libraries ;;
                   1221:   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
                   1222:   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
                   1223:     x_libraries=$ac_optarg ;;
                   1224: 
1.36      bertrand 1225:   -*) as_fn_error $? "unrecognized option: \`$ac_option'
                   1226: Try \`$0 --help' for more information"
1.1       bertrand 1227:     ;;
                   1228: 
                   1229:   *=*)
                   1230:     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
                   1231:     # Reject names that are not valid shell variable names.
1.15      bertrand 1232:     case $ac_envvar in #(
                   1233:       '' | [0-9]* | *[!_$as_cr_alnum]* )
1.36      bertrand 1234:       as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1.15      bertrand 1235:     esac
1.1       bertrand 1236:     eval $ac_envvar=\$ac_optarg
                   1237:     export $ac_envvar ;;
                   1238: 
                   1239:   *)
                   1240:     # FIXME: should be removed in autoconf 3.0.
1.15      bertrand 1241:     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1.1       bertrand 1242:     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1.15      bertrand 1243:       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1.57      bertrand 1244:     : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1.1       bertrand 1245:     ;;
                   1246: 
                   1247:   esac
                   1248: done
                   1249: 
                   1250: if test -n "$ac_prev"; then
                   1251:   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1.36      bertrand 1252:   as_fn_error $? "missing argument to $ac_option"
1.15      bertrand 1253: fi
                   1254: 
                   1255: if test -n "$ac_unrecognized_opts"; then
                   1256:   case $enable_option_checking in
                   1257:     no) ;;
1.36      bertrand 1258:     fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1.15      bertrand 1259:     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
                   1260:   esac
1.1       bertrand 1261: fi
                   1262: 
1.15      bertrand 1263: # Check all directory arguments for consistency.
1.1       bertrand 1264: for ac_var in  exec_prefix prefix bindir sbindir libexecdir datarootdir \
                   1265:        datadir sysconfdir sharedstatedir localstatedir includedir \
                   1266:        oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
                   1267:        libdir localedir mandir
                   1268: do
                   1269:   eval ac_val=\$$ac_var
1.15      bertrand 1270:   # Remove trailing slashes.
                   1271:   case $ac_val in
                   1272:     */ )
                   1273:       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
                   1274:       eval $ac_var=\$ac_val;;
                   1275:   esac
                   1276:   # Be sure to have absolute directory names.
1.1       bertrand 1277:   case $ac_val in
                   1278:     [\\/$]* | ?:[\\/]* )  continue;;
                   1279:     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
                   1280:   esac
1.36      bertrand 1281:   as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1.1       bertrand 1282: done
                   1283: 
                   1284: # There might be people who depend on the old broken behavior: `$host'
                   1285: # used to hold the argument of --host etc.
                   1286: # FIXME: To remove some day.
                   1287: build=$build_alias
                   1288: host=$host_alias
                   1289: target=$target_alias
                   1290: 
                   1291: # FIXME: To remove some day.
                   1292: if test "x$host_alias" != x; then
                   1293:   if test "x$build_alias" = x; then
                   1294:     cross_compiling=maybe
1.36      bertrand 1295:     $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
                   1296:     If a cross compiler is detected then cross compile mode will be used" >&2
1.1       bertrand 1297:   elif test "x$build_alias" != "x$host_alias"; then
                   1298:     cross_compiling=yes
                   1299:   fi
                   1300: fi
                   1301: 
                   1302: ac_tool_prefix=
                   1303: test -n "$host_alias" && ac_tool_prefix=$host_alias-
                   1304: 
                   1305: test "$silent" = yes && exec 6>/dev/null
                   1306: 
                   1307: 
                   1308: ac_pwd=`pwd` && test -n "$ac_pwd" &&
                   1309: ac_ls_di=`ls -di .` &&
                   1310: ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1.36      bertrand 1311:   as_fn_error $? "working directory cannot be determined"
1.1       bertrand 1312: test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1.36      bertrand 1313:   as_fn_error $? "pwd does not report name of working directory"
1.1       bertrand 1314: 
                   1315: 
                   1316: # Find the source files, if location was not specified.
                   1317: if test -z "$srcdir"; then
                   1318:   ac_srcdir_defaulted=yes
                   1319:   # Try the directory containing this script, then the parent directory.
1.15      bertrand 1320:   ac_confdir=`$as_dirname -- "$as_myself" ||
                   1321: $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
                   1322:     X"$as_myself" : 'X\(//\)[^/]' \| \
                   1323:     X"$as_myself" : 'X\(//\)$' \| \
                   1324:     X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
                   1325: $as_echo X"$as_myself" |
1.1       bertrand 1326:     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
                   1327:        s//\1/
                   1328:        q
                   1329:      }
                   1330:      /^X\(\/\/\)[^/].*/{
                   1331:        s//\1/
                   1332:        q
                   1333:      }
                   1334:      /^X\(\/\/\)$/{
                   1335:        s//\1/
                   1336:        q
                   1337:      }
                   1338:      /^X\(\/\).*/{
                   1339:        s//\1/
                   1340:        q
                   1341:      }
                   1342:      s/.*/./; q'`
                   1343:   srcdir=$ac_confdir
                   1344:   if test ! -r "$srcdir/$ac_unique_file"; then
                   1345:     srcdir=..
                   1346:   fi
                   1347: else
                   1348:   ac_srcdir_defaulted=no
                   1349: fi
                   1350: if test ! -r "$srcdir/$ac_unique_file"; then
                   1351:   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1.36      bertrand 1352:   as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1.1       bertrand 1353: fi
                   1354: ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
                   1355: ac_abs_confdir=`(
1.36      bertrand 1356:    cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1.1       bertrand 1357:    pwd)`
                   1358: # When building in place, set srcdir=.
                   1359: if test "$ac_abs_confdir" = "$ac_pwd"; then
                   1360:   srcdir=.
                   1361: fi
                   1362: # Remove unnecessary trailing slashes from srcdir.
                   1363: # Double slashes in file names in object file debugging info
                   1364: # mess up M-x gdb in Emacs.
                   1365: case $srcdir in
                   1366: */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
                   1367: esac
                   1368: for ac_var in $ac_precious_vars; do
                   1369:   eval ac_env_${ac_var}_set=\${${ac_var}+set}
                   1370:   eval ac_env_${ac_var}_value=\$${ac_var}
                   1371:   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
                   1372:   eval ac_cv_env_${ac_var}_value=\$${ac_var}
                   1373: done
                   1374: 
                   1375: #
                   1376: # Report the --help message.
                   1377: #
                   1378: if test "$ac_init_help" = "long"; then
                   1379:   # Omit some internal or obsolete options to make the list less imposing.
                   1380:   # This message is too long to be a string in the A/UX 3.1 sh.
                   1381:   cat <<_ACEOF
1.73      bertrand 1382: \`configure' configures rpl 4.1.3 to adapt to many kinds of systems.
1.1       bertrand 1383: 
                   1384: Usage: $0 [OPTION]... [VAR=VALUE]...
                   1385: 
                   1386: To assign environment variables (e.g., CC, CFLAGS...), specify them as
                   1387: VAR=VALUE.  See below for descriptions of some of the useful variables.
                   1388: 
                   1389: Defaults for the options are specified in brackets.
                   1390: 
                   1391: Configuration:
                   1392:   -h, --help              display this help and exit
                   1393:       --help=short        display options specific to this package
                   1394:       --help=recursive    display the short help of all the included packages
                   1395:   -V, --version           display version information and exit
1.36      bertrand 1396:   -q, --quiet, --silent   do not print \`checking ...' messages
1.1       bertrand 1397:       --cache-file=FILE   cache test results in FILE [disabled]
                   1398:   -C, --config-cache      alias for \`--cache-file=config.cache'
                   1399:   -n, --no-create         do not create output files
                   1400:       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
                   1401: 
                   1402: Installation directories:
                   1403:   --prefix=PREFIX         install architecture-independent files in PREFIX
1.15      bertrand 1404:                           [$ac_default_prefix]
1.1       bertrand 1405:   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1.15      bertrand 1406:                           [PREFIX]
1.1       bertrand 1407: 
                   1408: By default, \`make install' will install all the files in
                   1409: \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
                   1410: an installation prefix other than \`$ac_default_prefix' using \`--prefix',
                   1411: for instance \`--prefix=\$HOME'.
                   1412: 
                   1413: For better control, use the options below.
                   1414: 
                   1415: Fine tuning of the installation directories:
1.15      bertrand 1416:   --bindir=DIR            user executables [EPREFIX/bin]
                   1417:   --sbindir=DIR           system admin executables [EPREFIX/sbin]
                   1418:   --libexecdir=DIR        program executables [EPREFIX/libexec]
                   1419:   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
                   1420:   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
                   1421:   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
                   1422:   --libdir=DIR            object code libraries [EPREFIX/lib]
                   1423:   --includedir=DIR        C header files [PREFIX/include]
                   1424:   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
                   1425:   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
                   1426:   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
                   1427:   --infodir=DIR           info documentation [DATAROOTDIR/info]
                   1428:   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
                   1429:   --mandir=DIR            man documentation [DATAROOTDIR/man]
                   1430:   --docdir=DIR            documentation root [DATAROOTDIR/doc/rpl]
                   1431:   --htmldir=DIR           html documentation [DOCDIR]
                   1432:   --dvidir=DIR            dvi documentation [DOCDIR]
                   1433:   --pdfdir=DIR            pdf documentation [DOCDIR]
                   1434:   --psdir=DIR             ps documentation [DOCDIR]
1.1       bertrand 1435: _ACEOF
                   1436: 
                   1437:   cat <<\_ACEOF
                   1438: 
                   1439: Program names:
                   1440:   --program-prefix=PREFIX            prepend PREFIX to installed program names
                   1441:   --program-suffix=SUFFIX            append SUFFIX to installed program names
                   1442:   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
                   1443: 
                   1444: X features:
                   1445:   --x-includes=DIR    X include files are in DIR
                   1446:   --x-libraries=DIR   X library files are in DIR
                   1447: 
                   1448: System types:
                   1449:   --build=BUILD     configure for building on BUILD [guessed]
                   1450:   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
                   1451:   --target=TARGET   configure for building compilers for TARGET [HOST]
                   1452: _ACEOF
                   1453: fi
                   1454: 
                   1455: if test -n "$ac_init_help"; then
                   1456:   case $ac_init_help in
1.73      bertrand 1457:      short | recursive ) echo "Configuration of rpl 4.1.3:";;
1.1       bertrand 1458:    esac
                   1459:   cat <<\_ACEOF
                   1460: 
                   1461: Optional Features:
1.15      bertrand 1462:   --disable-option-checking  ignore unrecognized --enable/--with options
1.1       bertrand 1463:   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
                   1464:   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
                   1465:   --disable-dependency-tracking  speeds up one-time build
                   1466:   --enable-dependency-tracking   do not reject slow dependency extractors
                   1467:   --enable-optimization   set compiler flags [default=environment variables -O3]
1.81      bertrand 1468:   --enable-sysv-ipcs      use SystemV IPC functions [default=guessed]
1.30      bertrand 1469:   --enable-full-static    build static RPL/2 engine [default=shared]
1.1       bertrand 1470:   --enable-final-encoding force final encoding [default=guessed]
                   1471:   --enable-tex            provide the TeX support [default=guessed]
                   1472:   --enable-vim            provide the vim support [default=guessed]
                   1473:   --enable-embedded-gnuplot build gnuplot provided by this package [default=yes]
                   1474:   --enable-gnuplot        provide the GnuPlot support [default=guessed]
                   1475:   --enable-motif          provide the Motif support [default=guessed]
                   1476:   --enable-experimental   enable experimental code [default=no]
                   1477:   --enable-debug          enable debug code [default=no]
                   1478:   --enable-profile        enable profile code [default=no]
                   1479:   --enable-final-run-path=PATH enable another final run path than PREFIX
                   1480: 
                   1481: Optional Packages:
                   1482:   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
                   1483:   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
                   1484:   --with-x                use the X Window System
1.64      bertrand 1485:   --with-32bits-abi       force 32bits ABI (multilib)
1.67      bertrand 1486:   --with-64bits-abi       force 64bits ABI (multilib)
                   1487:   --with-rplcas           compile rplcas (default=no)
1.1       bertrand 1488:   --with-mysql=PATH         specify directory for installed mysql
                   1489:   --with-postgresql=PATH    specify directory for installed postgresql
1.40      bertrand 1490:   --with-bourne-shell=PATH  specify path for OS/2 bourne shell
1.15      bertrand 1491:   --with-openssl-arch=ARCH  specify os and compiler for openssl (ARCH or list)
1.1       bertrand 1492: 
                   1493: Some influential environment variables:
                   1494:   CC          C compiler command
                   1495:   CFLAGS      C compiler flags
                   1496:   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
                   1497:               nonstandard directory <lib dir>
                   1498:   LIBS        libraries to pass to the linker, e.g. -l<library>
1.15      bertrand 1499:   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1.1       bertrand 1500:               you have headers in a nonstandard directory <include dir>
                   1501:   CXX         C++ compiler command
                   1502:   CXXFLAGS    C++ compiler flags
                   1503:   F77         Fortran 77 compiler command
                   1504:   FFLAGS      Fortran 77 compiler flags
                   1505:   FC          Fortran compiler command
                   1506:   FCFLAGS     Fortran compiler flags
                   1507:   XMKMF       Path to xmkmf, Makefile generator for X Window System
                   1508:   CPP         C preprocessor
                   1509: 
                   1510: Use these variables to override the choices made by `configure' or to help
                   1511: it to find libraries and programs with nonstandard names/locations.
                   1512: 
1.15      bertrand 1513: Report bugs to the package provider.
1.1       bertrand 1514: _ACEOF
                   1515: ac_status=$?
                   1516: fi
                   1517: 
                   1518: if test "$ac_init_help" = "recursive"; then
                   1519:   # If there are subdirs, report their specific --help.
                   1520:   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1.15      bertrand 1521:     test -d "$ac_dir" ||
                   1522:       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
                   1523:       continue
1.1       bertrand 1524:     ac_builddir=.
                   1525: 
                   1526: case "$ac_dir" in
                   1527: .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
                   1528: *)
1.15      bertrand 1529:   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1.1       bertrand 1530:   # A ".." for each directory in $ac_dir_suffix.
1.15      bertrand 1531:   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1.1       bertrand 1532:   case $ac_top_builddir_sub in
                   1533:   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
                   1534:   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
                   1535:   esac ;;
                   1536: esac
                   1537: ac_abs_top_builddir=$ac_pwd
                   1538: ac_abs_builddir=$ac_pwd$ac_dir_suffix
                   1539: # for backward compatibility:
                   1540: ac_top_builddir=$ac_top_build_prefix
                   1541: 
                   1542: case $srcdir in
                   1543:   .)  # We are building in place.
                   1544:     ac_srcdir=.
                   1545:     ac_top_srcdir=$ac_top_builddir_sub
                   1546:     ac_abs_top_srcdir=$ac_pwd ;;
                   1547:   [\\/]* | ?:[\\/]* )  # Absolute name.
                   1548:     ac_srcdir=$srcdir$ac_dir_suffix;
                   1549:     ac_top_srcdir=$srcdir
                   1550:     ac_abs_top_srcdir=$srcdir ;;
                   1551:   *) # Relative name.
                   1552:     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
                   1553:     ac_top_srcdir=$ac_top_build_prefix$srcdir
                   1554:     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
                   1555: esac
                   1556: ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
                   1557: 
                   1558:     cd "$ac_dir" || { ac_status=$?; continue; }
                   1559:     # Check for guested configure.
                   1560:     if test -f "$ac_srcdir/configure.gnu"; then
                   1561:       echo &&
                   1562:       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
                   1563:     elif test -f "$ac_srcdir/configure"; then
                   1564:       echo &&
                   1565:       $SHELL "$ac_srcdir/configure" --help=recursive
                   1566:     else
1.15      bertrand 1567:       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1.1       bertrand 1568:     fi || ac_status=$?
                   1569:     cd "$ac_pwd" || { ac_status=$?; break; }
                   1570:   done
                   1571: fi
                   1572: 
                   1573: test -n "$ac_init_help" && exit $ac_status
                   1574: if $ac_init_version; then
                   1575:   cat <<\_ACEOF
1.73      bertrand 1576: rpl configure 4.1.3
1.57      bertrand 1577: generated by GNU Autoconf 2.68
1.1       bertrand 1578: 
1.36      bertrand 1579: Copyright (C) 2010 Free Software Foundation, Inc.
1.1       bertrand 1580: This configure script is free software; the Free Software Foundation
                   1581: gives unlimited permission to copy, distribute and modify it.
                   1582: _ACEOF
                   1583:   exit
                   1584: fi
                   1585: 
1.15      bertrand 1586: ## ------------------------ ##
                   1587: ## Autoconf initialization. ##
                   1588: ## ------------------------ ##
                   1589: 
                   1590: # ac_fn_c_try_compile LINENO
                   1591: # --------------------------
                   1592: # Try to compile conftest.$ac_ext, and return whether this succeeded.
                   1593: ac_fn_c_try_compile ()
                   1594: {
                   1595:   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
                   1596:   rm -f conftest.$ac_objext
                   1597:   if { { ac_try="$ac_compile"
                   1598: case "(($ac_try" in
                   1599:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
                   1600:   *) ac_try_echo=$ac_try;;
                   1601: esac
                   1602: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
                   1603: $as_echo "$ac_try_echo"; } >&5
                   1604:   (eval "$ac_compile") 2>conftest.err
                   1605:   ac_status=$?
                   1606:   if test -s conftest.err; then
                   1607:     grep -v '^ *+' conftest.err >conftest.er1
                   1608:     cat conftest.er1 >&5
                   1609:     mv -f conftest.er1 conftest.err
                   1610:   fi
                   1611:   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
                   1612:   test $ac_status = 0; } && {
                   1613:     test -z "$ac_c_werror_flag" ||
                   1614:     test ! -s conftest.err
                   1615:        } && test -s conftest.$ac_objext; then :
                   1616:   ac_retval=0
                   1617: else
                   1618:   $as_echo "$as_me: failed program was:" >&5
                   1619: sed 's/^/| /' conftest.$ac_ext >&5
                   1620: 
                   1621:    ac_retval=1
                   1622: fi
1.57      bertrand 1623:   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1.15      bertrand 1624:   as_fn_set_status $ac_retval
1.1       bertrand 1625: 
1.15      bertrand 1626: } # ac_fn_c_try_compile
1.1       bertrand 1627: 
1.15      bertrand 1628: # ac_fn_cxx_try_compile LINENO
                   1629: # ----------------------------
                   1630: # Try to compile conftest.$ac_ext, and return whether this succeeded.
                   1631: ac_fn_cxx_try_compile ()
1.1       bertrand 1632: {
1.15      bertrand 1633:   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
                   1634:   rm -f conftest.$ac_objext
                   1635:   if { { ac_try="$ac_compile"
                   1636: case "(($ac_try" in
                   1637:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
                   1638:   *) ac_try_echo=$ac_try;;
                   1639: esac
                   1640: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
                   1641: $as_echo "$ac_try_echo"; } >&5
                   1642:   (eval "$ac_compile") 2>conftest.err
                   1643:   ac_status=$?
                   1644:   if test -s conftest.err; then
                   1645:     grep -v '^ *+' conftest.err >conftest.er1
                   1646:     cat conftest.er1 >&5
                   1647:     mv -f conftest.er1 conftest.err
                   1648:   fi
                   1649:   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
                   1650:   test $ac_status = 0; } && {
                   1651:     test -z "$ac_cxx_werror_flag" ||
                   1652:     test ! -s conftest.err
                   1653:        } && test -s conftest.$ac_objext; then :
                   1654:   ac_retval=0
                   1655: else
                   1656:   $as_echo "$as_me: failed program was:" >&5
                   1657: sed 's/^/| /' conftest.$ac_ext >&5
                   1658: 
                   1659:    ac_retval=1
                   1660: fi
1.57      bertrand 1661:   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1.15      bertrand 1662:   as_fn_set_status $ac_retval
1.1       bertrand 1663: 
1.15      bertrand 1664: } # ac_fn_cxx_try_compile
1.1       bertrand 1665: 
1.15      bertrand 1666: # ac_fn_f77_try_compile LINENO
                   1667: # ----------------------------
                   1668: # Try to compile conftest.$ac_ext, and return whether this succeeded.
                   1669: ac_fn_f77_try_compile ()
                   1670: {
                   1671:   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
                   1672:   rm -f conftest.$ac_objext
                   1673:   if { { ac_try="$ac_compile"
                   1674: case "(($ac_try" in
                   1675:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
                   1676:   *) ac_try_echo=$ac_try;;
                   1677: esac
                   1678: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
                   1679: $as_echo "$ac_try_echo"; } >&5
                   1680:   (eval "$ac_compile") 2>conftest.err
                   1681:   ac_status=$?
                   1682:   if test -s conftest.err; then
                   1683:     grep -v '^ *+' conftest.err >conftest.er1
                   1684:     cat conftest.er1 >&5
                   1685:     mv -f conftest.er1 conftest.err
                   1686:   fi
                   1687:   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
                   1688:   test $ac_status = 0; } && {
                   1689:     test -z "$ac_f77_werror_flag" ||
                   1690:     test ! -s conftest.err
                   1691:        } && test -s conftest.$ac_objext; then :
                   1692:   ac_retval=0
                   1693: else
                   1694:   $as_echo "$as_me: failed program was:" >&5
                   1695: sed 's/^/| /' conftest.$ac_ext >&5
1.1       bertrand 1696: 
1.15      bertrand 1697:    ac_retval=1
                   1698: fi
1.57      bertrand 1699:   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1.15      bertrand 1700:   as_fn_set_status $ac_retval
1.1       bertrand 1701: 
1.15      bertrand 1702: } # ac_fn_f77_try_compile
1.1       bertrand 1703: 
1.15      bertrand 1704: # ac_fn_fc_try_compile LINENO
                   1705: # ---------------------------
                   1706: # Try to compile conftest.$ac_ext, and return whether this succeeded.
                   1707: ac_fn_fc_try_compile ()
                   1708: {
                   1709:   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
                   1710:   rm -f conftest.$ac_objext
                   1711:   if { { ac_try="$ac_compile"
                   1712: case "(($ac_try" in
                   1713:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
                   1714:   *) ac_try_echo=$ac_try;;
                   1715: esac
                   1716: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
                   1717: $as_echo "$ac_try_echo"; } >&5
                   1718:   (eval "$ac_compile") 2>conftest.err
                   1719:   ac_status=$?
                   1720:   if test -s conftest.err; then
                   1721:     grep -v '^ *+' conftest.err >conftest.er1
                   1722:     cat conftest.er1 >&5
                   1723:     mv -f conftest.er1 conftest.err
                   1724:   fi
                   1725:   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
                   1726:   test $ac_status = 0; } && {
                   1727:     test -z "$ac_fc_werror_flag" ||
                   1728:     test ! -s conftest.err
                   1729:        } && test -s conftest.$ac_objext; then :
                   1730:   ac_retval=0
                   1731: else
                   1732:   $as_echo "$as_me: failed program was:" >&5
                   1733: sed 's/^/| /' conftest.$ac_ext >&5
1.1       bertrand 1734: 
1.15      bertrand 1735:    ac_retval=1
                   1736: fi
1.57      bertrand 1737:   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1.15      bertrand 1738:   as_fn_set_status $ac_retval
1.1       bertrand 1739: 
1.15      bertrand 1740: } # ac_fn_fc_try_compile
1.1       bertrand 1741: 
1.15      bertrand 1742: # ac_fn_c_try_cpp LINENO
                   1743: # ----------------------
                   1744: # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
                   1745: ac_fn_c_try_cpp ()
                   1746: {
                   1747:   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
                   1748:   if { { ac_try="$ac_cpp conftest.$ac_ext"
                   1749: case "(($ac_try" in
                   1750:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
                   1751:   *) ac_try_echo=$ac_try;;
                   1752: esac
                   1753: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
                   1754: $as_echo "$ac_try_echo"; } >&5
                   1755:   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
                   1756:   ac_status=$?
                   1757:   if test -s conftest.err; then
                   1758:     grep -v '^ *+' conftest.err >conftest.er1
                   1759:     cat conftest.er1 >&5
                   1760:     mv -f conftest.er1 conftest.err
                   1761:   fi
                   1762:   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1.36      bertrand 1763:   test $ac_status = 0; } > conftest.i && {
1.15      bertrand 1764:     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
                   1765:     test ! -s conftest.err
                   1766:        }; then :
                   1767:   ac_retval=0
                   1768: else
                   1769:   $as_echo "$as_me: failed program was:" >&5
                   1770: sed 's/^/| /' conftest.$ac_ext >&5
1.1       bertrand 1771: 
1.15      bertrand 1772:     ac_retval=1
                   1773: fi
1.57      bertrand 1774:   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1.15      bertrand 1775:   as_fn_set_status $ac_retval
1.1       bertrand 1776: 
1.15      bertrand 1777: } # ac_fn_c_try_cpp
1.1       bertrand 1778: 
1.15      bertrand 1779: # ac_fn_c_try_link LINENO
                   1780: # -----------------------
                   1781: # Try to link conftest.$ac_ext, and return whether this succeeded.
                   1782: ac_fn_c_try_link ()
                   1783: {
                   1784:   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
                   1785:   rm -f conftest.$ac_objext conftest$ac_exeext
                   1786:   if { { ac_try="$ac_link"
                   1787: case "(($ac_try" in
                   1788:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
                   1789:   *) ac_try_echo=$ac_try;;
                   1790: esac
                   1791: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
                   1792: $as_echo "$ac_try_echo"; } >&5
                   1793:   (eval "$ac_link") 2>conftest.err
                   1794:   ac_status=$?
                   1795:   if test -s conftest.err; then
                   1796:     grep -v '^ *+' conftest.err >conftest.er1
                   1797:     cat conftest.er1 >&5
                   1798:     mv -f conftest.er1 conftest.err
                   1799:   fi
                   1800:   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
                   1801:   test $ac_status = 0; } && {
                   1802:     test -z "$ac_c_werror_flag" ||
                   1803:     test ! -s conftest.err
                   1804:        } && test -s conftest$ac_exeext && {
                   1805:     test "$cross_compiling" = yes ||
                   1806:     $as_test_x conftest$ac_exeext
                   1807:        }; then :
                   1808:   ac_retval=0
                   1809: else
                   1810:   $as_echo "$as_me: failed program was:" >&5
                   1811: sed 's/^/| /' conftest.$ac_ext >&5
1.1       bertrand 1812: 
1.15      bertrand 1813:    ac_retval=1
                   1814: fi
                   1815:   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
                   1816:   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
                   1817:   # interfere with the next link command; also delete a directory that is
                   1818:   # left behind by Apple's compiler.  We do this before executing the actions.
                   1819:   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1.57      bertrand 1820:   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1.15      bertrand 1821:   as_fn_set_status $ac_retval
1.1       bertrand 1822: 
1.15      bertrand 1823: } # ac_fn_c_try_link
1.1       bertrand 1824: 
1.15      bertrand 1825: # ac_fn_c_check_func LINENO FUNC VAR
                   1826: # ----------------------------------
                   1827: # Tests whether FUNC exists, setting the cache variable VAR accordingly
                   1828: ac_fn_c_check_func ()
                   1829: {
                   1830:   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
                   1831:   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
                   1832: $as_echo_n "checking for $2... " >&6; }
1.57      bertrand 1833: if eval \${$3+:} false; then :
1.15      bertrand 1834:   $as_echo_n "(cached) " >&6
                   1835: else
                   1836:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
                   1837: /* end confdefs.h.  */
                   1838: /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
                   1839:    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
                   1840: #define $2 innocuous_$2
1.1       bertrand 1841: 
1.15      bertrand 1842: /* System header to define __stub macros and hopefully few prototypes,
                   1843:     which can conflict with char $2 (); below.
                   1844:     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
                   1845:     <limits.h> exists even on freestanding compilers.  */
1.1       bertrand 1846: 
1.15      bertrand 1847: #ifdef __STDC__
                   1848: # include <limits.h>
                   1849: #else
                   1850: # include <assert.h>
                   1851: #endif
1.1       bertrand 1852: 
1.15      bertrand 1853: #undef $2
1.1       bertrand 1854: 
1.15      bertrand 1855: /* Override any GCC internal prototype to avoid an error.
                   1856:    Use char because int might match the return type of a GCC
                   1857:    builtin and then its argument prototype would still apply.  */
                   1858: #ifdef __cplusplus
                   1859: extern "C"
                   1860: #endif
                   1861: char $2 ();
                   1862: /* The GNU C library defines this for functions which it implements
                   1863:     to always fail with ENOSYS.  Some functions are actually named
                   1864:     something starting with __ and the normal name is an alias.  */
                   1865: #if defined __stub_$2 || defined __stub___$2
                   1866: choke me
                   1867: #endif
1.1       bertrand 1868: 
1.15      bertrand 1869: int
                   1870: main ()
                   1871: {
                   1872: return $2 ();
                   1873:   ;
                   1874:   return 0;
                   1875: }
1.1       bertrand 1876: _ACEOF
1.15      bertrand 1877: if ac_fn_c_try_link "$LINENO"; then :
                   1878:   eval "$3=yes"
                   1879: else
                   1880:   eval "$3=no"
                   1881: fi
                   1882: rm -f core conftest.err conftest.$ac_objext \
                   1883:     conftest$ac_exeext conftest.$ac_ext
                   1884: fi
                   1885: eval ac_res=\$$3
                   1886:           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
                   1887: $as_echo "$ac_res" >&6; }
1.57      bertrand 1888:   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1.1       bertrand 1889: 
1.15      bertrand 1890: } # ac_fn_c_check_func
1.1       bertrand 1891: 
1.33      bertrand 1892: # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
                   1893: # -------------------------------------------
                   1894: # Tests whether TYPE exists after having included INCLUDES, setting cache
                   1895: # variable VAR accordingly.
                   1896: ac_fn_c_check_type ()
                   1897: {
                   1898:   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
                   1899:   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
                   1900: $as_echo_n "checking for $2... " >&6; }
1.57      bertrand 1901: if eval \${$3+:} false; then :
1.33      bertrand 1902:   $as_echo_n "(cached) " >&6
                   1903: else
                   1904:   eval "$3=no"
                   1905:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
                   1906: /* end confdefs.h.  */
                   1907: $4
                   1908: int
                   1909: main ()
                   1910: {
                   1911: if (sizeof ($2))
                   1912:     return 0;
                   1913:   ;
                   1914:   return 0;
                   1915: }
                   1916: _ACEOF
                   1917: if ac_fn_c_try_compile "$LINENO"; then :
                   1918:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
                   1919: /* end confdefs.h.  */
                   1920: $4
                   1921: int
                   1922: main ()
                   1923: {
                   1924: if (sizeof (($2)))
                   1925:        return 0;
                   1926:   ;
                   1927:   return 0;
                   1928: }
                   1929: _ACEOF
                   1930: if ac_fn_c_try_compile "$LINENO"; then :
                   1931: 
                   1932: else
                   1933:   eval "$3=yes"
                   1934: fi
                   1935: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   1936: fi
                   1937: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   1938: fi
                   1939: eval ac_res=\$$3
                   1940:           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
                   1941: $as_echo "$ac_res" >&6; }
1.57      bertrand 1942:   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1.33      bertrand 1943: 
                   1944: } # ac_fn_c_check_type
                   1945: 
1.82    ! bertrand 1946: # ac_fn_c_try_run LINENO
        !          1947: # ----------------------
        !          1948: # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
        !          1949: # that executables *can* be run.
        !          1950: ac_fn_c_try_run ()
        !          1951: {
        !          1952:   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
        !          1953:   if { { ac_try="$ac_link"
        !          1954: case "(($ac_try" in
        !          1955:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
        !          1956:   *) ac_try_echo=$ac_try;;
        !          1957: esac
        !          1958: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
        !          1959: $as_echo "$ac_try_echo"; } >&5
        !          1960:   (eval "$ac_link") 2>&5
        !          1961:   ac_status=$?
        !          1962:   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
        !          1963:   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
        !          1964:   { { case "(($ac_try" in
        !          1965:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
        !          1966:   *) ac_try_echo=$ac_try;;
        !          1967: esac
        !          1968: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
        !          1969: $as_echo "$ac_try_echo"; } >&5
        !          1970:   (eval "$ac_try") 2>&5
        !          1971:   ac_status=$?
        !          1972:   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
        !          1973:   test $ac_status = 0; }; }; then :
        !          1974:   ac_retval=0
        !          1975: else
        !          1976:   $as_echo "$as_me: program exited with status $ac_status" >&5
        !          1977:        $as_echo "$as_me: failed program was:" >&5
        !          1978: sed 's/^/| /' conftest.$ac_ext >&5
        !          1979: 
        !          1980:        ac_retval=$ac_status
        !          1981: fi
        !          1982:   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
        !          1983:   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
        !          1984:   as_fn_set_status $ac_retval
        !          1985: 
        !          1986: } # ac_fn_c_try_run
        !          1987: 
1.15      bertrand 1988: # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
                   1989: # --------------------------------------------
                   1990: # Tries to find the compile-time value of EXPR in a program that includes
                   1991: # INCLUDES, setting VAR accordingly. Returns whether the value could be
                   1992: # computed
                   1993: ac_fn_c_compute_int ()
                   1994: {
                   1995:   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
                   1996:   if test "$cross_compiling" = yes; then
                   1997:     # Depending upon the size, compute the lo and hi bounds.
                   1998: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
                   1999: /* end confdefs.h.  */
                   2000: $4
                   2001: int
                   2002: main ()
                   2003: {
                   2004: static int test_array [1 - 2 * !(($2) >= 0)];
                   2005: test_array [0] = 0
1.1       bertrand 2006: 
1.15      bertrand 2007:   ;
                   2008:   return 0;
                   2009: }
1.1       bertrand 2010: _ACEOF
1.15      bertrand 2011: if ac_fn_c_try_compile "$LINENO"; then :
                   2012:   ac_lo=0 ac_mid=0
                   2013:   while :; do
                   2014:     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
                   2015: /* end confdefs.h.  */
                   2016: $4
                   2017: int
                   2018: main ()
                   2019: {
                   2020: static int test_array [1 - 2 * !(($2) <= $ac_mid)];
                   2021: test_array [0] = 0
1.1       bertrand 2022: 
1.15      bertrand 2023:   ;
                   2024:   return 0;
                   2025: }
                   2026: _ACEOF
                   2027: if ac_fn_c_try_compile "$LINENO"; then :
                   2028:   ac_hi=$ac_mid; break
                   2029: else
                   2030:   as_fn_arith $ac_mid + 1 && ac_lo=$as_val
                   2031:            if test $ac_lo -le $ac_mid; then
                   2032:              ac_lo= ac_hi=
                   2033:              break
                   2034:            fi
                   2035:            as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
                   2036: fi
                   2037: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   2038:   done
                   2039: else
                   2040:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
                   2041: /* end confdefs.h.  */
                   2042: $4
                   2043: int
                   2044: main ()
                   2045: {
                   2046: static int test_array [1 - 2 * !(($2) < 0)];
                   2047: test_array [0] = 0
1.1       bertrand 2048: 
1.15      bertrand 2049:   ;
                   2050:   return 0;
                   2051: }
1.1       bertrand 2052: _ACEOF
1.15      bertrand 2053: if ac_fn_c_try_compile "$LINENO"; then :
                   2054:   ac_hi=-1 ac_mid=-1
                   2055:   while :; do
                   2056:     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
                   2057: /* end confdefs.h.  */
                   2058: $4
                   2059: int
                   2060: main ()
                   2061: {
                   2062: static int test_array [1 - 2 * !(($2) >= $ac_mid)];
                   2063: test_array [0] = 0
1.1       bertrand 2064: 
1.15      bertrand 2065:   ;
                   2066:   return 0;
                   2067: }
                   2068: _ACEOF
                   2069: if ac_fn_c_try_compile "$LINENO"; then :
                   2070:   ac_lo=$ac_mid; break
                   2071: else
                   2072:   as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
                   2073:            if test $ac_mid -le $ac_hi; then
                   2074:              ac_lo= ac_hi=
                   2075:              break
                   2076:            fi
                   2077:            as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
                   2078: fi
                   2079: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   2080:   done
1.1       bertrand 2081: else
1.15      bertrand 2082:   ac_lo= ac_hi=
                   2083: fi
                   2084: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.1       bertrand 2085: fi
1.15      bertrand 2086: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   2087: # Binary search between lo and hi bounds.
                   2088: while test "x$ac_lo" != "x$ac_hi"; do
                   2089:   as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
                   2090:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
                   2091: /* end confdefs.h.  */
                   2092: $4
                   2093: int
                   2094: main ()
                   2095: {
                   2096: static int test_array [1 - 2 * !(($2) <= $ac_mid)];
                   2097: test_array [0] = 0
1.1       bertrand 2098: 
1.15      bertrand 2099:   ;
                   2100:   return 0;
                   2101: }
                   2102: _ACEOF
                   2103: if ac_fn_c_try_compile "$LINENO"; then :
                   2104:   ac_hi=$ac_mid
1.1       bertrand 2105: else
1.15      bertrand 2106:   as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
1.1       bertrand 2107: fi
1.15      bertrand 2108: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   2109: done
                   2110: case $ac_lo in #((
                   2111: ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
                   2112: '') ac_retval=1 ;;
                   2113: esac
                   2114:   else
                   2115:     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
                   2116: /* end confdefs.h.  */
                   2117: $4
                   2118: static long int longval () { return $2; }
                   2119: static unsigned long int ulongval () { return $2; }
                   2120: #include <stdio.h>
                   2121: #include <stdlib.h>
                   2122: int
                   2123: main ()
                   2124: {
1.1       bertrand 2125: 
1.15      bertrand 2126:   FILE *f = fopen ("conftest.val", "w");
                   2127:   if (! f)
                   2128:     return 1;
                   2129:   if (($2) < 0)
                   2130:     {
                   2131:       long int i = longval ();
                   2132:       if (i != ($2))
                   2133:    return 1;
                   2134:       fprintf (f, "%ld", i);
                   2135:     }
                   2136:   else
                   2137:     {
                   2138:       unsigned long int i = ulongval ();
                   2139:       if (i != ($2))
                   2140:    return 1;
                   2141:       fprintf (f, "%lu", i);
                   2142:     }
                   2143:   /* Do not output a trailing newline, as this causes \r\n confusion
                   2144:      on some platforms.  */
                   2145:   return ferror (f) || fclose (f) != 0;
                   2146: 
                   2147:   ;
                   2148:   return 0;
                   2149: }
                   2150: _ACEOF
                   2151: if ac_fn_c_try_run "$LINENO"; then :
                   2152:   echo >>conftest.val; read $3 <conftest.val; ac_retval=0
                   2153: else
                   2154:   ac_retval=1
1.14      bertrand 2155: fi
1.15      bertrand 2156: rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
                   2157:   conftest.$ac_objext conftest.beam conftest.$ac_ext
                   2158: rm -f conftest.val
1.14      bertrand 2159: 
1.15      bertrand 2160:   fi
1.57      bertrand 2161:   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1.15      bertrand 2162:   as_fn_set_status $ac_retval
1.14      bertrand 2163: 
1.15      bertrand 2164: } # ac_fn_c_compute_int
1.1       bertrand 2165: 
1.15      bertrand 2166: # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
                   2167: # -------------------------------------------------------
                   2168: # Tests whether HEADER exists and can be compiled using the include files in
                   2169: # INCLUDES, setting the cache variable VAR accordingly.
                   2170: ac_fn_c_check_header_compile ()
                   2171: {
                   2172:   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
                   2173:   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
                   2174: $as_echo_n "checking for $2... " >&6; }
1.57      bertrand 2175: if eval \${$3+:} false; then :
1.15      bertrand 2176:   $as_echo_n "(cached) " >&6
                   2177: else
                   2178:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
                   2179: /* end confdefs.h.  */
                   2180: $4
                   2181: #include <$2>
                   2182: _ACEOF
                   2183: if ac_fn_c_try_compile "$LINENO"; then :
                   2184:   eval "$3=yes"
                   2185: else
                   2186:   eval "$3=no"
                   2187: fi
                   2188: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   2189: fi
                   2190: eval ac_res=\$$3
                   2191:           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
                   2192: $as_echo "$ac_res" >&6; }
1.57      bertrand 2193:   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1.1       bertrand 2194: 
1.15      bertrand 2195: } # ac_fn_c_check_header_compile
1.1       bertrand 2196: 
1.15      bertrand 2197: # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
                   2198: # -------------------------------------------------------
                   2199: # Tests whether HEADER exists, giving a warning if it cannot be compiled using
                   2200: # the include files in INCLUDES and setting the cache variable VAR
                   2201: # accordingly.
                   2202: ac_fn_c_check_header_mongrel ()
                   2203: {
                   2204:   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1.57      bertrand 2205:   if eval \${$3+:} false; then :
1.15      bertrand 2206:   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
                   2207: $as_echo_n "checking for $2... " >&6; }
1.57      bertrand 2208: if eval \${$3+:} false; then :
1.15      bertrand 2209:   $as_echo_n "(cached) " >&6
                   2210: fi
                   2211: eval ac_res=\$$3
                   2212:           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
                   2213: $as_echo "$ac_res" >&6; }
                   2214: else
                   2215:   # Is the header compilable?
                   2216: { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
                   2217: $as_echo_n "checking $2 usability... " >&6; }
                   2218: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
                   2219: /* end confdefs.h.  */
                   2220: $4
                   2221: #include <$2>
                   2222: _ACEOF
                   2223: if ac_fn_c_try_compile "$LINENO"; then :
                   2224:   ac_header_compiler=yes
                   2225: else
                   2226:   ac_header_compiler=no
                   2227: fi
                   2228: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   2229: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
                   2230: $as_echo "$ac_header_compiler" >&6; }
1.1       bertrand 2231: 
1.15      bertrand 2232: # Is the header present?
                   2233: { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
                   2234: $as_echo_n "checking $2 presence... " >&6; }
                   2235: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
                   2236: /* end confdefs.h.  */
                   2237: #include <$2>
                   2238: _ACEOF
                   2239: if ac_fn_c_try_cpp "$LINENO"; then :
                   2240:   ac_header_preproc=yes
                   2241: else
                   2242:   ac_header_preproc=no
                   2243: fi
1.36      bertrand 2244: rm -f conftest.err conftest.i conftest.$ac_ext
1.15      bertrand 2245: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
                   2246: $as_echo "$ac_header_preproc" >&6; }
1.1       bertrand 2247: 
1.15      bertrand 2248: # So?  What about this header?
                   2249: case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
                   2250:   yes:no: )
                   2251:     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
                   2252: $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
                   2253:     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
                   2254: $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
                   2255:     ;;
                   2256:   no:yes:* )
                   2257:     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
                   2258: $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
                   2259:     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
                   2260: $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
                   2261:     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
                   2262: $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
                   2263:     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
                   2264: $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
                   2265:     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
                   2266: $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
                   2267:     ;;
                   2268: esac
                   2269:   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
                   2270: $as_echo_n "checking for $2... " >&6; }
1.57      bertrand 2271: if eval \${$3+:} false; then :
1.15      bertrand 2272:   $as_echo_n "(cached) " >&6
                   2273: else
                   2274:   eval "$3=\$ac_header_compiler"
                   2275: fi
                   2276: eval ac_res=\$$3
                   2277:           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
                   2278: $as_echo "$ac_res" >&6; }
                   2279: fi
1.57      bertrand 2280:   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1.1       bertrand 2281: 
1.15      bertrand 2282: } # ac_fn_c_check_header_mongrel
                   2283: cat >config.log <<_ACEOF
                   2284: This file contains any messages produced by compilers while
                   2285: running configure, to aid debugging if configure makes a mistake.
1.1       bertrand 2286: 
1.73      bertrand 2287: It was created by rpl $as_me 4.1.3, which was
1.57      bertrand 2288: generated by GNU Autoconf 2.68.  Invocation command line was
1.1       bertrand 2289: 
1.15      bertrand 2290:   $ $0 $@
1.1       bertrand 2291: 
1.15      bertrand 2292: _ACEOF
                   2293: exec 5>>config.log
                   2294: {
                   2295: cat <<_ASUNAME
                   2296: ## --------- ##
                   2297: ## Platform. ##
                   2298: ## --------- ##
1.1       bertrand 2299: 
1.15      bertrand 2300: hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
                   2301: uname -m = `(uname -m) 2>/dev/null || echo unknown`
                   2302: uname -r = `(uname -r) 2>/dev/null || echo unknown`
                   2303: uname -s = `(uname -s) 2>/dev/null || echo unknown`
                   2304: uname -v = `(uname -v) 2>/dev/null || echo unknown`
1.1       bertrand 2305: 
1.15      bertrand 2306: /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
                   2307: /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1.1       bertrand 2308: 
1.15      bertrand 2309: /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
                   2310: /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
                   2311: /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
                   2312: /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
                   2313: /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
                   2314: /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
                   2315: /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1.1       bertrand 2316: 
1.15      bertrand 2317: _ASUNAME
1.1       bertrand 2318: 
1.15      bertrand 2319: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   2320: for as_dir in $PATH
                   2321: do
                   2322:   IFS=$as_save_IFS
                   2323:   test -z "$as_dir" && as_dir=.
                   2324:     $as_echo "PATH: $as_dir"
                   2325:   done
                   2326: IFS=$as_save_IFS
1.1       bertrand 2327: 
1.15      bertrand 2328: } >&5
1.1       bertrand 2329: 
1.15      bertrand 2330: cat >&5 <<_ACEOF
1.1       bertrand 2331: 
                   2332: 
1.15      bertrand 2333: ## ----------- ##
                   2334: ## Core tests. ##
                   2335: ## ----------- ##
1.1       bertrand 2336: 
1.15      bertrand 2337: _ACEOF
1.1       bertrand 2338: 
                   2339: 
1.15      bertrand 2340: # Keep a trace of the command line.
                   2341: # Strip out --no-create and --no-recursion so they do not pile up.
                   2342: # Strip out --silent because we don't want to record it for future runs.
                   2343: # Also quote any args containing shell meta-characters.
                   2344: # Make two passes to allow for proper duplicate-argument suppression.
                   2345: ac_configure_args=
                   2346: ac_configure_args0=
                   2347: ac_configure_args1=
                   2348: ac_must_keep_next=false
                   2349: for ac_pass in 1 2
                   2350: do
                   2351:   for ac_arg
                   2352:   do
                   2353:     case $ac_arg in
                   2354:     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
                   2355:     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
                   2356:     | -silent | --silent | --silen | --sile | --sil)
                   2357:       continue ;;
                   2358:     *\'*)
                   2359:       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
                   2360:     esac
                   2361:     case $ac_pass in
                   2362:     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
                   2363:     2)
                   2364:       as_fn_append ac_configure_args1 " '$ac_arg'"
                   2365:       if test $ac_must_keep_next = true; then
                   2366:    ac_must_keep_next=false # Got value, back to normal.
                   2367:       else
                   2368:    case $ac_arg in
                   2369:      *=* | --config-cache | -C | -disable-* | --disable-* \
                   2370:      | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
                   2371:      | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
                   2372:      | -with-* | --with-* | -without-* | --without-* | --x)
                   2373:        case "$ac_configure_args0 " in
                   2374:          "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
                   2375:        esac
                   2376:        ;;
                   2377:      -* ) ac_must_keep_next=true ;;
                   2378:    esac
                   2379:       fi
                   2380:       as_fn_append ac_configure_args " '$ac_arg'"
                   2381:       ;;
                   2382:     esac
                   2383:   done
                   2384: done
                   2385: { ac_configure_args0=; unset ac_configure_args0;}
                   2386: { ac_configure_args1=; unset ac_configure_args1;}
1.1       bertrand 2387: 
1.15      bertrand 2388: # When interrupted or exit'd, cleanup temporary files, and complete
                   2389: # config.log.  We remove comments because anyway the quotes in there
                   2390: # would cause problems or look ugly.
                   2391: # WARNING: Use '\'' to represent an apostrophe within the trap.
                   2392: # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
                   2393: trap 'exit_status=$?
                   2394:   # Save into config.log some information that might help in debugging.
                   2395:   {
                   2396:     echo
1.1       bertrand 2397: 
1.36      bertrand 2398:     $as_echo "## ---------------- ##
1.15      bertrand 2399: ## Cache variables. ##
1.36      bertrand 2400: ## ---------------- ##"
1.15      bertrand 2401:     echo
                   2402:     # The following way of writing the cache mishandles newlines in values,
                   2403: (
                   2404:   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
                   2405:     eval ac_val=\$$ac_var
                   2406:     case $ac_val in #(
                   2407:     *${as_nl}*)
                   2408:       case $ac_var in #(
                   2409:       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
                   2410: $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
                   2411:       esac
                   2412:       case $ac_var in #(
                   2413:       _ | IFS | as_nl) ;; #(
                   2414:       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
                   2415:       *) { eval $ac_var=; unset $ac_var;} ;;
                   2416:       esac ;;
                   2417:     esac
                   2418:   done
                   2419:   (set) 2>&1 |
                   2420:     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
                   2421:     *${as_nl}ac_space=\ *)
                   2422:       sed -n \
                   2423:    "s/'\''/'\''\\\\'\'''\''/g;
                   2424:      s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
                   2425:       ;; #(
                   2426:     *)
                   2427:       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
                   2428:       ;;
                   2429:     esac |
                   2430:     sort
                   2431: )
                   2432:     echo
1.1       bertrand 2433: 
1.36      bertrand 2434:     $as_echo "## ----------------- ##
1.15      bertrand 2435: ## Output variables. ##
1.36      bertrand 2436: ## ----------------- ##"
1.15      bertrand 2437:     echo
                   2438:     for ac_var in $ac_subst_vars
                   2439:     do
                   2440:       eval ac_val=\$$ac_var
                   2441:       case $ac_val in
                   2442:       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
                   2443:       esac
                   2444:       $as_echo "$ac_var='\''$ac_val'\''"
                   2445:     done | sort
                   2446:     echo
1.1       bertrand 2447: 
1.15      bertrand 2448:     if test -n "$ac_subst_files"; then
1.36      bertrand 2449:       $as_echo "## ------------------- ##
1.15      bertrand 2450: ## File substitutions. ##
1.36      bertrand 2451: ## ------------------- ##"
1.15      bertrand 2452:       echo
                   2453:       for ac_var in $ac_subst_files
                   2454:       do
                   2455:    eval ac_val=\$$ac_var
                   2456:    case $ac_val in
                   2457:    *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
                   2458:    esac
                   2459:    $as_echo "$ac_var='\''$ac_val'\''"
                   2460:       done | sort
                   2461:       echo
1.14      bertrand 2462:     fi
                   2463: 
1.15      bertrand 2464:     if test -s confdefs.h; then
1.36      bertrand 2465:       $as_echo "## ----------- ##
1.15      bertrand 2466: ## confdefs.h. ##
1.36      bertrand 2467: ## ----------- ##"
1.15      bertrand 2468:       echo
                   2469:       cat confdefs.h
                   2470:       echo
                   2471:     fi
                   2472:     test "$ac_signal" != 0 &&
                   2473:       $as_echo "$as_me: caught signal $ac_signal"
                   2474:     $as_echo "$as_me: exit $exit_status"
                   2475:   } >&5
                   2476:   rm -f core *.core core.conftest.* &&
                   2477:     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
                   2478:     exit $exit_status
                   2479: ' 0
                   2480: for ac_signal in 1 2 13 15; do
                   2481:   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
                   2482: done
                   2483: ac_signal=0
1.14      bertrand 2484: 
1.15      bertrand 2485: # confdefs.h avoids OS command line length limits that DEFS can exceed.
                   2486: rm -f -r conftest* confdefs.h
1.14      bertrand 2487: 
1.15      bertrand 2488: $as_echo "/* confdefs.h */" > confdefs.h
1.14      bertrand 2489: 
1.15      bertrand 2490: # Predefined preprocessor variables.
1.14      bertrand 2491: 
1.15      bertrand 2492: cat >>confdefs.h <<_ACEOF
                   2493: #define PACKAGE_NAME "$PACKAGE_NAME"
                   2494: _ACEOF
1.14      bertrand 2495: 
1.15      bertrand 2496: cat >>confdefs.h <<_ACEOF
                   2497: #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1.14      bertrand 2498: _ACEOF
                   2499: 
1.15      bertrand 2500: cat >>confdefs.h <<_ACEOF
                   2501: #define PACKAGE_VERSION "$PACKAGE_VERSION"
                   2502: _ACEOF
1.14      bertrand 2503: 
1.15      bertrand 2504: cat >>confdefs.h <<_ACEOF
                   2505: #define PACKAGE_STRING "$PACKAGE_STRING"
1.14      bertrand 2506: _ACEOF
                   2507: 
1.15      bertrand 2508: cat >>confdefs.h <<_ACEOF
                   2509: #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
                   2510: _ACEOF
1.14      bertrand 2511: 
1.15      bertrand 2512: cat >>confdefs.h <<_ACEOF
                   2513: #define PACKAGE_URL "$PACKAGE_URL"
                   2514: _ACEOF
1.14      bertrand 2515: 
                   2516: 
1.15      bertrand 2517: # Let the site file select an alternate cache file if it wants to.
                   2518: # Prefer an explicitly selected file to automatically selected ones.
                   2519: ac_site_file1=NONE
                   2520: ac_site_file2=NONE
                   2521: if test -n "$CONFIG_SITE"; then
1.36      bertrand 2522:   # We do not want a PATH search for config.site.
                   2523:   case $CONFIG_SITE in #((
                   2524:     -*)  ac_site_file1=./$CONFIG_SITE;;
                   2525:     */*) ac_site_file1=$CONFIG_SITE;;
                   2526:     *)   ac_site_file1=./$CONFIG_SITE;;
                   2527:   esac
1.15      bertrand 2528: elif test "x$prefix" != xNONE; then
                   2529:   ac_site_file1=$prefix/share/config.site
                   2530:   ac_site_file2=$prefix/etc/config.site
1.14      bertrand 2531: else
1.15      bertrand 2532:   ac_site_file1=$ac_default_prefix/share/config.site
                   2533:   ac_site_file2=$ac_default_prefix/etc/config.site
1.14      bertrand 2534: fi
1.15      bertrand 2535: for ac_site_file in "$ac_site_file1" "$ac_site_file2"
                   2536: do
                   2537:   test "x$ac_site_file" = xNONE && continue
                   2538:   if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
                   2539:     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
                   2540: $as_echo "$as_me: loading site script $ac_site_file" >&6;}
                   2541:     sed 's/^/| /' "$ac_site_file" >&5
1.36      bertrand 2542:     . "$ac_site_file" \
                   2543:       || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
                   2544: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
                   2545: as_fn_error $? "failed to load site script $ac_site_file
1.57      bertrand 2546: See \`config.log' for more details" "$LINENO" 5; }
1.15      bertrand 2547:   fi
                   2548: done
1.14      bertrand 2549: 
1.15      bertrand 2550: if test -r "$cache_file"; then
                   2551:   # Some versions of bash will fail to source /dev/null (special files
                   2552:   # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
                   2553:   if test /dev/null != "$cache_file" && test -f "$cache_file"; then
                   2554:     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
                   2555: $as_echo "$as_me: loading cache $cache_file" >&6;}
                   2556:     case $cache_file in
                   2557:       [\\/]* | ?:[\\/]* ) . "$cache_file";;
                   2558:       *)                      . "./$cache_file";;
                   2559:     esac
                   2560:   fi
1.14      bertrand 2561: else
1.15      bertrand 2562:   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
                   2563: $as_echo "$as_me: creating cache $cache_file" >&6;}
                   2564:   >$cache_file
1.14      bertrand 2565: fi
                   2566: 
1.15      bertrand 2567: # Check that the precious variables saved in the cache have kept the same
                   2568: # value.
                   2569: ac_cache_corrupted=false
                   2570: for ac_var in $ac_precious_vars; do
                   2571:   eval ac_old_set=\$ac_cv_env_${ac_var}_set
                   2572:   eval ac_new_set=\$ac_env_${ac_var}_set
                   2573:   eval ac_old_val=\$ac_cv_env_${ac_var}_value
                   2574:   eval ac_new_val=\$ac_env_${ac_var}_value
                   2575:   case $ac_old_set,$ac_new_set in
                   2576:     set,)
                   2577:       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
                   2578: $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
                   2579:       ac_cache_corrupted=: ;;
                   2580:     ,set)
                   2581:       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
                   2582: $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
                   2583:       ac_cache_corrupted=: ;;
                   2584:     ,);;
                   2585:     *)
                   2586:       if test "x$ac_old_val" != "x$ac_new_val"; then
                   2587:    # differences in whitespace do not lead to failure.
                   2588:    ac_old_val_w=`echo x $ac_old_val`
                   2589:    ac_new_val_w=`echo x $ac_new_val`
                   2590:    if test "$ac_old_val_w" != "$ac_new_val_w"; then
                   2591:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
                   2592: $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
                   2593:      ac_cache_corrupted=:
                   2594:    else
                   2595:      { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
                   2596: $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
                   2597:      eval $ac_var=\$ac_old_val
                   2598:    fi
                   2599:    { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
                   2600: $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
                   2601:    { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
                   2602: $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
                   2603:       fi;;
                   2604:   esac
                   2605:   # Pass precious variables to config.status.
                   2606:   if test "$ac_new_set" = set; then
                   2607:     case $ac_new_val in
                   2608:     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
                   2609:     *) ac_arg=$ac_var=$ac_new_val ;;
                   2610:     esac
                   2611:     case " $ac_configure_args " in
                   2612:       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
                   2613:       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
                   2614:     esac
1.14      bertrand 2615:   fi
                   2616: done
1.15      bertrand 2617: if $ac_cache_corrupted; then
                   2618:   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
                   2619: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
                   2620:   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
                   2621: $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1.36      bertrand 2622:   as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
1.15      bertrand 2623: fi
                   2624: ## -------------------- ##
                   2625: ## Main body of script. ##
                   2626: ## -------------------- ##
1.14      bertrand 2627: 
1.15      bertrand 2628: ac_ext=c
                   2629: ac_cpp='$CPP $CPPFLAGS'
                   2630: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
                   2631: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
                   2632: ac_compiler_gnu=$ac_cv_c_compiler_gnu
1.14      bertrand 2633: 
                   2634: 
1.15      bertrand 2635: ac_aux_dir=
                   2636: for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1.36      bertrand 2637:   if test -f "$ac_dir/install-sh"; then
                   2638:     ac_aux_dir=$ac_dir
                   2639:     ac_install_sh="$ac_aux_dir/install-sh -c"
                   2640:     break
                   2641:   elif test -f "$ac_dir/install.sh"; then
                   2642:     ac_aux_dir=$ac_dir
                   2643:     ac_install_sh="$ac_aux_dir/install.sh -c"
                   2644:     break
                   2645:   elif test -f "$ac_dir/shtool"; then
                   2646:     ac_aux_dir=$ac_dir
                   2647:     ac_install_sh="$ac_aux_dir/shtool install -c"
                   2648:     break
                   2649:   fi
1.14      bertrand 2650: done
1.15      bertrand 2651: if test -z "$ac_aux_dir"; then
1.36      bertrand 2652:   as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
1.15      bertrand 2653: fi
1.14      bertrand 2654: 
1.15      bertrand 2655: # These three variables are undocumented and unsupported,
                   2656: # and are intended to be withdrawn in a future Autoconf release.
                   2657: # They can cause serious problems if a builder's source tree is in a directory
                   2658: # whose full name contains unusual characters.
                   2659: ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
                   2660: ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
                   2661: ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
1.14      bertrand 2662: 
                   2663: 
1.15      bertrand 2664: # Make sure we can run config.sub.
                   2665: $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
1.36      bertrand 2666:   as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
1.14      bertrand 2667: 
1.15      bertrand 2668: { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
                   2669: $as_echo_n "checking build system type... " >&6; }
1.57      bertrand 2670: if ${ac_cv_build+:} false; then :
1.15      bertrand 2671:   $as_echo_n "(cached) " >&6
1.14      bertrand 2672: else
1.15      bertrand 2673:   ac_build_alias=$build_alias
                   2674: test "x$ac_build_alias" = x &&
                   2675:   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
                   2676: test "x$ac_build_alias" = x &&
1.36      bertrand 2677:   as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
1.15      bertrand 2678: ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
1.36      bertrand 2679:   as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
1.14      bertrand 2680: 
                   2681: fi
1.15      bertrand 2682: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
                   2683: $as_echo "$ac_cv_build" >&6; }
                   2684: case $ac_cv_build in
                   2685: *-*-*) ;;
1.57      bertrand 2686: *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
1.15      bertrand 2687: esac
                   2688: build=$ac_cv_build
                   2689: ac_save_IFS=$IFS; IFS='-'
                   2690: set x $ac_cv_build
                   2691: shift
                   2692: build_cpu=$1
                   2693: build_vendor=$2
                   2694: shift; shift
                   2695: # Remember, the first character of IFS is used to create $*,
                   2696: # except with old shells:
                   2697: build_os=$*
                   2698: IFS=$ac_save_IFS
                   2699: case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
1.14      bertrand 2700: 
                   2701: 
1.15      bertrand 2702: { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
                   2703: $as_echo_n "checking host system type... " >&6; }
1.57      bertrand 2704: if ${ac_cv_host+:} false; then :
1.15      bertrand 2705:   $as_echo_n "(cached) " >&6
1.14      bertrand 2706: else
1.15      bertrand 2707:   if test "x$host_alias" = x; then
                   2708:   ac_cv_host=$ac_cv_build
1.14      bertrand 2709: else
1.15      bertrand 2710:   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
1.36      bertrand 2711:     as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
1.14      bertrand 2712: fi
                   2713: 
                   2714: fi
1.15      bertrand 2715: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
                   2716: $as_echo "$ac_cv_host" >&6; }
                   2717: case $ac_cv_host in
                   2718: *-*-*) ;;
1.57      bertrand 2719: *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
1.15      bertrand 2720: esac
                   2721: host=$ac_cv_host
                   2722: ac_save_IFS=$IFS; IFS='-'
                   2723: set x $ac_cv_host
                   2724: shift
                   2725: host_cpu=$1
                   2726: host_vendor=$2
                   2727: shift; shift
                   2728: # Remember, the first character of IFS is used to create $*,
                   2729: # except with old shells:
                   2730: host_os=$*
                   2731: IFS=$ac_save_IFS
                   2732: case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
1.14      bertrand 2733: 
                   2734: 
1.15      bertrand 2735: { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
                   2736: $as_echo_n "checking target system type... " >&6; }
1.57      bertrand 2737: if ${ac_cv_target+:} false; then :
1.15      bertrand 2738:   $as_echo_n "(cached) " >&6
                   2739: else
                   2740:   if test "x$target_alias" = x; then
                   2741:   ac_cv_target=$ac_cv_host
1.14      bertrand 2742: else
1.15      bertrand 2743:   ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
1.36      bertrand 2744:     as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
1.15      bertrand 2745: fi
1.14      bertrand 2746: 
                   2747: fi
1.15      bertrand 2748: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
                   2749: $as_echo "$ac_cv_target" >&6; }
                   2750: case $ac_cv_target in
                   2751: *-*-*) ;;
1.57      bertrand 2752: *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
1.15      bertrand 2753: esac
                   2754: target=$ac_cv_target
                   2755: ac_save_IFS=$IFS; IFS='-'
                   2756: set x $ac_cv_target
                   2757: shift
                   2758: target_cpu=$1
                   2759: target_vendor=$2
                   2760: shift; shift
                   2761: # Remember, the first character of IFS is used to create $*,
                   2762: # except with old shells:
                   2763: target_os=$*
                   2764: IFS=$ac_save_IFS
                   2765: case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
                   2766: 
1.14      bertrand 2767: 
1.15      bertrand 2768: # The aliases save the names the user supplied, while $host etc.
                   2769: # will get canonicalized.
                   2770: test -n "$target_alias" &&
                   2771:   test "$program_prefix$program_suffix$program_transform_name" = \
                   2772:     NONENONEs,x,x, &&
                   2773:   program_prefix=${target_alias}-
1.1       bertrand 2774: 
1.15      bertrand 2775: am__api_version='1.11'
1.1       bertrand 2776: 
1.14      bertrand 2777: # Find a good install program.  We prefer a C program (faster),
                   2778: # so one script is as good as another.  But avoid the broken or
                   2779: # incompatible versions:
                   2780: # SysV /etc/install, /usr/sbin/install
                   2781: # SunOS /usr/etc/install
                   2782: # IRIX /sbin/install
                   2783: # AIX /bin/install
                   2784: # AmigaOS /C/install, which installs bootblocks on floppy discs
                   2785: # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
                   2786: # AFS /usr/afsws/bin/install, which mishandles nonexistent args
                   2787: # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
                   2788: # OS/2's system install, which has a completely different semantic
                   2789: # ./install, which can be erroneously created by make from ./install.sh.
1.15      bertrand 2790: # Reject install programs that cannot install multiple files.
                   2791: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
                   2792: $as_echo_n "checking for a BSD-compatible install... " >&6; }
1.14      bertrand 2793: if test -z "$INSTALL"; then
1.57      bertrand 2794: if ${ac_cv_path_install+:} false; then :
1.15      bertrand 2795:   $as_echo_n "(cached) " >&6
1.14      bertrand 2796: else
                   2797:   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   2798: for as_dir in $PATH
                   2799: do
                   2800:   IFS=$as_save_IFS
                   2801:   test -z "$as_dir" && as_dir=.
1.15      bertrand 2802:     # Account for people who put trailing slashes in PATH elements.
                   2803: case $as_dir/ in #((
                   2804:   ./ | .// | /[cC]/* | \
1.14      bertrand 2805:   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1.15      bertrand 2806:   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
1.14      bertrand 2807:   /usr/ucb/* ) ;;
                   2808:   *)
                   2809:     # OSF1 and SCO ODT 3.0 have their own names for install.
                   2810:     # Don't use installbsd from OSF since it installs stuff as root
                   2811:     # by default.
                   2812:     for ac_prog in ginstall scoinst install; do
                   2813:       for ac_exec_ext in '' $ac_executable_extensions; do
                   2814:    if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
                   2815:      if test $ac_prog = install &&
                   2816:        grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
                   2817:        # AIX install.  It has an incompatible calling convention.
                   2818:        :
                   2819:      elif test $ac_prog = install &&
                   2820:        grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
                   2821:        # program-specific install script used by HP pwplus--don't use.
                   2822:        :
                   2823:      else
1.15      bertrand 2824:        rm -rf conftest.one conftest.two conftest.dir
                   2825:        echo one > conftest.one
                   2826:        echo two > conftest.two
                   2827:        mkdir conftest.dir
                   2828:        if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
                   2829:          test -s conftest.one && test -s conftest.two &&
                   2830:          test -s conftest.dir/conftest.one &&
                   2831:          test -s conftest.dir/conftest.two
                   2832:        then
                   2833:          ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
                   2834:          break 3
                   2835:        fi
1.14      bertrand 2836:      fi
                   2837:    fi
                   2838:       done
                   2839:     done
                   2840:     ;;
                   2841: esac
1.15      bertrand 2842: 
                   2843:   done
1.14      bertrand 2844: IFS=$as_save_IFS
1.1       bertrand 2845: 
1.15      bertrand 2846: rm -rf conftest.one conftest.two conftest.dir
1.1       bertrand 2847: 
1.14      bertrand 2848: fi
                   2849:   if test "${ac_cv_path_install+set}" = set; then
                   2850:     INSTALL=$ac_cv_path_install
                   2851:   else
                   2852:     # As a last resort, use the slow shell script.  Don't cache a
                   2853:     # value for INSTALL within a source directory, because that will
                   2854:     # break other packages using the cache if that directory is
                   2855:     # removed, or if the value is a relative name.
                   2856:     INSTALL=$ac_install_sh
                   2857:   fi
                   2858: fi
1.15      bertrand 2859: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
                   2860: $as_echo "$INSTALL" >&6; }
1.1       bertrand 2861: 
1.14      bertrand 2862: # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
                   2863: # It thinks the first close brace ends the variable substitution.
                   2864: test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1.1       bertrand 2865: 
1.14      bertrand 2866: test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1.1       bertrand 2867: 
1.14      bertrand 2868: test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1.1       bertrand 2869: 
1.15      bertrand 2870: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
                   2871: $as_echo_n "checking whether build environment is sane... " >&6; }
                   2872: # Just in case
                   2873: sleep 1
                   2874: echo timestamp > conftest.file
                   2875: # Reject unsafe characters in $srcdir or the absolute working directory
                   2876: # name.  Accept space and tab only in the latter.
                   2877: am_lf='
                   2878: '
                   2879: case `pwd` in
                   2880:   *[\\\"\#\$\&\'\`$am_lf]*)
1.57      bertrand 2881:     as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
1.15      bertrand 2882: esac
                   2883: case $srcdir in
                   2884:   *[\\\"\#\$\&\'\`$am_lf\ \    ]*)
1.57      bertrand 2885:     as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
1.15      bertrand 2886: esac
                   2887: 
                   2888: # Do `set' in a subshell so we don't clobber the current shell's
                   2889: # arguments.  Must try -L first in case configure is actually a
                   2890: # symlink; some systems play weird games with the mod time of symlinks
                   2891: # (eg FreeBSD returns the mod time of the symlink's containing
                   2892: # directory).
                   2893: if (
                   2894:    set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
                   2895:    if test "$*" = "X"; then
                   2896:       # -L didn't work.
                   2897:       set X `ls -t "$srcdir/configure" conftest.file`
                   2898:    fi
                   2899:    rm -f conftest.file
                   2900:    if test "$*" != "X $srcdir/configure conftest.file" \
                   2901:       && test "$*" != "X conftest.file $srcdir/configure"; then
                   2902: 
                   2903:       # If neither matched, then we have a broken ls.  This can happen
                   2904:       # if, for instance, CONFIG_SHELL is bash and it inherits a
                   2905:       # broken ls alias from the environment.  This has actually
                   2906:       # happened.  Such a system could not be considered "sane".
1.36      bertrand 2907:       as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
1.15      bertrand 2908: alias in your environment" "$LINENO" 5
                   2909:    fi
                   2910: 
                   2911:    test "$2" = conftest.file
                   2912:    )
                   2913: then
                   2914:    # Ok.
                   2915:    :
1.14      bertrand 2916: else
1.36      bertrand 2917:    as_fn_error $? "newly created file is older than distributed files!
1.15      bertrand 2918: Check your system clock" "$LINENO" 5
1.14      bertrand 2919: fi
1.15      bertrand 2920: { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   2921: $as_echo "yes" >&6; }
                   2922: test "$program_prefix" != NONE &&
                   2923:   program_transform_name="s&^&$program_prefix&;$program_transform_name"
                   2924: # Use a double $ so make ignores it.
                   2925: test "$program_suffix" != NONE &&
                   2926:   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
                   2927: # Double any \ or $.
                   2928: # By default was `s,x,x', remove it if useless.
                   2929: ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
                   2930: program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
                   2931: 
                   2932: # expand $ac_aux_dir to an absolute path
                   2933: am_aux_dir=`cd $ac_aux_dir && pwd`
1.1       bertrand 2934: 
1.15      bertrand 2935: if test x"${MISSING+set}" != xset; then
                   2936:   case $am_aux_dir in
                   2937:   *\ * | *\    *)
                   2938:     MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
1.14      bertrand 2939:   *)
1.15      bertrand 2940:     MISSING="\${SHELL} $am_aux_dir/missing" ;;
                   2941:   esac
1.14      bertrand 2942: fi
1.15      bertrand 2943: # Use eval to expand $SHELL
                   2944: if eval "$MISSING --run true"; then
                   2945:   am_missing_run="$MISSING --run "
1.14      bertrand 2946: else
1.15      bertrand 2947:   am_missing_run=
                   2948:   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
                   2949: $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
                   2950: fi
                   2951: 
                   2952: if test x"${install_sh}" != xset; then
                   2953:   case $am_aux_dir in
                   2954:   *\ * | *\    *)
                   2955:     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
                   2956:   *)
                   2957:     install_sh="\${SHELL} $am_aux_dir/install-sh"
                   2958:   esac
1.14      bertrand 2959: fi
1.15      bertrand 2960: 
                   2961: # Installed binaries are usually stripped using `strip' when the user
                   2962: # run `make install-strip'.  However `strip' might not be the right
                   2963: # tool to use in cross-compilation environments, therefore Automake
                   2964: # will honor the `STRIP' environment variable to overrule this program.
                   2965: if test "$cross_compiling" != no; then
                   2966:   if test -n "$ac_tool_prefix"; then
                   2967:   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
                   2968: set dummy ${ac_tool_prefix}strip; ac_word=$2
                   2969: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
                   2970: $as_echo_n "checking for $ac_word... " >&6; }
1.57      bertrand 2971: if ${ac_cv_prog_STRIP+:} false; then :
1.15      bertrand 2972:   $as_echo_n "(cached) " >&6
1.14      bertrand 2973: else
1.15      bertrand 2974:   if test -n "$STRIP"; then
                   2975:   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1.14      bertrand 2976: else
                   2977: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   2978: for as_dir in $PATH
                   2979: do
                   2980:   IFS=$as_save_IFS
                   2981:   test -z "$as_dir" && as_dir=.
1.15      bertrand 2982:     for ac_exec_ext in '' $ac_executable_extensions; do
1.14      bertrand 2983:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.15      bertrand 2984:     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
                   2985:     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1.14      bertrand 2986:     break 2
                   2987:   fi
                   2988: done
1.15      bertrand 2989:   done
1.14      bertrand 2990: IFS=$as_save_IFS
1.1       bertrand 2991: 
1.14      bertrand 2992: fi
                   2993: fi
1.15      bertrand 2994: STRIP=$ac_cv_prog_STRIP
                   2995: if test -n "$STRIP"; then
                   2996:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
                   2997: $as_echo "$STRIP" >&6; }
1.14      bertrand 2998: else
1.15      bertrand 2999:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   3000: $as_echo "no" >&6; }
1.14      bertrand 3001: fi
1.1       bertrand 3002: 
                   3003: 
1.14      bertrand 3004: fi
1.15      bertrand 3005: if test -z "$ac_cv_prog_STRIP"; then
                   3006:   ac_ct_STRIP=$STRIP
                   3007:   # Extract the first word of "strip", so it can be a program name with args.
                   3008: set dummy strip; ac_word=$2
                   3009: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
                   3010: $as_echo_n "checking for $ac_word... " >&6; }
1.57      bertrand 3011: if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
1.15      bertrand 3012:   $as_echo_n "(cached) " >&6
1.14      bertrand 3013: else
1.15      bertrand 3014:   if test -n "$ac_ct_STRIP"; then
                   3015:   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1.1       bertrand 3016: else
1.14      bertrand 3017: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   3018: for as_dir in $PATH
1.1       bertrand 3019: do
1.14      bertrand 3020:   IFS=$as_save_IFS
                   3021:   test -z "$as_dir" && as_dir=.
1.15      bertrand 3022:     for ac_exec_ext in '' $ac_executable_extensions; do
1.14      bertrand 3023:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.15      bertrand 3024:     ac_cv_prog_ac_ct_STRIP="strip"
                   3025:     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1.14      bertrand 3026:     break 2
1.1       bertrand 3027:   fi
                   3028: done
1.15      bertrand 3029:   done
1.14      bertrand 3030: IFS=$as_save_IFS
1.1       bertrand 3031: 
1.14      bertrand 3032: fi
                   3033: fi
1.15      bertrand 3034: ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
                   3035: if test -n "$ac_ct_STRIP"; then
                   3036:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
                   3037: $as_echo "$ac_ct_STRIP" >&6; }
1.1       bertrand 3038: else
1.15      bertrand 3039:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   3040: $as_echo "no" >&6; }
1.1       bertrand 3041: fi
                   3042: 
1.15      bertrand 3043:   if test "x$ac_ct_STRIP" = x; then
                   3044:     STRIP=":"
1.14      bertrand 3045:   else
                   3046:     case $cross_compiling:$ac_tool_warned in
                   3047: yes:)
1.15      bertrand 3048: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
                   3049: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
1.14      bertrand 3050: ac_tool_warned=yes ;;
                   3051: esac
1.15      bertrand 3052:     STRIP=$ac_ct_STRIP
1.1       bertrand 3053:   fi
1.14      bertrand 3054: else
1.15      bertrand 3055:   STRIP="$ac_cv_prog_STRIP"
1.1       bertrand 3056: fi
                   3057: 
1.15      bertrand 3058: fi
                   3059: INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
1.1       bertrand 3060: 
1.15      bertrand 3061: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
                   3062: $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
                   3063: if test -z "$MKDIR_P"; then
1.57      bertrand 3064:   if ${ac_cv_path_mkdir+:} false; then :
1.15      bertrand 3065:   $as_echo_n "(cached) " >&6
1.14      bertrand 3066: else
1.15      bertrand 3067:   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   3068: for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
1.14      bertrand 3069: do
                   3070:   IFS=$as_save_IFS
                   3071:   test -z "$as_dir" && as_dir=.
1.15      bertrand 3072:     for ac_prog in mkdir gmkdir; do
                   3073:     for ac_exec_ext in '' $ac_executable_extensions; do
                   3074:       { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
                   3075:       case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
                   3076:         'mkdir (GNU coreutils) '* | \
                   3077:         'mkdir (coreutils) '* | \
                   3078:         'mkdir (fileutils) '4.1*)
                   3079:           ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
                   3080:           break 3;;
                   3081:       esac
                   3082:     done
                   3083:        done
                   3084:   done
1.14      bertrand 3085: IFS=$as_save_IFS
1.1       bertrand 3086: 
                   3087: fi
1.15      bertrand 3088: 
                   3089:   test -d ./--version && rmdir ./--version
                   3090:   if test "${ac_cv_path_mkdir+set}" = set; then
                   3091:     MKDIR_P="$ac_cv_path_mkdir -p"
                   3092:   else
                   3093:     # As a last resort, use the slow shell script.  Don't cache a
                   3094:     # value for MKDIR_P within a source directory, because that will
                   3095:     # break other packages using the cache if that directory is
                   3096:     # removed, or if the value is a relative name.
                   3097:     MKDIR_P="$ac_install_sh -d"
                   3098:   fi
1.14      bertrand 3099: fi
1.15      bertrand 3100: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
                   3101: $as_echo "$MKDIR_P" >&6; }
1.1       bertrand 3102: 
1.15      bertrand 3103: mkdir_p="$MKDIR_P"
                   3104: case $mkdir_p in
                   3105:   [\\/$]* | ?:[\\/]*) ;;
                   3106:   */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
                   3107: esac
1.1       bertrand 3108: 
1.15      bertrand 3109: for ac_prog in gawk mawk nawk awk
                   3110: do
                   3111:   # Extract the first word of "$ac_prog", so it can be a program name with args.
                   3112: set dummy $ac_prog; ac_word=$2
                   3113: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
                   3114: $as_echo_n "checking for $ac_word... " >&6; }
1.57      bertrand 3115: if ${ac_cv_prog_AWK+:} false; then :
1.15      bertrand 3116:   $as_echo_n "(cached) " >&6
1.1       bertrand 3117: else
1.15      bertrand 3118:   if test -n "$AWK"; then
                   3119:   ac_cv_prog_AWK="$AWK" # Let the user override the test.
1.1       bertrand 3120: else
1.14      bertrand 3121: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   3122: for as_dir in $PATH
                   3123: do
                   3124:   IFS=$as_save_IFS
                   3125:   test -z "$as_dir" && as_dir=.
1.15      bertrand 3126:     for ac_exec_ext in '' $ac_executable_extensions; do
1.14      bertrand 3127:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.15      bertrand 3128:     ac_cv_prog_AWK="$ac_prog"
                   3129:     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1.14      bertrand 3130:     break 2
                   3131:   fi
                   3132: done
1.15      bertrand 3133:   done
1.14      bertrand 3134: IFS=$as_save_IFS
                   3135: 
                   3136: fi
1.1       bertrand 3137: fi
1.15      bertrand 3138: AWK=$ac_cv_prog_AWK
                   3139: if test -n "$AWK"; then
                   3140:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
                   3141: $as_echo "$AWK" >&6; }
1.14      bertrand 3142: else
1.15      bertrand 3143:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   3144: $as_echo "no" >&6; }
1.1       bertrand 3145: fi
                   3146: 
                   3147: 
1.15      bertrand 3148:   test -n "$AWK" && break
                   3149: done
1.1       bertrand 3150: 
1.15      bertrand 3151: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
                   3152: $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
                   3153: set x ${MAKE-make}
                   3154: ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
1.57      bertrand 3155: if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
1.15      bertrand 3156:   $as_echo_n "(cached) " >&6
1.14      bertrand 3157: else
1.15      bertrand 3158:   cat >conftest.make <<\_ACEOF
                   3159: SHELL = /bin/sh
                   3160: all:
                   3161:    @echo '@@@%%%=$(MAKE)=@@@%%%'
                   3162: _ACEOF
1.36      bertrand 3163: # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
1.15      bertrand 3164: case `${MAKE-make} -f conftest.make 2>/dev/null` in
                   3165:   *@@@%%%=?*=@@@%%%*)
                   3166:     eval ac_cv_prog_make_${ac_make}_set=yes;;
                   3167:   *)
                   3168:     eval ac_cv_prog_make_${ac_make}_set=no;;
                   3169: esac
                   3170: rm -f conftest.make
                   3171: fi
                   3172: if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
                   3173:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   3174: $as_echo "yes" >&6; }
                   3175:   SET_MAKE=
1.1       bertrand 3176: else
1.15      bertrand 3177:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   3178: $as_echo "no" >&6; }
                   3179:   SET_MAKE="MAKE=${MAKE-make}"
                   3180: fi
1.1       bertrand 3181: 
1.15      bertrand 3182: rm -rf .tst 2>/dev/null
                   3183: mkdir .tst 2>/dev/null
                   3184: if test -d .tst; then
                   3185:   am__leading_dot=.
                   3186: else
                   3187:   am__leading_dot=_
1.14      bertrand 3188: fi
1.15      bertrand 3189: rmdir .tst 2>/dev/null
                   3190: 
                   3191: if test "`cd $srcdir && pwd`" != "`pwd`"; then
                   3192:   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
                   3193:   # is not polluted with repeated "-I."
                   3194:   am__isrc=' -I$(srcdir)'
                   3195:   # test to see if srcdir already configured
                   3196:   if test -f $srcdir/config.status; then
1.36      bertrand 3197:     as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
1.15      bertrand 3198:   fi
1.1       bertrand 3199: fi
1.15      bertrand 3200: 
                   3201: # test whether we have cygpath
                   3202: if test -z "$CYGPATH_W"; then
                   3203:   if (cygpath --version) >/dev/null 2>/dev/null; then
                   3204:     CYGPATH_W='cygpath -w'
                   3205:   else
                   3206:     CYGPATH_W=echo
                   3207:   fi
1.1       bertrand 3208: fi
                   3209: 
                   3210: 
1.15      bertrand 3211: # Define the identity of the package.
                   3212:  PACKAGE='rpl'
1.73      bertrand 3213:  VERSION='4.1.3'
1.15      bertrand 3214: 
                   3215: 
                   3216: cat >>confdefs.h <<_ACEOF
                   3217: #define PACKAGE "$PACKAGE"
                   3218: _ACEOF
                   3219: 
                   3220: 
                   3221: cat >>confdefs.h <<_ACEOF
                   3222: #define VERSION "$VERSION"
                   3223: _ACEOF
                   3224: 
                   3225: # Some tools Automake needs.
                   3226: 
                   3227: ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
                   3228: 
                   3229: 
                   3230: AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
                   3231: 
                   3232: 
                   3233: AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
                   3234: 
                   3235: 
                   3236: AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
                   3237: 
                   3238: 
                   3239: MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
                   3240: 
                   3241: # We need awk for the "check" target.  The system "awk" is bad on
                   3242: # some platforms.
                   3243: # Always define AMTAR for backward compatibility.
                   3244: 
                   3245: AMTAR=${AMTAR-"${am_missing_run}tar"}
                   3246: 
                   3247: am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
                   3248: 
                   3249: 
                   3250: 
                   3251: 
1.1       bertrand 3252: 
                   3253: 
1.15      bertrand 3254: ac_config_headers="$ac_config_headers rplconfig.h"
1.1       bertrand 3255: 
                   3256: 
1.54      bertrand 3257: NCURSES=ncurses-5.9
1.50      bertrand 3258: READLINE=readline-6.2
1.30      bertrand 3259: UNITS=units-1.88
1.57      bertrand 3260: GSL=gsl-1.15
1.72      bertrand 3261: GPP=gpp-3.0
1.52      bertrand 3262: GNUPLOT=gnuplot-4.4.3
1.15      bertrand 3263: FILE=file-5.03
                   3264: ICONV=libiconv-1.13.1
1.69      bertrand 3265: SQLITE=sqlite-3.7.7.1
1.74      bertrand 3266: OPENSSL=openssl-1.0.0e
1.79      bertrand 3267: OPENMOTIF=openmotif-2.3.3
1.80      bertrand 3268: LIBXPM=libXpm-3.5.9
1.76      bertrand 3269: SIGSEGV=libsigsegv-2.6
1.14      bertrand 3270: 
1.75      bertrand 3271: GMP=gmp-5.0.2
1.55      bertrand 3272: MPFR=mpfr-3.0.1
1.56      bertrand 3273: NTL=ntl-5.5.2
                   3274: COCOA=CoCoALib-0.9943
1.76      bertrand 3275: PARI=pari-2.5.0
1.67      bertrand 3276: GIAC=giac-0.9.3
1.55      bertrand 3277: 
1.15      bertrand 3278: ac_ext=c
                   3279: ac_cpp='$CPP $CPPFLAGS'
                   3280: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
                   3281: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
                   3282: ac_compiler_gnu=$ac_cv_c_compiler_gnu
                   3283: if test -n "$ac_tool_prefix"; then
1.23      bertrand 3284:   for ac_prog in gcc
1.15      bertrand 3285:   do
                   3286:     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
                   3287: set dummy $ac_tool_prefix$ac_prog; ac_word=$2
                   3288: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
                   3289: $as_echo_n "checking for $ac_word... " >&6; }
1.57      bertrand 3290: if ${ac_cv_prog_CC+:} false; then :
1.15      bertrand 3291:   $as_echo_n "(cached) " >&6
1.1       bertrand 3292: else
1.15      bertrand 3293:   if test -n "$CC"; then
                   3294:   ac_cv_prog_CC="$CC" # Let the user override the test.
1.1       bertrand 3295: else
                   3296: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   3297: for as_dir in $PATH
                   3298: do
                   3299:   IFS=$as_save_IFS
                   3300:   test -z "$as_dir" && as_dir=.
1.15      bertrand 3301:     for ac_exec_ext in '' $ac_executable_extensions; do
1.1       bertrand 3302:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.15      bertrand 3303:     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
                   3304:     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1.1       bertrand 3305:     break 2
                   3306:   fi
                   3307: done
1.15      bertrand 3308:   done
1.1       bertrand 3309: IFS=$as_save_IFS
                   3310: 
                   3311: fi
                   3312: fi
1.15      bertrand 3313: CC=$ac_cv_prog_CC
                   3314: if test -n "$CC"; then
                   3315:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
                   3316: $as_echo "$CC" >&6; }
1.1       bertrand 3317: else
1.15      bertrand 3318:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   3319: $as_echo "no" >&6; }
1.1       bertrand 3320: fi
                   3321: 
                   3322: 
1.15      bertrand 3323:     test -n "$CC" && break
                   3324:   done
                   3325: fi
                   3326: if test -z "$CC"; then
                   3327:   ac_ct_CC=$CC
1.23      bertrand 3328:   for ac_prog in gcc
1.15      bertrand 3329: do
                   3330:   # Extract the first word of "$ac_prog", so it can be a program name with args.
                   3331: set dummy $ac_prog; ac_word=$2
                   3332: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
                   3333: $as_echo_n "checking for $ac_word... " >&6; }
1.57      bertrand 3334: if ${ac_cv_prog_ac_ct_CC+:} false; then :
1.15      bertrand 3335:   $as_echo_n "(cached) " >&6
1.1       bertrand 3336: else
1.15      bertrand 3337:   if test -n "$ac_ct_CC"; then
                   3338:   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1.1       bertrand 3339: else
                   3340: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   3341: for as_dir in $PATH
                   3342: do
                   3343:   IFS=$as_save_IFS
                   3344:   test -z "$as_dir" && as_dir=.
1.15      bertrand 3345:     for ac_exec_ext in '' $ac_executable_extensions; do
1.1       bertrand 3346:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.15      bertrand 3347:     ac_cv_prog_ac_ct_CC="$ac_prog"
                   3348:     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1.1       bertrand 3349:     break 2
                   3350:   fi
                   3351: done
1.15      bertrand 3352:   done
1.1       bertrand 3353: IFS=$as_save_IFS
                   3354: 
                   3355: fi
                   3356: fi
1.15      bertrand 3357: ac_ct_CC=$ac_cv_prog_ac_ct_CC
                   3358: if test -n "$ac_ct_CC"; then
                   3359:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
                   3360: $as_echo "$ac_ct_CC" >&6; }
1.1       bertrand 3361: else
1.15      bertrand 3362:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   3363: $as_echo "no" >&6; }
1.1       bertrand 3364: fi
                   3365: 
                   3366: 
1.15      bertrand 3367:   test -n "$ac_ct_CC" && break
                   3368: done
1.1       bertrand 3369: 
1.15      bertrand 3370:   if test "x$ac_ct_CC" = x; then
                   3371:     CC=""
                   3372:   else
                   3373:     case $cross_compiling:$ac_tool_warned in
                   3374: yes:)
                   3375: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
                   3376: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
                   3377: ac_tool_warned=yes ;;
                   3378: esac
                   3379:     CC=$ac_ct_CC
1.1       bertrand 3380:   fi
                   3381: fi
                   3382: 
                   3383: 
1.15      bertrand 3384: test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
                   3385: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1.36      bertrand 3386: as_fn_error $? "no acceptable C compiler found in \$PATH
1.57      bertrand 3387: See \`config.log' for more details" "$LINENO" 5; }
1.1       bertrand 3388: 
1.15      bertrand 3389: # Provide some information about the compiler.
                   3390: $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
                   3391: set X $ac_compile
                   3392: ac_compiler=$2
                   3393: for ac_option in --version -v -V -qversion; do
                   3394:   { { ac_try="$ac_compiler $ac_option >&5"
                   3395: case "(($ac_try" in
                   3396:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
                   3397:   *) ac_try_echo=$ac_try;;
                   3398: esac
                   3399: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
                   3400: $as_echo "$ac_try_echo"; } >&5
                   3401:   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
                   3402:   ac_status=$?
                   3403:   if test -s conftest.err; then
                   3404:     sed '10a\
                   3405: ... rest of stderr output deleted ...
                   3406:          10q' conftest.err >conftest.er1
                   3407:     cat conftest.er1 >&5
1.1       bertrand 3408:   fi
1.15      bertrand 3409:   rm -f conftest.er1 conftest.err
                   3410:   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
                   3411:   test $ac_status = 0; }
1.1       bertrand 3412: done
                   3413: 
1.15      bertrand 3414: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
                   3415: /* end confdefs.h.  */
                   3416: 
                   3417: int
                   3418: main ()
                   3419: {
1.14      bertrand 3420: 
1.15      bertrand 3421:   ;
                   3422:   return 0;
                   3423: }
                   3424: _ACEOF
                   3425: ac_clean_files_save=$ac_clean_files
                   3426: ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
                   3427: # Try to create an executable without -o first, disregard a.out.
                   3428: # It will help us diagnose broken compilers, and finding out an intuition
                   3429: # of exeext.
                   3430: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
                   3431: $as_echo_n "checking whether the C compiler works... " >&6; }
                   3432: ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1.14      bertrand 3433: 
1.15      bertrand 3434: # The possible output files:
                   3435: ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
1.1       bertrand 3436: 
1.15      bertrand 3437: ac_rmfiles=
                   3438: for ac_file in $ac_files
1.1       bertrand 3439: do
1.15      bertrand 3440:   case $ac_file in
                   3441:     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
                   3442:     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
                   3443:   esac
1.1       bertrand 3444: done
1.15      bertrand 3445: rm -f $ac_rmfiles
                   3446: 
                   3447: if { { ac_try="$ac_link_default"
                   3448: case "(($ac_try" in
                   3449:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
                   3450:   *) ac_try_echo=$ac_try;;
                   3451: esac
                   3452: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
                   3453: $as_echo "$ac_try_echo"; } >&5
                   3454:   (eval "$ac_link_default") 2>&5
                   3455:   ac_status=$?
                   3456:   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
                   3457:   test $ac_status = 0; }; then :
                   3458:   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
                   3459: # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
                   3460: # in a Makefile.  We should not override ac_cv_exeext if it was cached,
                   3461: # so that the user can short-circuit this test for compilers unknown to
                   3462: # Autoconf.
                   3463: for ac_file in $ac_files ''
                   3464: do
                   3465:   test -f "$ac_file" || continue
                   3466:   case $ac_file in
                   3467:     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
                   3468:    ;;
                   3469:     [ab].out )
                   3470:    # We found the default executable, but exeext='' is most
                   3471:    # certainly right.
                   3472:    break;;
                   3473:     *.* )
                   3474:    if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
                   3475:    then :; else
                   3476:       ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
                   3477:    fi
                   3478:    # We set ac_cv_exeext here because the later test for it is not
                   3479:    # safe: cross compilers may not add the suffix if given an `-o'
                   3480:    # argument, so we may need to know it at that point already.
                   3481:    # Even if this section looks crufty: it has the advantage of
                   3482:    # actually working.
                   3483:    break;;
                   3484:     * )
                   3485:    break;;
                   3486:   esac
1.14      bertrand 3487: done
1.15      bertrand 3488: test "$ac_cv_exeext" = no && ac_cv_exeext=
1.1       bertrand 3489: 
1.14      bertrand 3490: else
1.15      bertrand 3491:   ac_file=''
1.1       bertrand 3492: fi
1.15      bertrand 3493: if test -z "$ac_file"; then :
                   3494:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   3495: $as_echo "no" >&6; }
                   3496: $as_echo "$as_me: failed program was:" >&5
                   3497: sed 's/^/| /' conftest.$ac_ext >&5
                   3498: 
                   3499: { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
                   3500: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1.36      bertrand 3501: as_fn_error 77 "C compiler cannot create executables
1.57      bertrand 3502: See \`config.log' for more details" "$LINENO" 5; }
1.15      bertrand 3503: else
                   3504:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   3505: $as_echo "yes" >&6; }
                   3506: fi
                   3507: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
                   3508: $as_echo_n "checking for C compiler default output file name... " >&6; }
                   3509: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
                   3510: $as_echo "$ac_file" >&6; }
                   3511: ac_exeext=$ac_cv_exeext
1.1       bertrand 3512: 
1.15      bertrand 3513: rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
                   3514: ac_clean_files=$ac_clean_files_save
                   3515: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
                   3516: $as_echo_n "checking for suffix of executables... " >&6; }
                   3517: if { { ac_try="$ac_link"
                   3518: case "(($ac_try" in
                   3519:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
                   3520:   *) ac_try_echo=$ac_try;;
                   3521: esac
                   3522: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
                   3523: $as_echo "$ac_try_echo"; } >&5
                   3524:   (eval "$ac_link") 2>&5
                   3525:   ac_status=$?
                   3526:   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
                   3527:   test $ac_status = 0; }; then :
                   3528:   # If both `conftest.exe' and `conftest' are `present' (well, observable)
                   3529: # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
                   3530: # work properly (i.e., refer to `conftest.exe'), while it won't with
                   3531: # `rm'.
                   3532: for ac_file in conftest.exe conftest conftest.*; do
                   3533:   test -f "$ac_file" || continue
                   3534:   case $ac_file in
                   3535:     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
                   3536:     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
                   3537:      break;;
                   3538:     * ) break;;
                   3539:   esac
                   3540: done
1.14      bertrand 3541: else
1.15      bertrand 3542:   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
                   3543: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1.36      bertrand 3544: as_fn_error $? "cannot compute suffix of executables: cannot compile and link
1.57      bertrand 3545: See \`config.log' for more details" "$LINENO" 5; }
1.15      bertrand 3546: fi
                   3547: rm -f conftest conftest$ac_cv_exeext
                   3548: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
                   3549: $as_echo "$ac_cv_exeext" >&6; }
                   3550: 
                   3551: rm -f conftest.$ac_ext
                   3552: EXEEXT=$ac_cv_exeext
                   3553: ac_exeext=$EXEEXT
                   3554: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.14      bertrand 3555: /* end confdefs.h.  */
1.15      bertrand 3556: #include <stdio.h>
1.14      bertrand 3557: int
                   3558: main ()
                   3559: {
1.15      bertrand 3560: FILE *f = fopen ("conftest.out", "w");
                   3561:  return ferror (f) || fclose (f) != 0;
                   3562: 
1.14      bertrand 3563:   ;
                   3564:   return 0;
                   3565: }
                   3566: _ACEOF
1.15      bertrand 3567: ac_clean_files="$ac_clean_files conftest.out"
                   3568: # Check that the compiler produces executables we can run.  If not, either
                   3569: # the compiler is broken, or we cross compile.
                   3570: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
                   3571: $as_echo_n "checking whether we are cross compiling... " >&6; }
                   3572: if test "$cross_compiling" != yes; then
                   3573:   { { ac_try="$ac_link"
1.1       bertrand 3574: case "(($ac_try" in
                   3575:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
                   3576:   *) ac_try_echo=$ac_try;;
                   3577: esac
1.15      bertrand 3578: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
                   3579: $as_echo "$ac_try_echo"; } >&5
                   3580:   (eval "$ac_link") 2>&5
                   3581:   ac_status=$?
                   3582:   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
                   3583:   test $ac_status = 0; }
                   3584:   if { ac_try='./conftest$ac_cv_exeext'
                   3585:   { { case "(($ac_try" in
                   3586:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
                   3587:   *) ac_try_echo=$ac_try;;
                   3588: esac
                   3589: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
                   3590: $as_echo "$ac_try_echo"; } >&5
                   3591:   (eval "$ac_try") 2>&5
1.1       bertrand 3592:   ac_status=$?
1.15      bertrand 3593:   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
                   3594:   test $ac_status = 0; }; }; then
                   3595:     cross_compiling=no
                   3596:   else
                   3597:     if test "$cross_compiling" = maybe; then
                   3598:    cross_compiling=yes
                   3599:     else
                   3600:    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
                   3601: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1.36      bertrand 3602: as_fn_error $? "cannot run C compiled programs.
1.15      bertrand 3603: If you meant to cross compile, use \`--host'.
1.57      bertrand 3604: See \`config.log' for more details" "$LINENO" 5; }
1.15      bertrand 3605:     fi
                   3606:   fi
1.14      bertrand 3607: fi
1.15      bertrand 3608: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
                   3609: $as_echo "$cross_compiling" >&6; }
1.14      bertrand 3610: 
1.15      bertrand 3611: rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
                   3612: ac_clean_files=$ac_clean_files_save
                   3613: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
                   3614: $as_echo_n "checking for suffix of object files... " >&6; }
1.57      bertrand 3615: if ${ac_cv_objext+:} false; then :
1.15      bertrand 3616:   $as_echo_n "(cached) " >&6
1.14      bertrand 3617: else
1.15      bertrand 3618:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 3619: /* end confdefs.h.  */
                   3620: 
                   3621: int
                   3622: main ()
                   3623: {
1.15      bertrand 3624: 
1.1       bertrand 3625:   ;
                   3626:   return 0;
                   3627: }
                   3628: _ACEOF
1.15      bertrand 3629: rm -f conftest.o conftest.obj
                   3630: if { { ac_try="$ac_compile"
1.1       bertrand 3631: case "(($ac_try" in
                   3632:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
                   3633:   *) ac_try_echo=$ac_try;;
                   3634: esac
1.15      bertrand 3635: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
                   3636: $as_echo "$ac_try_echo"; } >&5
                   3637:   (eval "$ac_compile") 2>&5
1.1       bertrand 3638:   ac_status=$?
1.15      bertrand 3639:   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
                   3640:   test $ac_status = 0; }; then :
                   3641:   for ac_file in conftest.o conftest.obj conftest.*; do
                   3642:   test -f "$ac_file" || continue;
                   3643:   case $ac_file in
                   3644:     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
                   3645:     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
                   3646:        break;;
                   3647:   esac
                   3648: done
1.14      bertrand 3649: else
1.15      bertrand 3650:   $as_echo "$as_me: failed program was:" >&5
1.14      bertrand 3651: sed 's/^/| /' conftest.$ac_ext >&5
                   3652: 
1.15      bertrand 3653: { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
                   3654: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1.36      bertrand 3655: as_fn_error $? "cannot compute suffix of object files: cannot compile
1.57      bertrand 3656: See \`config.log' for more details" "$LINENO" 5; }
1.14      bertrand 3657: fi
1.15      bertrand 3658: rm -f conftest.$ac_cv_objext conftest.$ac_ext
                   3659: fi
                   3660: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
                   3661: $as_echo "$ac_cv_objext" >&6; }
                   3662: OBJEXT=$ac_cv_objext
                   3663: ac_objext=$OBJEXT
                   3664: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
                   3665: $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
1.57      bertrand 3666: if ${ac_cv_c_compiler_gnu+:} false; then :
1.15      bertrand 3667:   $as_echo_n "(cached) " >&6
                   3668: else
                   3669:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
                   3670: /* end confdefs.h.  */
                   3671: 
                   3672: int
                   3673: main ()
                   3674: {
                   3675: #ifndef __GNUC__
                   3676:        choke me
                   3677: #endif
1.14      bertrand 3678: 
1.15      bertrand 3679:   ;
                   3680:   return 0;
                   3681: }
                   3682: _ACEOF
                   3683: if ac_fn_c_try_compile "$LINENO"; then :
                   3684:   ac_compiler_gnu=yes
1.14      bertrand 3685: else
1.15      bertrand 3686:   ac_compiler_gnu=no
1.14      bertrand 3687: fi
1.15      bertrand 3688: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   3689: ac_cv_c_compiler_gnu=$ac_compiler_gnu
1.14      bertrand 3690: 
1.15      bertrand 3691: fi
                   3692: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
                   3693: $as_echo "$ac_cv_c_compiler_gnu" >&6; }
                   3694: if test $ac_compiler_gnu = yes; then
                   3695:   GCC=yes
1.14      bertrand 3696: else
1.15      bertrand 3697:   GCC=
1.14      bertrand 3698: fi
1.15      bertrand 3699: ac_test_CFLAGS=${CFLAGS+set}
                   3700: ac_save_CFLAGS=$CFLAGS
                   3701: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
                   3702: $as_echo_n "checking whether $CC accepts -g... " >&6; }
1.57      bertrand 3703: if ${ac_cv_prog_cc_g+:} false; then :
1.15      bertrand 3704:   $as_echo_n "(cached) " >&6
                   3705: else
                   3706:   ac_save_c_werror_flag=$ac_c_werror_flag
                   3707:    ac_c_werror_flag=yes
                   3708:    ac_cv_prog_cc_g=no
                   3709:    CFLAGS="-g"
                   3710:    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
                   3711: /* end confdefs.h.  */
1.14      bertrand 3712: 
1.15      bertrand 3713: int
                   3714: main ()
                   3715: {
1.14      bertrand 3716: 
1.15      bertrand 3717:   ;
                   3718:   return 0;
                   3719: }
                   3720: _ACEOF
                   3721: if ac_fn_c_try_compile "$LINENO"; then :
                   3722:   ac_cv_prog_cc_g=yes
                   3723: else
                   3724:   CFLAGS=""
                   3725:       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
                   3726: /* end confdefs.h.  */
1.14      bertrand 3727: 
1.15      bertrand 3728: int
                   3729: main ()
                   3730: {
1.14      bertrand 3731: 
1.15      bertrand 3732:   ;
                   3733:   return 0;
                   3734: }
                   3735: _ACEOF
                   3736: if ac_fn_c_try_compile "$LINENO"; then :
1.14      bertrand 3737: 
1.15      bertrand 3738: else
                   3739:   ac_c_werror_flag=$ac_save_c_werror_flag
                   3740:     CFLAGS="-g"
                   3741:     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
                   3742: /* end confdefs.h.  */
1.14      bertrand 3743: 
1.15      bertrand 3744: int
                   3745: main ()
                   3746: {
1.14      bertrand 3747: 
1.15      bertrand 3748:   ;
                   3749:   return 0;
                   3750: }
                   3751: _ACEOF
                   3752: if ac_fn_c_try_compile "$LINENO"; then :
                   3753:   ac_cv_prog_cc_g=yes
                   3754: fi
                   3755: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   3756: fi
                   3757: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   3758: fi
                   3759: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   3760:    ac_c_werror_flag=$ac_save_c_werror_flag
                   3761: fi
                   3762: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
                   3763: $as_echo "$ac_cv_prog_cc_g" >&6; }
                   3764: if test "$ac_test_CFLAGS" = set; then
                   3765:   CFLAGS=$ac_save_CFLAGS
                   3766: elif test $ac_cv_prog_cc_g = yes; then
                   3767:   if test "$GCC" = yes; then
                   3768:     CFLAGS="-g -O2"
                   3769:   else
                   3770:     CFLAGS="-g"
                   3771:   fi
                   3772: else
                   3773:   if test "$GCC" = yes; then
                   3774:     CFLAGS="-O2"
                   3775:   else
                   3776:     CFLAGS=
                   3777:   fi
                   3778: fi
                   3779: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
                   3780: $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
1.57      bertrand 3781: if ${ac_cv_prog_cc_c89+:} false; then :
1.15      bertrand 3782:   $as_echo_n "(cached) " >&6
1.1       bertrand 3783: else
1.15      bertrand 3784:   ac_cv_prog_cc_c89=no
                   3785: ac_save_CC=$CC
                   3786: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.14      bertrand 3787: /* end confdefs.h.  */
1.15      bertrand 3788: #include <stdarg.h>
                   3789: #include <stdio.h>
                   3790: #include <sys/types.h>
                   3791: #include <sys/stat.h>
                   3792: /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
                   3793: struct buf { int x; };
                   3794: FILE * (*rcsopen) (struct buf *, struct stat *, int);
                   3795: static char *e (p, i)
                   3796:      char **p;
                   3797:      int i;
                   3798: {
                   3799:   return p[i];
                   3800: }
                   3801: static char *f (char * (*g) (char **, int), char **p, ...)
                   3802: {
                   3803:   char *s;
                   3804:   va_list v;
                   3805:   va_start (v,p);
                   3806:   s = g (p, va_arg (v,int));
                   3807:   va_end (v);
                   3808:   return s;
                   3809: }
                   3810: 
                   3811: /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
                   3812:    function prototypes and stuff, but not '\xHH' hex character constants.
                   3813:    These don't provoke an error unfortunately, instead are silently treated
                   3814:    as 'x'.  The following induces an error, until -std is added to get
                   3815:    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
                   3816:    array size at least.  It's necessary to write '\x00'==0 to get something
                   3817:    that's true only with -std.  */
                   3818: int osf4_cc_array ['\x00' == 0 ? 1 : -1];
1.14      bertrand 3819: 
1.15      bertrand 3820: /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
                   3821:    inside strings and character constants.  */
                   3822: #define FOO(x) 'x'
                   3823: int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
1.1       bertrand 3824: 
1.15      bertrand 3825: int test (int i, double x);
                   3826: struct s1 {int (*f) (int a);};
                   3827: struct s2 {int (*f) (double a);};
                   3828: int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
                   3829: int argc;
                   3830: char **argv;
1.14      bertrand 3831: int
                   3832: main ()
                   3833: {
1.15      bertrand 3834: return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
1.14      bertrand 3835:   ;
                   3836:   return 0;
                   3837: }
                   3838: _ACEOF
1.15      bertrand 3839: for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
                   3840:    -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
                   3841: do
                   3842:   CC="$ac_save_CC $ac_arg"
                   3843:   if ac_fn_c_try_compile "$LINENO"; then :
                   3844:   ac_cv_prog_cc_c89=$ac_arg
                   3845: fi
                   3846: rm -f core conftest.err conftest.$ac_objext
                   3847:   test "x$ac_cv_prog_cc_c89" != "xno" && break
                   3848: done
                   3849: rm -f conftest.$ac_ext
                   3850: CC=$ac_save_CC
                   3851: 
                   3852: fi
                   3853: # AC_CACHE_VAL
                   3854: case "x$ac_cv_prog_cc_c89" in
                   3855:   x)
                   3856:     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
                   3857: $as_echo "none needed" >&6; } ;;
                   3858:   xno)
                   3859:     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
                   3860: $as_echo "unsupported" >&6; } ;;
                   3861:   *)
                   3862:     CC="$CC $ac_cv_prog_cc_c89"
                   3863:     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
                   3864: $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
1.1       bertrand 3865: esac
1.15      bertrand 3866: if test "x$ac_cv_prog_cc_c89" != xno; then :
1.14      bertrand 3867: 
                   3868: fi
                   3869: 
1.15      bertrand 3870: ac_ext=c
                   3871: ac_cpp='$CPP $CPPFLAGS'
                   3872: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
                   3873: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
                   3874: ac_compiler_gnu=$ac_cv_c_compiler_gnu
                   3875: DEPDIR="${am__leading_dot}deps"
                   3876: 
                   3877: ac_config_commands="$ac_config_commands depfiles"
                   3878: 
                   3879: 
                   3880: am_make=${MAKE-make}
                   3881: cat > confinc << 'END'
                   3882: am__doit:
                   3883:    @echo this is the am__doit target
                   3884: .PHONY: am__doit
                   3885: END
                   3886: # If we don't find an include directive, just comment out the code.
                   3887: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
                   3888: $as_echo_n "checking for style of include used by $am_make... " >&6; }
                   3889: am__include="#"
                   3890: am__quote=
                   3891: _am_result=none
                   3892: # First try GNU make style include.
                   3893: echo "include confinc" > confmf
                   3894: # Ignore all kinds of additional output from `make'.
                   3895: case `$am_make -s -f confmf 2> /dev/null` in #(
                   3896: *the\ am__doit\ target*)
                   3897:   am__include=include
                   3898:   am__quote=
                   3899:   _am_result=GNU
                   3900:   ;;
                   3901: esac
                   3902: # Now try BSD make style include.
                   3903: if test "$am__include" = "#"; then
                   3904:    echo '.include "confinc"' > confmf
                   3905:    case `$am_make -s -f confmf 2> /dev/null` in #(
                   3906:    *the\ am__doit\ target*)
                   3907:      am__include=.include
                   3908:      am__quote="\""
                   3909:      _am_result=BSD
                   3910:      ;;
                   3911:    esac
1.14      bertrand 3912: fi
                   3913: 
                   3914: 
1.15      bertrand 3915: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
                   3916: $as_echo "$_am_result" >&6; }
                   3917: rm -f confinc confmf
                   3918: 
                   3919: # Check whether --enable-dependency-tracking was given.
                   3920: if test "${enable_dependency_tracking+set}" = set; then :
                   3921:   enableval=$enable_dependency_tracking;
                   3922: fi
                   3923: 
                   3924: if test "x$enable_dependency_tracking" != xno; then
                   3925:   am_depcomp="$ac_aux_dir/depcomp"
                   3926:   AMDEPBACKSLASH='\'
                   3927: fi
                   3928:  if test "x$enable_dependency_tracking" != xno; then
                   3929:   AMDEP_TRUE=
                   3930:   AMDEP_FALSE='#'
1.1       bertrand 3931: else
1.15      bertrand 3932:   AMDEP_TRUE='#'
                   3933:   AMDEP_FALSE=
1.14      bertrand 3934: fi
1.1       bertrand 3935: 
1.14      bertrand 3936: 
                   3937: 
1.15      bertrand 3938: depcc="$CC"   am_compiler_list=
1.14      bertrand 3939: 
1.15      bertrand 3940: { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
                   3941: $as_echo_n "checking dependency style of $depcc... " >&6; }
1.57      bertrand 3942: if ${am_cv_CC_dependencies_compiler_type+:} false; then :
1.15      bertrand 3943:   $as_echo_n "(cached) " >&6
1.14      bertrand 3944: else
1.15      bertrand 3945:   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
                   3946:   # We make a subdir and do the tests there.  Otherwise we can end up
                   3947:   # making bogus files that we don't know about and never remove.  For
                   3948:   # instance it was reported that on HP-UX the gcc test will end up
                   3949:   # making a dummy file named `D' -- because `-MD' means `put the output
                   3950:   # in D'.
                   3951:   mkdir conftest.dir
                   3952:   # Copy depcomp to subdir because otherwise we won't find it if we're
                   3953:   # using a relative directory.
                   3954:   cp "$am_depcomp" conftest.dir
                   3955:   cd conftest.dir
                   3956:   # We will build objects and dependencies in a subdirectory because
                   3957:   # it helps to detect inapplicable dependency modes.  For instance
                   3958:   # both Tru64's cc and ICC support -MD to output dependencies as a
                   3959:   # side effect of compilation, but ICC will put the dependencies in
                   3960:   # the current directory while Tru64 will put them in the object
                   3961:   # directory.
                   3962:   mkdir sub
1.14      bertrand 3963: 
1.15      bertrand 3964:   am_cv_CC_dependencies_compiler_type=none
                   3965:   if test "$am_compiler_list" = ""; then
                   3966:      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
                   3967:   fi
                   3968:   am__universal=false
                   3969:   case " $depcc " in #(
                   3970:      *\ -arch\ *\ -arch\ *) am__universal=true ;;
                   3971:      esac
1.14      bertrand 3972: 
1.15      bertrand 3973:   for depmode in $am_compiler_list; do
                   3974:     # Setup a source with many dependencies, because some compilers
                   3975:     # like to wrap large dependency lists on column 80 (with \), and
                   3976:     # we should not choose a depcomp mode which is confused by this.
                   3977:     #
                   3978:     # We need to recreate these files for each test, as the compiler may
                   3979:     # overwrite some of them when testing with obscure command lines.
                   3980:     # This happens at least with the AIX C compiler.
                   3981:     : > sub/conftest.c
                   3982:     for i in 1 2 3 4 5 6; do
                   3983:       echo '#include "conftst'$i'.h"' >> sub/conftest.c
                   3984:       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
                   3985:       # Solaris 8's {/usr,}/bin/sh.
                   3986:       touch sub/conftst$i.h
                   3987:     done
                   3988:     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
1.14      bertrand 3989: 
1.15      bertrand 3990:     # We check with `-c' and `-o' for the sake of the "dashmstdout"
                   3991:     # mode.  It turns out that the SunPro C++ compiler does not properly
                   3992:     # handle `-M -o', and we need to detect this.  Also, some Intel
                   3993:     # versions had trouble with output in subdirs
                   3994:     am__obj=sub/conftest.${OBJEXT-o}
                   3995:     am__minus_obj="-o $am__obj"
                   3996:     case $depmode in
                   3997:     gcc)
                   3998:       # This depmode causes a compiler race in universal mode.
                   3999:       test "$am__universal" = false || continue
                   4000:       ;;
                   4001:     nosideeffect)
                   4002:       # after this tag, mechanisms are not by side-effect, so they'll
                   4003:       # only be used when explicitly requested
                   4004:       if test "x$enable_dependency_tracking" = xyes; then
                   4005:    continue
                   4006:       else
                   4007:    break
                   4008:       fi
                   4009:       ;;
                   4010:     msvisualcpp | msvcmsys)
                   4011:       # This compiler won't grok `-c -o', but also, the minuso test has
                   4012:       # not run yet.  These depmodes are late enough in the game, and
                   4013:       # so weak that their functioning should not be impacted.
                   4014:       am__obj=conftest.${OBJEXT-o}
                   4015:       am__minus_obj=
                   4016:       ;;
                   4017:     none) break ;;
                   4018:     esac
                   4019:     if depmode=$depmode \
                   4020:        source=sub/conftest.c object=$am__obj \
                   4021:        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
                   4022:        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
                   4023:          >/dev/null 2>conftest.err &&
                   4024:        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
                   4025:        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
                   4026:        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
                   4027:        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
                   4028:       # icc doesn't choke on unknown options, it will just issue warnings
                   4029:       # or remarks (even with -Werror).  So we grep stderr for any message
                   4030:       # that says an option was ignored or not supported.
                   4031:       # When given -MP, icc 7.0 and 7.1 complain thusly:
                   4032:       #   icc: Command line warning: ignoring option '-M'; no argument required
                   4033:       # The diagnosis changed in icc 8.0:
                   4034:       #   icc: Command line remark: option '-MP' not supported
                   4035:       if (grep 'ignoring option' conftest.err ||
                   4036:           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
                   4037:         am_cv_CC_dependencies_compiler_type=$depmode
                   4038:         break
                   4039:       fi
                   4040:     fi
                   4041:   done
1.14      bertrand 4042: 
1.15      bertrand 4043:   cd ..
                   4044:   rm -rf conftest.dir
1.14      bertrand 4045: else
1.15      bertrand 4046:   am_cv_CC_dependencies_compiler_type=none
1.1       bertrand 4047: fi
                   4048: 
1.15      bertrand 4049: fi
                   4050: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
                   4051: $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
                   4052: CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
1.14      bertrand 4053: 
1.15      bertrand 4054:  if
                   4055:   test "x$enable_dependency_tracking" != xno \
                   4056:   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
                   4057:   am__fastdepCC_TRUE=
                   4058:   am__fastdepCC_FALSE='#'
1.1       bertrand 4059: else
1.15      bertrand 4060:   am__fastdepCC_TRUE='#'
                   4061:   am__fastdepCC_FALSE=
                   4062: fi
                   4063: 
1.1       bertrand 4064: 
                   4065: 
1.30      bertrand 4066: EXT_SQL=
                   4067: 
1.15      bertrand 4068: if test x"$CC" != x""; then
                   4069:    GCC_VERSION_MAJEURE=`$CC -v 2>&1 | awk '/^gcc/ { print $3; }' | \
                   4070:            awk -F. '{ printf("%s", $1);}'`
                   4071:    GCC_VERSION_MINEURE=`$CC -v 2>&1 | awk '/^gcc/ { print $3; }' | \
                   4072:            awk -F. '{ printf("%s", $2);}'`
1.23      bertrand 4073:    if test $GCC_VERSION_MAJEURE -ge 5; then
1.15      bertrand 4074:        OPTIMISATION_C=-O3
                   4075:    else
1.23      bertrand 4076:        if test $GCC_VERSION_MAJEURE -ge 4 -a $GCC_VERSION_MINEURE -ge 4; \
                   4077:                then
1.15      bertrand 4078:            OPTIMISATION_C=-O3
                   4079:        else
1.23      bertrand 4080:            if test $GCC_VERSION_MAJEURE -ge 2; then
                   4081:                OPTIMISATION_C=-O2
                   4082:            else
1.36      bertrand 4083:                as_fn_error $? "Cannot find decent or recent gcc (gcc-4.2 or better)!" "$LINENO" 5
1.23      bertrand 4084:            fi
1.15      bertrand 4085:        fi
                   4086:    fi
1.14      bertrand 4087: fi
                   4088: 
1.15      bertrand 4089: if test "x$CC" != xcc; then
                   4090:   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5
                   4091: $as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
1.14      bertrand 4092: else
1.15      bertrand 4093:   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5
                   4094: $as_echo_n "checking whether cc understands -c and -o together... " >&6; }
1.1       bertrand 4095: fi
1.15      bertrand 4096: set dummy $CC; ac_cc=`$as_echo "$2" |
                   4097:              sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
1.57      bertrand 4098: if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then :
1.15      bertrand 4099:   $as_echo_n "(cached) " >&6
1.1       bertrand 4100: else
1.15      bertrand 4101:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 4102: /* end confdefs.h.  */
                   4103: 
                   4104: int
                   4105: main ()
                   4106: {
1.15      bertrand 4107: 
1.1       bertrand 4108:   ;
                   4109:   return 0;
                   4110: }
                   4111: _ACEOF
1.15      bertrand 4112: # Make sure it works both with $CC and with simple cc.
                   4113: # We do the test twice because some compilers refuse to overwrite an
                   4114: # existing .o file with -o, though they will create one.
                   4115: ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
                   4116: rm -f conftest2.*
                   4117: if { { case "(($ac_try" in
                   4118:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
                   4119:   *) ac_try_echo=$ac_try;;
                   4120: esac
                   4121: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
                   4122: $as_echo "$ac_try_echo"; } >&5
                   4123:   (eval "$ac_try") 2>&5
                   4124:   ac_status=$?
                   4125:   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
                   4126:   test $ac_status = 0; } &&
                   4127:    test -f conftest2.$ac_objext && { { case "(($ac_try" in
                   4128:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
                   4129:   *) ac_try_echo=$ac_try;;
                   4130: esac
                   4131: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
                   4132: $as_echo "$ac_try_echo"; } >&5
                   4133:   (eval "$ac_try") 2>&5
                   4134:   ac_status=$?
                   4135:   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
                   4136:   test $ac_status = 0; };
                   4137: then
                   4138:   eval ac_cv_prog_cc_${ac_cc}_c_o=yes
                   4139:   if test "x$CC" != xcc; then
                   4140:     # Test first that cc exists at all.
                   4141:     if { ac_try='cc -c conftest.$ac_ext >&5'
                   4142:   { { case "(($ac_try" in
                   4143:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
                   4144:   *) ac_try_echo=$ac_try;;
                   4145: esac
                   4146: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
                   4147: $as_echo "$ac_try_echo"; } >&5
                   4148:   (eval "$ac_try") 2>&5
                   4149:   ac_status=$?
                   4150:   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
                   4151:   test $ac_status = 0; }; }; then
                   4152:       ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
                   4153:       rm -f conftest2.*
                   4154:       if { { case "(($ac_try" in
                   4155:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
                   4156:   *) ac_try_echo=$ac_try;;
                   4157: esac
                   4158: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
                   4159: $as_echo "$ac_try_echo"; } >&5
                   4160:   (eval "$ac_try") 2>&5
                   4161:   ac_status=$?
                   4162:   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
                   4163:   test $ac_status = 0; } &&
                   4164:     test -f conftest2.$ac_objext && { { case "(($ac_try" in
1.14      bertrand 4165:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
                   4166:   *) ac_try_echo=$ac_try;;
                   4167: esac
1.15      bertrand 4168: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
                   4169: $as_echo "$ac_try_echo"; } >&5
                   4170:   (eval "$ac_try") 2>&5
1.14      bertrand 4171:   ac_status=$?
1.15      bertrand 4172:   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
                   4173:   test $ac_status = 0; };
                   4174:       then
                   4175:    # cc works too.
                   4176:    :
                   4177:       else
                   4178:    # cc exists but doesn't like -o.
                   4179:    eval ac_cv_prog_cc_${ac_cc}_c_o=no
                   4180:       fi
                   4181:     fi
                   4182:   fi
1.1       bertrand 4183: else
1.15      bertrand 4184:   eval ac_cv_prog_cc_${ac_cc}_c_o=no
                   4185: fi
                   4186: rm -f core conftest*
1.14      bertrand 4187: 
1.1       bertrand 4188: fi
1.15      bertrand 4189: if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
                   4190:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   4191: $as_echo "yes" >&6; }
                   4192: else
                   4193:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   4194: $as_echo "no" >&6; }
                   4195: 
                   4196: $as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h
1.1       bertrand 4197: 
                   4198: fi
1.15      bertrand 4199: 
                   4200: # FIXME: we rely on the cache variable name because
                   4201: # there is no other way.
                   4202: set dummy $CC
                   4203: am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
                   4204: eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
                   4205: if test "$am_t" != yes; then
                   4206:    # Losing compiler, so override with the script.
                   4207:    # FIXME: It is wrong to rewrite CC.
                   4208:    # But if we don't then we get into trouble of one sort or another.
                   4209:    # A longer-term fix would be to have automake use am__CC in this case,
                   4210:    # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
                   4211:    CC="$am_aux_dir/compile $CC"
1.1       bertrand 4212: fi
1.14      bertrand 4213: 
                   4214: 
1.15      bertrand 4215: 
                   4216: if test "$GCC" != yes; then
1.36      bertrand 4217:    as_fn_error $? "Cannot find gcc! You have to install it." "$LINENO" 5
1.15      bertrand 4218: fi
                   4219: 
                   4220: ac_ext=cpp
                   4221: ac_cpp='$CXXCPP $CPPFLAGS'
                   4222: ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
                   4223: ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
                   4224: ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
                   4225: if test -z "$CXX"; then
                   4226:   if test -n "$CCC"; then
                   4227:     CXX=$CCC
                   4228:   else
                   4229:     if test -n "$ac_tool_prefix"; then
1.23      bertrand 4230:   for ac_prog in g++
1.15      bertrand 4231:   do
                   4232:     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
                   4233: set dummy $ac_tool_prefix$ac_prog; ac_word=$2
                   4234: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
                   4235: $as_echo_n "checking for $ac_word... " >&6; }
1.57      bertrand 4236: if ${ac_cv_prog_CXX+:} false; then :
1.15      bertrand 4237:   $as_echo_n "(cached) " >&6
1.1       bertrand 4238: else
1.15      bertrand 4239:   if test -n "$CXX"; then
                   4240:   ac_cv_prog_CXX="$CXX" # Let the user override the test.
1.14      bertrand 4241: else
1.15      bertrand 4242: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   4243: for as_dir in $PATH
                   4244: do
                   4245:   IFS=$as_save_IFS
                   4246:   test -z "$as_dir" && as_dir=.
                   4247:     for ac_exec_ext in '' $ac_executable_extensions; do
                   4248:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
                   4249:     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
                   4250:     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
                   4251:     break 2
                   4252:   fi
                   4253: done
                   4254:   done
                   4255: IFS=$as_save_IFS
1.14      bertrand 4256: 
                   4257: fi
                   4258: fi
1.15      bertrand 4259: CXX=$ac_cv_prog_CXX
                   4260: if test -n "$CXX"; then
                   4261:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
                   4262: $as_echo "$CXX" >&6; }
1.14      bertrand 4263: else
1.15      bertrand 4264:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   4265: $as_echo "no" >&6; }
1.14      bertrand 4266: fi
                   4267: 
                   4268: 
1.15      bertrand 4269:     test -n "$CXX" && break
                   4270:   done
                   4271: fi
                   4272: if test -z "$CXX"; then
                   4273:   ac_ct_CXX=$CXX
1.23      bertrand 4274:   for ac_prog in g++
1.15      bertrand 4275: do
                   4276:   # Extract the first word of "$ac_prog", so it can be a program name with args.
                   4277: set dummy $ac_prog; ac_word=$2
                   4278: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
                   4279: $as_echo_n "checking for $ac_word... " >&6; }
1.57      bertrand 4280: if ${ac_cv_prog_ac_ct_CXX+:} false; then :
1.15      bertrand 4281:   $as_echo_n "(cached) " >&6
                   4282: else
                   4283:   if test -n "$ac_ct_CXX"; then
                   4284:   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
                   4285: else
                   4286: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   4287: for as_dir in $PATH
                   4288: do
                   4289:   IFS=$as_save_IFS
                   4290:   test -z "$as_dir" && as_dir=.
                   4291:     for ac_exec_ext in '' $ac_executable_extensions; do
                   4292:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
                   4293:     ac_cv_prog_ac_ct_CXX="$ac_prog"
                   4294:     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
                   4295:     break 2
                   4296:   fi
                   4297: done
                   4298:   done
                   4299: IFS=$as_save_IFS
1.14      bertrand 4300: 
1.15      bertrand 4301: fi
                   4302: fi
                   4303: ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
                   4304: if test -n "$ac_ct_CXX"; then
                   4305:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
                   4306: $as_echo "$ac_ct_CXX" >&6; }
1.1       bertrand 4307: else
1.15      bertrand 4308:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   4309: $as_echo "no" >&6; }
1.14      bertrand 4310: fi
                   4311: 
                   4312: 
1.15      bertrand 4313:   test -n "$ac_ct_CXX" && break
                   4314: done
1.14      bertrand 4315: 
1.15      bertrand 4316:   if test "x$ac_ct_CXX" = x; then
                   4317:     CXX="g++"
                   4318:   else
                   4319:     case $cross_compiling:$ac_tool_warned in
                   4320: yes:)
                   4321: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
                   4322: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
                   4323: ac_tool_warned=yes ;;
                   4324: esac
                   4325:     CXX=$ac_ct_CXX
                   4326:   fi
                   4327: fi
1.1       bertrand 4328: 
1.15      bertrand 4329:   fi
                   4330: fi
                   4331: # Provide some information about the compiler.
                   4332: $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
                   4333: set X $ac_compile
                   4334: ac_compiler=$2
                   4335: for ac_option in --version -v -V -qversion; do
                   4336:   { { ac_try="$ac_compiler $ac_option >&5"
1.14      bertrand 4337: case "(($ac_try" in
                   4338:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
                   4339:   *) ac_try_echo=$ac_try;;
                   4340: esac
1.15      bertrand 4341: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
                   4342: $as_echo "$ac_try_echo"; } >&5
                   4343:   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
1.14      bertrand 4344:   ac_status=$?
1.15      bertrand 4345:   if test -s conftest.err; then
                   4346:     sed '10a\
                   4347: ... rest of stderr output deleted ...
                   4348:          10q' conftest.err >conftest.er1
                   4349:     cat conftest.er1 >&5
                   4350:   fi
                   4351:   rm -f conftest.er1 conftest.err
                   4352:   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
                   4353:   test $ac_status = 0; }
                   4354: done
                   4355: 
                   4356: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
                   4357: $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
1.57      bertrand 4358: if ${ac_cv_cxx_compiler_gnu+:} false; then :
1.15      bertrand 4359:   $as_echo_n "(cached) " >&6
1.14      bertrand 4360: else
1.15      bertrand 4361:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
                   4362: /* end confdefs.h.  */
1.1       bertrand 4363: 
                   4364: int
                   4365: main ()
                   4366: {
1.15      bertrand 4367: #ifndef __GNUC__
                   4368:        choke me
                   4369: #endif
1.1       bertrand 4370: 
                   4371:   ;
                   4372:   return 0;
                   4373: }
                   4374: _ACEOF
1.15      bertrand 4375: if ac_fn_cxx_try_compile "$LINENO"; then :
                   4376:   ac_compiler_gnu=yes
1.1       bertrand 4377: else
1.15      bertrand 4378:   ac_compiler_gnu=no
1.1       bertrand 4379: fi
1.14      bertrand 4380: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.15      bertrand 4381: ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
1.1       bertrand 4382: 
1.15      bertrand 4383: fi
                   4384: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
                   4385: $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
                   4386: if test $ac_compiler_gnu = yes; then
                   4387:   GXX=yes
                   4388: else
                   4389:   GXX=
                   4390: fi
                   4391: ac_test_CXXFLAGS=${CXXFLAGS+set}
                   4392: ac_save_CXXFLAGS=$CXXFLAGS
                   4393: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
                   4394: $as_echo_n "checking whether $CXX accepts -g... " >&6; }
1.57      bertrand 4395: if ${ac_cv_prog_cxx_g+:} false; then :
1.15      bertrand 4396:   $as_echo_n "(cached) " >&6
                   4397: else
                   4398:   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
                   4399:    ac_cxx_werror_flag=yes
                   4400:    ac_cv_prog_cxx_g=no
                   4401:    CXXFLAGS="-g"
                   4402:    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.14      bertrand 4403: /* end confdefs.h.  */
1.15      bertrand 4404: 
1.1       bertrand 4405: int
                   4406: main ()
                   4407: {
1.14      bertrand 4408: 
1.1       bertrand 4409:   ;
                   4410:   return 0;
                   4411: }
                   4412: _ACEOF
1.15      bertrand 4413: if ac_fn_cxx_try_compile "$LINENO"; then :
                   4414:   ac_cv_prog_cxx_g=yes
1.14      bertrand 4415: else
1.15      bertrand 4416:   CXXFLAGS=""
                   4417:       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
                   4418: /* end confdefs.h.  */
1.1       bertrand 4419: 
1.14      bertrand 4420: int
                   4421: main ()
                   4422: {
1.1       bertrand 4423: 
1.14      bertrand 4424:   ;
                   4425:   return 0;
                   4426: }
                   4427: _ACEOF
1.15      bertrand 4428: if ac_fn_cxx_try_compile "$LINENO"; then :
1.1       bertrand 4429: 
                   4430: else
1.15      bertrand 4431:   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
                   4432:     CXXFLAGS="-g"
                   4433:     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
                   4434: /* end confdefs.h.  */
1.1       bertrand 4435: 
1.14      bertrand 4436: int
                   4437: main ()
                   4438: {
1.1       bertrand 4439: 
1.14      bertrand 4440:   ;
                   4441:   return 0;
                   4442: }
                   4443: _ACEOF
1.15      bertrand 4444: if ac_fn_cxx_try_compile "$LINENO"; then :
                   4445:   ac_cv_prog_cxx_g=yes
                   4446: fi
                   4447: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   4448: fi
                   4449: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   4450: fi
                   4451: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   4452:    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
                   4453: fi
                   4454: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
                   4455: $as_echo "$ac_cv_prog_cxx_g" >&6; }
                   4456: if test "$ac_test_CXXFLAGS" = set; then
                   4457:   CXXFLAGS=$ac_save_CXXFLAGS
                   4458: elif test $ac_cv_prog_cxx_g = yes; then
                   4459:   if test "$GXX" = yes; then
                   4460:     CXXFLAGS="-g -O2"
                   4461:   else
                   4462:     CXXFLAGS="-g"
                   4463:   fi
                   4464: else
                   4465:   if test "$GXX" = yes; then
                   4466:     CXXFLAGS="-O2"
                   4467:   else
                   4468:     CXXFLAGS=
                   4469:   fi
                   4470: fi
                   4471: ac_ext=c
                   4472: ac_cpp='$CPP $CPPFLAGS'
                   4473: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
                   4474: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
                   4475: ac_compiler_gnu=$ac_cv_c_compiler_gnu
                   4476: 
                   4477: depcc="$CXX"  am_compiler_list=
                   4478: 
                   4479: { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
                   4480: $as_echo_n "checking dependency style of $depcc... " >&6; }
1.57      bertrand 4481: if ${am_cv_CXX_dependencies_compiler_type+:} false; then :
1.15      bertrand 4482:   $as_echo_n "(cached) " >&6
                   4483: else
                   4484:   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
                   4485:   # We make a subdir and do the tests there.  Otherwise we can end up
                   4486:   # making bogus files that we don't know about and never remove.  For
                   4487:   # instance it was reported that on HP-UX the gcc test will end up
                   4488:   # making a dummy file named `D' -- because `-MD' means `put the output
                   4489:   # in D'.
                   4490:   mkdir conftest.dir
                   4491:   # Copy depcomp to subdir because otherwise we won't find it if we're
                   4492:   # using a relative directory.
                   4493:   cp "$am_depcomp" conftest.dir
                   4494:   cd conftest.dir
                   4495:   # We will build objects and dependencies in a subdirectory because
                   4496:   # it helps to detect inapplicable dependency modes.  For instance
                   4497:   # both Tru64's cc and ICC support -MD to output dependencies as a
                   4498:   # side effect of compilation, but ICC will put the dependencies in
                   4499:   # the current directory while Tru64 will put them in the object
                   4500:   # directory.
                   4501:   mkdir sub
                   4502: 
                   4503:   am_cv_CXX_dependencies_compiler_type=none
                   4504:   if test "$am_compiler_list" = ""; then
                   4505:      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
                   4506:   fi
                   4507:   am__universal=false
                   4508:   case " $depcc " in #(
                   4509:      *\ -arch\ *\ -arch\ *) am__universal=true ;;
                   4510:      esac
                   4511: 
                   4512:   for depmode in $am_compiler_list; do
                   4513:     # Setup a source with many dependencies, because some compilers
                   4514:     # like to wrap large dependency lists on column 80 (with \), and
                   4515:     # we should not choose a depcomp mode which is confused by this.
                   4516:     #
                   4517:     # We need to recreate these files for each test, as the compiler may
                   4518:     # overwrite some of them when testing with obscure command lines.
                   4519:     # This happens at least with the AIX C compiler.
                   4520:     : > sub/conftest.c
                   4521:     for i in 1 2 3 4 5 6; do
                   4522:       echo '#include "conftst'$i'.h"' >> sub/conftest.c
                   4523:       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
                   4524:       # Solaris 8's {/usr,}/bin/sh.
                   4525:       touch sub/conftst$i.h
                   4526:     done
                   4527:     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
                   4528: 
                   4529:     # We check with `-c' and `-o' for the sake of the "dashmstdout"
                   4530:     # mode.  It turns out that the SunPro C++ compiler does not properly
                   4531:     # handle `-M -o', and we need to detect this.  Also, some Intel
                   4532:     # versions had trouble with output in subdirs
                   4533:     am__obj=sub/conftest.${OBJEXT-o}
                   4534:     am__minus_obj="-o $am__obj"
                   4535:     case $depmode in
                   4536:     gcc)
                   4537:       # This depmode causes a compiler race in universal mode.
                   4538:       test "$am__universal" = false || continue
                   4539:       ;;
                   4540:     nosideeffect)
                   4541:       # after this tag, mechanisms are not by side-effect, so they'll
                   4542:       # only be used when explicitly requested
                   4543:       if test "x$enable_dependency_tracking" = xyes; then
                   4544:    continue
                   4545:       else
                   4546:    break
                   4547:       fi
                   4548:       ;;
                   4549:     msvisualcpp | msvcmsys)
                   4550:       # This compiler won't grok `-c -o', but also, the minuso test has
                   4551:       # not run yet.  These depmodes are late enough in the game, and
                   4552:       # so weak that their functioning should not be impacted.
                   4553:       am__obj=conftest.${OBJEXT-o}
                   4554:       am__minus_obj=
                   4555:       ;;
                   4556:     none) break ;;
                   4557:     esac
                   4558:     if depmode=$depmode \
                   4559:        source=sub/conftest.c object=$am__obj \
                   4560:        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
                   4561:        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
                   4562:          >/dev/null 2>conftest.err &&
                   4563:        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
                   4564:        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
                   4565:        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
                   4566:        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
                   4567:       # icc doesn't choke on unknown options, it will just issue warnings
                   4568:       # or remarks (even with -Werror).  So we grep stderr for any message
                   4569:       # that says an option was ignored or not supported.
                   4570:       # When given -MP, icc 7.0 and 7.1 complain thusly:
                   4571:       #   icc: Command line warning: ignoring option '-M'; no argument required
                   4572:       # The diagnosis changed in icc 8.0:
                   4573:       #   icc: Command line remark: option '-MP' not supported
                   4574:       if (grep 'ignoring option' conftest.err ||
                   4575:           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
                   4576:         am_cv_CXX_dependencies_compiler_type=$depmode
                   4577:         break
                   4578:       fi
                   4579:     fi
                   4580:   done
                   4581: 
                   4582:   cd ..
                   4583:   rm -rf conftest.dir
                   4584: else
                   4585:   am_cv_CXX_dependencies_compiler_type=none
                   4586: fi
                   4587: 
                   4588: fi
                   4589: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
                   4590: $as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
                   4591: CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
                   4592: 
                   4593:  if
                   4594:   test "x$enable_dependency_tracking" != xno \
                   4595:   && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
                   4596:   am__fastdepCXX_TRUE=
                   4597:   am__fastdepCXX_FALSE='#'
                   4598: else
                   4599:   am__fastdepCXX_TRUE='#'
                   4600:   am__fastdepCXX_FALSE=
                   4601: fi
                   4602: 
                   4603: 
                   4604: 
1.69      bertrand 4605: if test "$CXX" != "g++"; then
1.36      bertrand 4606:    as_fn_error $? "Cannot find g++! You have to install it." "$LINENO" 5
1.15      bertrand 4607: fi
                   4608: 
1.69      bertrand 4609: if test x"$CXX" != x""; then
                   4610:    GCC_VERSION_MAJEURE=`$CXX -v 2>&1 | awk '/^gcc/ { print $3; }' | \
                   4611:            awk -F. '{ printf("%s", $1);}'`
                   4612:    GCC_VERSION_MINEURE=`$CXX -v 2>&1 | awk '/^gcc/ { print $3; }' | \
                   4613:            awk -F. '{ printf("%s", $2);}'`
                   4614:    if test $GCC_VERSION_MAJEURE -ge 5; then
                   4615:        OPTIMISATION_GXX=-O3
                   4616:    else
                   4617:        if test $GCC_VERSION_MAJEURE -ge 4 -a $GCC_VERSION_MINEURE -ge 4; then
                   4618:            OPTIMISATION_GXX=-O3
                   4619:        else
                   4620:            if test $GCC_VERSION_MAJEURE -ge 3; then
                   4621:                OPTIMISATION_GXX=-O2
                   4622:            else
                   4623:                as_fn_error $? "Cannot find decent or recent g++ (g++-4.3 or better)!" "$LINENO" 5
                   4624:            fi
                   4625:        fi
                   4626:    fi
                   4627: fi
                   4628: 
1.15      bertrand 4629: ac_ext=f
                   4630: ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
                   4631: ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
                   4632: ac_compiler_gnu=$ac_cv_f77_compiler_gnu
                   4633: if test -n "$ac_tool_prefix"; then
1.23      bertrand 4634:   for ac_prog in gfortran
1.15      bertrand 4635:   do
                   4636:     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
                   4637: set dummy $ac_tool_prefix$ac_prog; ac_word=$2
                   4638: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
                   4639: $as_echo_n "checking for $ac_word... " >&6; }
1.57      bertrand 4640: if ${ac_cv_prog_F77+:} false; then :
1.15      bertrand 4641:   $as_echo_n "(cached) " >&6
                   4642: else
                   4643:   if test -n "$F77"; then
                   4644:   ac_cv_prog_F77="$F77" # Let the user override the test.
                   4645: else
                   4646: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   4647: for as_dir in $PATH
                   4648: do
                   4649:   IFS=$as_save_IFS
                   4650:   test -z "$as_dir" && as_dir=.
                   4651:     for ac_exec_ext in '' $ac_executable_extensions; do
                   4652:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
                   4653:     ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
                   4654:     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
                   4655:     break 2
                   4656:   fi
                   4657: done
                   4658:   done
                   4659: IFS=$as_save_IFS
                   4660: 
                   4661: fi
                   4662: fi
                   4663: F77=$ac_cv_prog_F77
                   4664: if test -n "$F77"; then
                   4665:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $F77" >&5
                   4666: $as_echo "$F77" >&6; }
                   4667: else
                   4668:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   4669: $as_echo "no" >&6; }
                   4670: fi
                   4671: 
                   4672: 
                   4673:     test -n "$F77" && break
                   4674:   done
                   4675: fi
                   4676: if test -z "$F77"; then
                   4677:   ac_ct_F77=$F77
1.23      bertrand 4678:   for ac_prog in gfortran
1.15      bertrand 4679: do
                   4680:   # Extract the first word of "$ac_prog", so it can be a program name with args.
                   4681: set dummy $ac_prog; ac_word=$2
                   4682: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
                   4683: $as_echo_n "checking for $ac_word... " >&6; }
1.57      bertrand 4684: if ${ac_cv_prog_ac_ct_F77+:} false; then :
1.15      bertrand 4685:   $as_echo_n "(cached) " >&6
                   4686: else
                   4687:   if test -n "$ac_ct_F77"; then
                   4688:   ac_cv_prog_ac_ct_F77="$ac_ct_F77" # Let the user override the test.
                   4689: else
                   4690: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   4691: for as_dir in $PATH
                   4692: do
                   4693:   IFS=$as_save_IFS
                   4694:   test -z "$as_dir" && as_dir=.
                   4695:     for ac_exec_ext in '' $ac_executable_extensions; do
                   4696:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
                   4697:     ac_cv_prog_ac_ct_F77="$ac_prog"
                   4698:     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
                   4699:     break 2
                   4700:   fi
                   4701: done
                   4702:   done
                   4703: IFS=$as_save_IFS
                   4704: 
                   4705: fi
                   4706: fi
                   4707: ac_ct_F77=$ac_cv_prog_ac_ct_F77
                   4708: if test -n "$ac_ct_F77"; then
                   4709:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_F77" >&5
                   4710: $as_echo "$ac_ct_F77" >&6; }
1.1       bertrand 4711: else
1.15      bertrand 4712:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   4713: $as_echo "no" >&6; }
                   4714: fi
                   4715: 
                   4716: 
                   4717:   test -n "$ac_ct_F77" && break
                   4718: done
1.1       bertrand 4719: 
1.15      bertrand 4720:   if test "x$ac_ct_F77" = x; then
                   4721:     F77=""
                   4722:   else
                   4723:     case $cross_compiling:$ac_tool_warned in
                   4724: yes:)
                   4725: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
                   4726: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
                   4727: ac_tool_warned=yes ;;
                   4728: esac
                   4729:     F77=$ac_ct_F77
                   4730:   fi
1.14      bertrand 4731: fi
1.1       bertrand 4732: 
                   4733: 
1.15      bertrand 4734: # Provide some information about the compiler.
                   4735: $as_echo "$as_me:${as_lineno-$LINENO}: checking for Fortran 77 compiler version" >&5
                   4736: set X $ac_compile
                   4737: ac_compiler=$2
                   4738: for ac_option in --version -v -V -qversion; do
                   4739:   { { ac_try="$ac_compiler $ac_option >&5"
1.14      bertrand 4740: case "(($ac_try" in
                   4741:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
                   4742:   *) ac_try_echo=$ac_try;;
                   4743: esac
1.15      bertrand 4744: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
                   4745: $as_echo "$ac_try_echo"; } >&5
                   4746:   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
1.14      bertrand 4747:   ac_status=$?
1.15      bertrand 4748:   if test -s conftest.err; then
                   4749:     sed '10a\
                   4750: ... rest of stderr output deleted ...
                   4751:          10q' conftest.err >conftest.er1
                   4752:     cat conftest.er1 >&5
                   4753:   fi
                   4754:   rm -f conftest.er1 conftest.err
                   4755:   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
                   4756:   test $ac_status = 0; }
                   4757: done
                   4758: rm -f a.out
                   4759: 
                   4760: # If we don't use `.F' as extension, the preprocessor is not run on the
                   4761: # input file.  (Note that this only needs to work for GNU compilers.)
                   4762: ac_save_ext=$ac_ext
                   4763: ac_ext=F
                   4764: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU Fortran 77 compiler" >&5
                   4765: $as_echo_n "checking whether we are using the GNU Fortran 77 compiler... " >&6; }
1.57      bertrand 4766: if ${ac_cv_f77_compiler_gnu+:} false; then :
1.15      bertrand 4767:   $as_echo_n "(cached) " >&6
1.1       bertrand 4768: else
1.15      bertrand 4769:   cat > conftest.$ac_ext <<_ACEOF
                   4770:       program main
                   4771: #ifndef __GNUC__
                   4772:        choke me
                   4773: #endif
1.14      bertrand 4774: 
1.15      bertrand 4775:       end
                   4776: _ACEOF
                   4777: if ac_fn_f77_try_compile "$LINENO"; then :
                   4778:   ac_compiler_gnu=yes
                   4779: else
                   4780:   ac_compiler_gnu=no
1.1       bertrand 4781: fi
1.15      bertrand 4782: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   4783: ac_cv_f77_compiler_gnu=$ac_compiler_gnu
1.1       bertrand 4784: 
                   4785: fi
1.15      bertrand 4786: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_f77_compiler_gnu" >&5
                   4787: $as_echo "$ac_cv_f77_compiler_gnu" >&6; }
                   4788: ac_ext=$ac_save_ext
                   4789: ac_test_FFLAGS=${FFLAGS+set}
                   4790: ac_save_FFLAGS=$FFLAGS
                   4791: FFLAGS=
                   4792: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $F77 accepts -g" >&5
                   4793: $as_echo_n "checking whether $F77 accepts -g... " >&6; }
1.57      bertrand 4794: if ${ac_cv_prog_f77_g+:} false; then :
1.15      bertrand 4795:   $as_echo_n "(cached) " >&6
                   4796: else
                   4797:   FFLAGS=-g
                   4798: cat > conftest.$ac_ext <<_ACEOF
                   4799:       program main
1.1       bertrand 4800: 
1.15      bertrand 4801:       end
1.14      bertrand 4802: _ACEOF
1.15      bertrand 4803: if ac_fn_f77_try_compile "$LINENO"; then :
                   4804:   ac_cv_prog_f77_g=yes
1.1       bertrand 4805: else
1.15      bertrand 4806:   ac_cv_prog_f77_g=no
1.1       bertrand 4807: fi
1.15      bertrand 4808: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.1       bertrand 4809: 
                   4810: fi
1.15      bertrand 4811: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_f77_g" >&5
                   4812: $as_echo "$ac_cv_prog_f77_g" >&6; }
                   4813: if test "$ac_test_FFLAGS" = set; then
                   4814:   FFLAGS=$ac_save_FFLAGS
                   4815: elif test $ac_cv_prog_f77_g = yes; then
                   4816:   if test "x$ac_cv_f77_compiler_gnu" = xyes; then
                   4817:     FFLAGS="-g -O2"
                   4818:   else
                   4819:     FFLAGS="-g"
                   4820:   fi
                   4821: else
                   4822:   if test "x$ac_cv_f77_compiler_gnu" = xyes; then
                   4823:     FFLAGS="-O2"
                   4824:   else
                   4825:     FFLAGS=
                   4826:   fi
1.1       bertrand 4827: fi
                   4828: 
1.15      bertrand 4829: if test $ac_compiler_gnu = yes; then
                   4830:   G77=yes
1.1       bertrand 4831: else
1.15      bertrand 4832:   G77=
1.1       bertrand 4833: fi
1.15      bertrand 4834: ac_ext=c
                   4835: ac_cpp='$CPP $CPPFLAGS'
                   4836: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
                   4837: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
                   4838: ac_compiler_gnu=$ac_cv_c_compiler_gnu
1.1       bertrand 4839: 
                   4840: 
1.15      bertrand 4841: if test "$F77" != gfortran -a "$F77" != gfortran-4.4; then
1.36      bertrand 4842:    as_fn_error $? "Cannot find gfortran! You have to install it." "$LINENO" 5
1.15      bertrand 4843: fi
1.14      bertrand 4844: 
1.15      bertrand 4845: ac_ext=${ac_fc_srcext-f}
                   4846: ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5'
                   4847: ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5'
                   4848: ac_compiler_gnu=$ac_cv_fc_compiler_gnu
                   4849: if test -n "$ac_tool_prefix"; then
1.23      bertrand 4850:   for ac_prog in gfortran
1.15      bertrand 4851:   do
                   4852:     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
                   4853: set dummy $ac_tool_prefix$ac_prog; ac_word=$2
                   4854: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
                   4855: $as_echo_n "checking for $ac_word... " >&6; }
1.57      bertrand 4856: if ${ac_cv_prog_FC+:} false; then :
1.15      bertrand 4857:   $as_echo_n "(cached) " >&6
                   4858: else
                   4859:   if test -n "$FC"; then
                   4860:   ac_cv_prog_FC="$FC" # Let the user override the test.
1.1       bertrand 4861: else
1.15      bertrand 4862: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   4863: for as_dir in $PATH
                   4864: do
                   4865:   IFS=$as_save_IFS
                   4866:   test -z "$as_dir" && as_dir=.
                   4867:     for ac_exec_ext in '' $ac_executable_extensions; do
                   4868:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
                   4869:     ac_cv_prog_FC="$ac_tool_prefix$ac_prog"
                   4870:     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
                   4871:     break 2
                   4872:   fi
                   4873: done
                   4874:   done
                   4875: IFS=$as_save_IFS
1.1       bertrand 4876: 
                   4877: fi
1.15      bertrand 4878: fi
                   4879: FC=$ac_cv_prog_FC
                   4880: if test -n "$FC"; then
                   4881:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FC" >&5
                   4882: $as_echo "$FC" >&6; }
1.14      bertrand 4883: else
1.15      bertrand 4884:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   4885: $as_echo "no" >&6; }
1.14      bertrand 4886: fi
                   4887: 
1.1       bertrand 4888: 
1.15      bertrand 4889:     test -n "$FC" && break
                   4890:   done
                   4891: fi
                   4892: if test -z "$FC"; then
                   4893:   ac_ct_FC=$FC
1.23      bertrand 4894:   for ac_prog in gfortran
1.15      bertrand 4895: do
                   4896:   # Extract the first word of "$ac_prog", so it can be a program name with args.
                   4897: set dummy $ac_prog; ac_word=$2
                   4898: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
                   4899: $as_echo_n "checking for $ac_word... " >&6; }
1.57      bertrand 4900: if ${ac_cv_prog_ac_ct_FC+:} false; then :
1.15      bertrand 4901:   $as_echo_n "(cached) " >&6
                   4902: else
                   4903:   if test -n "$ac_ct_FC"; then
                   4904:   ac_cv_prog_ac_ct_FC="$ac_ct_FC" # Let the user override the test.
                   4905: else
                   4906: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   4907: for as_dir in $PATH
                   4908: do
                   4909:   IFS=$as_save_IFS
                   4910:   test -z "$as_dir" && as_dir=.
                   4911:     for ac_exec_ext in '' $ac_executable_extensions; do
                   4912:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
                   4913:     ac_cv_prog_ac_ct_FC="$ac_prog"
                   4914:     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
                   4915:     break 2
                   4916:   fi
                   4917: done
                   4918:   done
                   4919: IFS=$as_save_IFS
1.1       bertrand 4920: 
1.15      bertrand 4921: fi
                   4922: fi
                   4923: ac_ct_FC=$ac_cv_prog_ac_ct_FC
                   4924: if test -n "$ac_ct_FC"; then
                   4925:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_FC" >&5
                   4926: $as_echo "$ac_ct_FC" >&6; }
1.1       bertrand 4927: else
1.15      bertrand 4928:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   4929: $as_echo "no" >&6; }
1.1       bertrand 4930: fi
1.14      bertrand 4931: 
1.1       bertrand 4932: 
1.15      bertrand 4933:   test -n "$ac_ct_FC" && break
                   4934: done
1.1       bertrand 4935: 
1.15      bertrand 4936:   if test "x$ac_ct_FC" = x; then
                   4937:     FC=""
                   4938:   else
                   4939:     case $cross_compiling:$ac_tool_warned in
                   4940: yes:)
                   4941: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
                   4942: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
                   4943: ac_tool_warned=yes ;;
1.14      bertrand 4944: esac
1.15      bertrand 4945:     FC=$ac_ct_FC
                   4946:   fi
1.14      bertrand 4947: fi
                   4948: 
                   4949: 
1.15      bertrand 4950: # Provide some information about the compiler.
                   4951: $as_echo "$as_me:${as_lineno-$LINENO}: checking for Fortran compiler version" >&5
                   4952: set X $ac_compile
                   4953: ac_compiler=$2
                   4954: for ac_option in --version -v -V -qversion; do
                   4955:   { { ac_try="$ac_compiler $ac_option >&5"
1.14      bertrand 4956: case "(($ac_try" in
                   4957:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
                   4958:   *) ac_try_echo=$ac_try;;
                   4959: esac
1.15      bertrand 4960: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
                   4961: $as_echo "$ac_try_echo"; } >&5
                   4962:   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
1.14      bertrand 4963:   ac_status=$?
1.15      bertrand 4964:   if test -s conftest.err; then
                   4965:     sed '10a\
                   4966: ... rest of stderr output deleted ...
                   4967:          10q' conftest.err >conftest.er1
                   4968:     cat conftest.er1 >&5
                   4969:   fi
                   4970:   rm -f conftest.er1 conftest.err
                   4971:   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
                   4972:   test $ac_status = 0; }
                   4973: done
                   4974: rm -f a.out
                   4975: 
                   4976: # If we don't use `.F' as extension, the preprocessor is not run on the
                   4977: # input file.  (Note that this only needs to work for GNU compilers.)
                   4978: ac_save_ext=$ac_ext
                   4979: ac_ext=F
                   4980: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU Fortran compiler" >&5
                   4981: $as_echo_n "checking whether we are using the GNU Fortran compiler... " >&6; }
1.57      bertrand 4982: if ${ac_cv_fc_compiler_gnu+:} false; then :
1.15      bertrand 4983:   $as_echo_n "(cached) " >&6
1.14      bertrand 4984: else
1.15      bertrand 4985:   cat > conftest.$ac_ext <<_ACEOF
                   4986:       program main
                   4987: #ifndef __GNUC__
                   4988:        choke me
                   4989: #endif
1.14      bertrand 4990: 
1.15      bertrand 4991:       end
                   4992: _ACEOF
                   4993: if ac_fn_fc_try_compile "$LINENO"; then :
                   4994:   ac_compiler_gnu=yes
                   4995: else
                   4996:   ac_compiler_gnu=no
1.14      bertrand 4997: fi
                   4998: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.15      bertrand 4999: ac_cv_fc_compiler_gnu=$ac_compiler_gnu
1.1       bertrand 5000: 
1.15      bertrand 5001: fi
                   5002: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_fc_compiler_gnu" >&5
                   5003: $as_echo "$ac_cv_fc_compiler_gnu" >&6; }
                   5004: ac_ext=$ac_save_ext
                   5005: ac_test_FCFLAGS=${FCFLAGS+set}
                   5006: ac_save_FCFLAGS=$FCFLAGS
                   5007: FCFLAGS=
                   5008: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $FC accepts -g" >&5
                   5009: $as_echo_n "checking whether $FC accepts -g... " >&6; }
1.57      bertrand 5010: if ${ac_cv_prog_fc_g+:} false; then :
1.15      bertrand 5011:   $as_echo_n "(cached) " >&6
                   5012: else
                   5013:   FCFLAGS=-g
                   5014: cat > conftest.$ac_ext <<_ACEOF
                   5015:       program main
1.1       bertrand 5016: 
1.15      bertrand 5017:       end
1.1       bertrand 5018: _ACEOF
1.15      bertrand 5019: if ac_fn_fc_try_compile "$LINENO"; then :
                   5020:   ac_cv_prog_fc_g=yes
1.1       bertrand 5021: else
1.15      bertrand 5022:   ac_cv_prog_fc_g=no
1.1       bertrand 5023: fi
1.14      bertrand 5024: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.1       bertrand 5025: 
1.15      bertrand 5026: fi
                   5027: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_fc_g" >&5
                   5028: $as_echo "$ac_cv_prog_fc_g" >&6; }
                   5029: if test "$ac_test_FCFLAGS" = set; then
                   5030:   FCFLAGS=$ac_save_FCFLAGS
                   5031: elif test $ac_cv_prog_fc_g = yes; then
                   5032:   if test "x$ac_cv_fc_compiler_gnu" = xyes; then
                   5033:     FCFLAGS="-g -O2"
                   5034:   else
                   5035:     FCFLAGS="-g"
                   5036:   fi
1.1       bertrand 5037: else
1.15      bertrand 5038:   if test "x$ac_cv_fc_compiler_gnu" = xyes; then
                   5039:     FCFLAGS="-O2"
                   5040:   else
                   5041:     FCFLAGS=
                   5042:   fi
1.1       bertrand 5043: fi
                   5044: 
1.15      bertrand 5045: ac_ext=c
                   5046: ac_cpp='$CPP $CPPFLAGS'
                   5047: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
                   5048: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
                   5049: ac_compiler_gnu=$ac_cv_c_compiler_gnu
1.1       bertrand 5050: 
                   5051: 
1.15      bertrand 5052: if test "$FC" != gfortran -a "$FC" != gfortran-4.4; then
1.36      bertrand 5053:    as_fn_error $? "Cannot find gfortran! You have to install it." "$LINENO" 5
1.1       bertrand 5054: fi
                   5055: 
1.15      bertrand 5056: if test x"$FC" != x""; then
                   5057:    GCC_VERSION_MAJEURE=`$FC -v 2>&1 | awk '/^gcc/ { print $3; }' | \
                   5058:            awk -F. '{ printf("%s", $1);}'`
                   5059:    GCC_VERSION_MINEURE=`$FC -v 2>&1 | awk '/^gcc/ { print $3; }' | \
                   5060:            awk -F. '{ printf("%s", $2);}'`
1.23      bertrand 5061:    if test $GCC_VERSION_MAJEURE -ge 5; then
1.15      bertrand 5062:        OPTIMISATION_F=-O3
                   5063:    else
1.23      bertrand 5064:        if test $GCC_VERSION_MAJEURE -ge 4 -a $GCC_VERSION_MINEURE -ge 4; then
1.15      bertrand 5065:            OPTIMISATION_F=-O3
                   5066:        else
1.23      bertrand 5067:            if test $GCC_VERSION_MAJEURE -ge 3; then
                   5068:                OPTIMISATION_F=-O2
                   5069:            else
1.36      bertrand 5070:                as_fn_error $? "Cannot find decent or recent gfortran (gfortran-4.3 or better)!" "$LINENO" 5
1.23      bertrand 5071:            fi
1.14      bertrand 5072:        fi
                   5073:    fi
                   5074: fi
1.1       bertrand 5075: 
                   5076: 
1.15      bertrand 5077: ac_ext=c
                   5078: ac_cpp='$CPP $CPPFLAGS'
                   5079: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
                   5080: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
                   5081: ac_compiler_gnu=$ac_cv_c_compiler_gnu
                   5082: { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
                   5083: $as_echo_n "checking how to run the C preprocessor... " >&6; }
                   5084: # On Suns, sometimes $CPP names a directory.
                   5085: if test -n "$CPP" && test -d "$CPP"; then
                   5086:   CPP=
                   5087: fi
                   5088: if test -z "$CPP"; then
1.57      bertrand 5089:   if ${ac_cv_prog_CPP+:} false; then :
1.15      bertrand 5090:   $as_echo_n "(cached) " >&6
                   5091: else
                   5092:       # Double quotes because CPP needs to be expanded
                   5093:     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
                   5094:     do
                   5095:       ac_preproc_ok=false
                   5096: for ac_c_preproc_warn_flag in '' yes
                   5097: do
                   5098:   # Use a header file that comes with gcc, so configuring glibc
                   5099:   # with a fresh cross-compiler works.
                   5100:   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
                   5101:   # <limits.h> exists even on freestanding compilers.
                   5102:   # On the NeXT, cc -E runs the code through the compiler's parser,
                   5103:   # not just through cpp. "Syntax error" is here to catch this case.
                   5104:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.14      bertrand 5105: /* end confdefs.h.  */
1.15      bertrand 5106: #ifdef __STDC__
                   5107: # include <limits.h>
                   5108: #else
                   5109: # include <assert.h>
                   5110: #endif
                   5111:             Syntax error
1.1       bertrand 5112: _ACEOF
1.15      bertrand 5113: if ac_fn_c_try_cpp "$LINENO"; then :
                   5114: 
1.1       bertrand 5115: else
1.15      bertrand 5116:   # Broken: fails on valid input.
                   5117: continue
1.1       bertrand 5118: fi
1.36      bertrand 5119: rm -f conftest.err conftest.i conftest.$ac_ext
1.1       bertrand 5120: 
1.15      bertrand 5121:   # OK, works on sane cases.  Now check whether nonexistent headers
                   5122:   # can be detected and how.
                   5123:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
                   5124: /* end confdefs.h.  */
                   5125: #include <ac_nonexistent.h>
                   5126: _ACEOF
                   5127: if ac_fn_c_try_cpp "$LINENO"; then :
                   5128:   # Broken: success on invalid input.
                   5129: continue
                   5130: else
                   5131:   # Passes both tests.
                   5132: ac_preproc_ok=:
                   5133: break
1.1       bertrand 5134: fi
1.36      bertrand 5135: rm -f conftest.err conftest.i conftest.$ac_ext
1.14      bertrand 5136: 
1.15      bertrand 5137: done
                   5138: # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
1.36      bertrand 5139: rm -f conftest.i conftest.err conftest.$ac_ext
1.15      bertrand 5140: if $ac_preproc_ok; then :
                   5141:   break
1.1       bertrand 5142: fi
                   5143: 
1.15      bertrand 5144:     done
                   5145:     ac_cv_prog_CPP=$CPP
1.14      bertrand 5146: 
1.15      bertrand 5147: fi
                   5148:   CPP=$ac_cv_prog_CPP
1.1       bertrand 5149: else
1.15      bertrand 5150:   ac_cv_prog_CPP=$CPP
                   5151: fi
                   5152: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
                   5153: $as_echo "$CPP" >&6; }
                   5154: ac_preproc_ok=false
                   5155: for ac_c_preproc_warn_flag in '' yes
1.14      bertrand 5156: do
1.15      bertrand 5157:   # Use a header file that comes with gcc, so configuring glibc
                   5158:   # with a fresh cross-compiler works.
                   5159:   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
                   5160:   # <limits.h> exists even on freestanding compilers.
                   5161:   # On the NeXT, cc -E runs the code through the compiler's parser,
                   5162:   # not just through cpp. "Syntax error" is here to catch this case.
                   5163:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
                   5164: /* end confdefs.h.  */
                   5165: #ifdef __STDC__
                   5166: # include <limits.h>
                   5167: #else
                   5168: # include <assert.h>
                   5169: #endif
                   5170:             Syntax error
                   5171: _ACEOF
                   5172: if ac_fn_c_try_cpp "$LINENO"; then :
1.1       bertrand 5173: 
1.15      bertrand 5174: else
                   5175:   # Broken: fails on valid input.
                   5176: continue
                   5177: fi
1.36      bertrand 5178: rm -f conftest.err conftest.i conftest.$ac_ext
1.1       bertrand 5179: 
1.15      bertrand 5180:   # OK, works on sane cases.  Now check whether nonexistent headers
                   5181:   # can be detected and how.
                   5182:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
                   5183: /* end confdefs.h.  */
                   5184: #include <ac_nonexistent.h>
                   5185: _ACEOF
                   5186: if ac_fn_c_try_cpp "$LINENO"; then :
                   5187:   # Broken: success on invalid input.
                   5188: continue
                   5189: else
                   5190:   # Passes both tests.
                   5191: ac_preproc_ok=:
                   5192: break
                   5193: fi
1.36      bertrand 5194: rm -f conftest.err conftest.i conftest.$ac_ext
1.1       bertrand 5195: 
                   5196: done
1.15      bertrand 5197: # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
1.36      bertrand 5198: rm -f conftest.i conftest.err conftest.$ac_ext
1.15      bertrand 5199: if $ac_preproc_ok; then :
1.1       bertrand 5200: 
1.15      bertrand 5201: else
                   5202:   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
                   5203: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1.36      bertrand 5204: as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
1.57      bertrand 5205: See \`config.log' for more details" "$LINENO" 5; }
1.15      bertrand 5206: fi
1.14      bertrand 5207: 
1.15      bertrand 5208: ac_ext=c
                   5209: ac_cpp='$CPP $CPPFLAGS'
                   5210: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
                   5211: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
                   5212: ac_compiler_gnu=$ac_cv_c_compiler_gnu
1.14      bertrand 5213: 
                   5214: 
1.15      bertrand 5215: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
                   5216: $as_echo_n "checking for X... " >&6; }
1.1       bertrand 5217: 
                   5218: 
1.15      bertrand 5219: # Check whether --with-x was given.
                   5220: if test "${with_x+set}" = set; then :
                   5221:   withval=$with_x;
1.1       bertrand 5222: fi
1.14      bertrand 5223: 
1.15      bertrand 5224: # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
                   5225: if test "x$with_x" = xno; then
                   5226:   # The user explicitly disabled X.
                   5227:   have_x=disabled
1.1       bertrand 5228: else
1.15      bertrand 5229:   case $x_includes,$x_libraries in #(
1.57      bertrand 5230:     *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
                   5231:     *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
1.15      bertrand 5232:   $as_echo_n "(cached) " >&6
1.1       bertrand 5233: else
1.15      bertrand 5234:   # One or both of the vars are not set, and there is no cached value.
                   5235: ac_x_includes=no ac_x_libraries=no
                   5236: rm -f -r conftest.dir
                   5237: if mkdir conftest.dir; then
                   5238:   cd conftest.dir
                   5239:   cat >Imakefile <<'_ACEOF'
                   5240: incroot:
                   5241:    @echo incroot='${INCROOT}'
                   5242: usrlibdir:
                   5243:    @echo usrlibdir='${USRLIBDIR}'
                   5244: libdir:
                   5245:    @echo libdir='${LIBDIR}'
                   5246: _ACEOF
                   5247:   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
1.36      bertrand 5248:     # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
1.15      bertrand 5249:     for ac_var in incroot usrlibdir libdir; do
                   5250:       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
                   5251:     done
                   5252:     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
                   5253:     for ac_extension in a so sl dylib la dll; do
                   5254:       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
                   5255:     test -f "$ac_im_libdir/libX11.$ac_extension"; then
                   5256:    ac_im_usrlibdir=$ac_im_libdir; break
                   5257:       fi
                   5258:     done
                   5259:     # Screen out bogus values from the imake configuration.  They are
                   5260:     # bogus both because they are the default anyway, and because
                   5261:     # using them would break gcc on systems where it needs fixed includes.
                   5262:     case $ac_im_incroot in
                   5263:    /usr/include) ac_x_includes= ;;
                   5264:    *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
                   5265:     esac
                   5266:     case $ac_im_usrlibdir in
                   5267:    /usr/lib | /usr/lib64 | /lib | /lib64) ;;
                   5268:    *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
                   5269:     esac
                   5270:   fi
                   5271:   cd ..
                   5272:   rm -f -r conftest.dir
                   5273: fi
                   5274: 
                   5275: # Standard set of common directories for X headers.
                   5276: # Check X11 before X11Rn because it is often a symlink to the current release.
                   5277: ac_x_header_dirs='
                   5278: /usr/X11/include
                   5279: /usr/X11R7/include
                   5280: /usr/X11R6/include
                   5281: /usr/X11R5/include
                   5282: /usr/X11R4/include
1.1       bertrand 5283: 
1.15      bertrand 5284: /usr/include/X11
                   5285: /usr/include/X11R7
                   5286: /usr/include/X11R6
                   5287: /usr/include/X11R5
                   5288: /usr/include/X11R4
1.1       bertrand 5289: 
1.15      bertrand 5290: /usr/local/X11/include
                   5291: /usr/local/X11R7/include
                   5292: /usr/local/X11R6/include
                   5293: /usr/local/X11R5/include
                   5294: /usr/local/X11R4/include
1.1       bertrand 5295: 
1.15      bertrand 5296: /usr/local/include/X11
                   5297: /usr/local/include/X11R7
                   5298: /usr/local/include/X11R6
                   5299: /usr/local/include/X11R5
                   5300: /usr/local/include/X11R4
1.1       bertrand 5301: 
1.15      bertrand 5302: /usr/X386/include
                   5303: /usr/x386/include
                   5304: /usr/XFree86/include/X11
1.1       bertrand 5305: 
1.15      bertrand 5306: /usr/include
                   5307: /usr/local/include
                   5308: /usr/unsupported/include
                   5309: /usr/athena/include
                   5310: /usr/local/x11r5/include
                   5311: /usr/lpp/Xamples/include
1.1       bertrand 5312: 
1.15      bertrand 5313: /usr/openwin/include
                   5314: /usr/openwin/share/include'
1.1       bertrand 5315: 
1.15      bertrand 5316: if test "$ac_x_includes" = no; then
                   5317:   # Guess where to find include files, by looking for Xlib.h.
                   5318:   # First, try using that file with no special directory specified.
                   5319:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
                   5320: /* end confdefs.h.  */
                   5321: #include <X11/Xlib.h>
                   5322: _ACEOF
                   5323: if ac_fn_c_try_cpp "$LINENO"; then :
                   5324:   # We can compile using X headers with no special include directory.
                   5325: ac_x_includes=
1.1       bertrand 5326: else
1.15      bertrand 5327:   for ac_dir in $ac_x_header_dirs; do
                   5328:   if test -r "$ac_dir/X11/Xlib.h"; then
                   5329:     ac_x_includes=$ac_dir
                   5330:     break
                   5331:   fi
                   5332: done
1.1       bertrand 5333: fi
1.36      bertrand 5334: rm -f conftest.err conftest.i conftest.$ac_ext
1.15      bertrand 5335: fi # $ac_x_includes = no
1.1       bertrand 5336: 
1.15      bertrand 5337: if test "$ac_x_libraries" = no; then
                   5338:   # Check for the libraries.
                   5339:   # See if we find them without any special options.
                   5340:   # Don't add to $LIBS permanently.
                   5341:   ac_save_LIBS=$LIBS
                   5342:   LIBS="-lX11 $LIBS"
                   5343:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 5344: /* end confdefs.h.  */
1.15      bertrand 5345: #include <X11/Xlib.h>
1.14      bertrand 5346: int
                   5347: main ()
                   5348: {
1.15      bertrand 5349: XrmInitialize ()
1.14      bertrand 5350:   ;
                   5351:   return 0;
                   5352: }
1.1       bertrand 5353: _ACEOF
1.15      bertrand 5354: if ac_fn_c_try_link "$LINENO"; then :
                   5355:   LIBS=$ac_save_LIBS
                   5356: # We can link X programs with no special library path.
                   5357: ac_x_libraries=
1.1       bertrand 5358: else
1.15      bertrand 5359:   LIBS=$ac_save_LIBS
                   5360: for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
                   5361: do
                   5362:   # Don't even attempt the hair of trying to link an X program!
                   5363:   for ac_extension in a so sl dylib la dll; do
                   5364:     if test -r "$ac_dir/libX11.$ac_extension"; then
                   5365:       ac_x_libraries=$ac_dir
                   5366:       break 2
                   5367:     fi
                   5368:   done
                   5369: done
                   5370: fi
                   5371: rm -f core conftest.err conftest.$ac_objext \
                   5372:     conftest$ac_exeext conftest.$ac_ext
                   5373: fi # $ac_x_libraries = no
1.1       bertrand 5374: 
1.15      bertrand 5375: case $ac_x_includes,$ac_x_libraries in #(
                   5376:   no,* | *,no | *\'*)
                   5377:     # Didn't find X, or a directory has "'" in its name.
                   5378:     ac_cv_have_x="have_x=no";; #(
                   5379:   *)
                   5380:     # Record where we found X for the cache.
                   5381:     ac_cv_have_x="have_x=yes\
                   5382:    ac_x_includes='$ac_x_includes'\
                   5383:    ac_x_libraries='$ac_x_libraries'"
                   5384: esac
1.1       bertrand 5385: fi
1.15      bertrand 5386: ;; #(
                   5387:     *) have_x=yes;;
                   5388:   esac
                   5389:   eval "$ac_cv_have_x"
                   5390: fi # $with_x != no
1.1       bertrand 5391: 
1.15      bertrand 5392: if test "$have_x" != yes; then
                   5393:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
                   5394: $as_echo "$have_x" >&6; }
                   5395:   no_x=yes
1.14      bertrand 5396: else
1.15      bertrand 5397:   # If each of the values was on the command line, it overrides each guess.
                   5398:   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
                   5399:   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
                   5400:   # Update the cache value to reflect the command line values.
                   5401:   ac_cv_have_x="have_x=yes\
                   5402:    ac_x_includes='$x_includes'\
                   5403:    ac_x_libraries='$x_libraries'"
                   5404:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
                   5405: $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
1.14      bertrand 5406: fi
1.1       bertrand 5407: 
1.15      bertrand 5408: if test "$no_x" = yes; then
                   5409:   # Not all programs may use this symbol, but it does not hurt to define it.
1.1       bertrand 5410: 
1.15      bertrand 5411: $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
1.14      bertrand 5412: 
1.15      bertrand 5413:   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
1.1       bertrand 5414: else
1.15      bertrand 5415:   if test -n "$x_includes"; then
                   5416:     X_CFLAGS="$X_CFLAGS -I$x_includes"
                   5417:   fi
                   5418: 
                   5419:   # It would also be nice to do this for all -L options, not just this one.
                   5420:   if test -n "$x_libraries"; then
                   5421:     X_LIBS="$X_LIBS -L$x_libraries"
                   5422:     # For Solaris; some versions of Sun CC require a space after -R and
                   5423:     # others require no space.  Words are not sufficient . . . .
                   5424:     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
                   5425: $as_echo_n "checking whether -R must be followed by a space... " >&6; }
                   5426:     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
                   5427:     ac_xsave_c_werror_flag=$ac_c_werror_flag
                   5428:     ac_c_werror_flag=yes
                   5429:     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
                   5430: /* end confdefs.h.  */
1.1       bertrand 5431: 
1.15      bertrand 5432: int
                   5433: main ()
                   5434: {
1.1       bertrand 5435: 
1.15      bertrand 5436:   ;
                   5437:   return 0;
                   5438: }
                   5439: _ACEOF
                   5440: if ac_fn_c_try_link "$LINENO"; then :
                   5441:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   5442: $as_echo "no" >&6; }
                   5443:        X_LIBS="$X_LIBS -R$x_libraries"
1.1       bertrand 5444: else
1.15      bertrand 5445:   LIBS="$ac_xsave_LIBS -R $x_libraries"
                   5446:        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.14      bertrand 5447: /* end confdefs.h.  */
1.1       bertrand 5448: 
1.14      bertrand 5449: int
                   5450: main ()
                   5451: {
1.15      bertrand 5452: 
                   5453:   ;
1.14      bertrand 5454:   return 0;
                   5455: }
                   5456: _ACEOF
1.15      bertrand 5457: if ac_fn_c_try_link "$LINENO"; then :
                   5458:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   5459: $as_echo "yes" >&6; }
                   5460:      X_LIBS="$X_LIBS -R $x_libraries"
1.14      bertrand 5461: else
1.15      bertrand 5462:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
                   5463: $as_echo "neither works" >&6; }
1.14      bertrand 5464: fi
1.15      bertrand 5465: rm -f core conftest.err conftest.$ac_objext \
                   5466:     conftest$ac_exeext conftest.$ac_ext
1.14      bertrand 5467: fi
1.15      bertrand 5468: rm -f core conftest.err conftest.$ac_objext \
                   5469:     conftest$ac_exeext conftest.$ac_ext
                   5470:     ac_c_werror_flag=$ac_xsave_c_werror_flag
                   5471:     LIBS=$ac_xsave_LIBS
                   5472:   fi
1.1       bertrand 5473: 
1.15      bertrand 5474:   # Check for system-dependent libraries X programs must link with.
                   5475:   # Do this before checking for the system-independent R6 libraries
                   5476:   # (-lICE), since we may need -lsocket or whatever for X linking.
1.1       bertrand 5477: 
1.15      bertrand 5478:   if test "$ISC" = yes; then
                   5479:     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
                   5480:   else
                   5481:     # Martyn Johnson says this is needed for Ultrix, if the X
                   5482:     # libraries were built with DECnet support.  And Karl Berry says
                   5483:     # the Alpha needs dnet_stub (dnet does not exist).
                   5484:     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
                   5485:     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
                   5486: /* end confdefs.h.  */
1.1       bertrand 5487: 
1.15      bertrand 5488: /* Override any GCC internal prototype to avoid an error.
                   5489:    Use char because int might match the return type of a GCC
                   5490:    builtin and then its argument prototype would still apply.  */
                   5491: #ifdef __cplusplus
                   5492: extern "C"
                   5493: #endif
                   5494: char XOpenDisplay ();
                   5495: int
                   5496: main ()
                   5497: {
                   5498: return XOpenDisplay ();
                   5499:   ;
                   5500:   return 0;
                   5501: }
1.1       bertrand 5502: _ACEOF
1.15      bertrand 5503: if ac_fn_c_try_link "$LINENO"; then :
1.14      bertrand 5504: 
                   5505: else
1.15      bertrand 5506:   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
                   5507: $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
1.57      bertrand 5508: if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :
1.15      bertrand 5509:   $as_echo_n "(cached) " >&6
                   5510: else
                   5511:   ac_check_lib_save_LIBS=$LIBS
                   5512: LIBS="-ldnet  $LIBS"
                   5513: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 5514: /* end confdefs.h.  */
1.14      bertrand 5515: 
1.15      bertrand 5516: /* Override any GCC internal prototype to avoid an error.
                   5517:    Use char because int might match the return type of a GCC
                   5518:    builtin and then its argument prototype would still apply.  */
                   5519: #ifdef __cplusplus
                   5520: extern "C"
                   5521: #endif
                   5522: char dnet_ntoa ();
                   5523: int
                   5524: main ()
                   5525: {
                   5526: return dnet_ntoa ();
                   5527:   ;
                   5528:   return 0;
                   5529: }
1.1       bertrand 5530: _ACEOF
1.15      bertrand 5531: if ac_fn_c_try_link "$LINENO"; then :
                   5532:   ac_cv_lib_dnet_dnet_ntoa=yes
1.1       bertrand 5533: else
1.15      bertrand 5534:   ac_cv_lib_dnet_dnet_ntoa=no
1.14      bertrand 5535: fi
1.15      bertrand 5536: rm -f core conftest.err conftest.$ac_objext \
                   5537:     conftest$ac_exeext conftest.$ac_ext
                   5538: LIBS=$ac_check_lib_save_LIBS
1.14      bertrand 5539: fi
1.15      bertrand 5540: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
                   5541: $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
1.57      bertrand 5542: if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then :
1.15      bertrand 5543:   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
1.14      bertrand 5544: fi
                   5545: 
1.15      bertrand 5546:     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
                   5547:       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
                   5548: $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
1.57      bertrand 5549: if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then :
1.15      bertrand 5550:   $as_echo_n "(cached) " >&6
1.14      bertrand 5551: else
1.15      bertrand 5552:   ac_check_lib_save_LIBS=$LIBS
                   5553: LIBS="-ldnet_stub  $LIBS"
                   5554: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 5555: /* end confdefs.h.  */
1.15      bertrand 5556: 
                   5557: /* Override any GCC internal prototype to avoid an error.
                   5558:    Use char because int might match the return type of a GCC
                   5559:    builtin and then its argument prototype would still apply.  */
                   5560: #ifdef __cplusplus
                   5561: extern "C"
                   5562: #endif
                   5563: char dnet_ntoa ();
1.1       bertrand 5564: int
                   5565: main ()
                   5566: {
1.15      bertrand 5567: return dnet_ntoa ();
1.1       bertrand 5568:   ;
                   5569:   return 0;
                   5570: }
                   5571: _ACEOF
1.15      bertrand 5572: if ac_fn_c_try_link "$LINENO"; then :
                   5573:   ac_cv_lib_dnet_stub_dnet_ntoa=yes
1.14      bertrand 5574: else
1.15      bertrand 5575:   ac_cv_lib_dnet_stub_dnet_ntoa=no
                   5576: fi
                   5577: rm -f core conftest.err conftest.$ac_objext \
                   5578:     conftest$ac_exeext conftest.$ac_ext
                   5579: LIBS=$ac_check_lib_save_LIBS
                   5580: fi
                   5581: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
                   5582: $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
1.57      bertrand 5583: if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then :
1.15      bertrand 5584:   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
                   5585: fi
1.14      bertrand 5586: 
1.15      bertrand 5587:     fi
1.1       bertrand 5588: fi
1.15      bertrand 5589: rm -f core conftest.err conftest.$ac_objext \
                   5590:     conftest$ac_exeext conftest.$ac_ext
                   5591:     LIBS="$ac_xsave_LIBS"
                   5592: 
                   5593:     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
                   5594:     # to get the SysV transport functions.
                   5595:     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
                   5596:     # needs -lnsl.
                   5597:     # The nsl library prevents programs from opening the X display
                   5598:     # on Irix 5.2, according to T.E. Dickey.
                   5599:     # The functions gethostbyname, getservbyname, and inet_addr are
                   5600:     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
                   5601:     ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
1.57      bertrand 5602: if test "x$ac_cv_func_gethostbyname" = xyes; then :
1.1       bertrand 5603: 
                   5604: fi
                   5605: 
1.15      bertrand 5606:     if test $ac_cv_func_gethostbyname = no; then
                   5607:       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
                   5608: $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
1.57      bertrand 5609: if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
1.15      bertrand 5610:   $as_echo_n "(cached) " >&6
1.1       bertrand 5611: else
1.15      bertrand 5612:   ac_check_lib_save_LIBS=$LIBS
                   5613: LIBS="-lnsl  $LIBS"
                   5614: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 5615: /* end confdefs.h.  */
1.15      bertrand 5616: 
                   5617: /* Override any GCC internal prototype to avoid an error.
                   5618:    Use char because int might match the return type of a GCC
                   5619:    builtin and then its argument prototype would still apply.  */
                   5620: #ifdef __cplusplus
                   5621: extern "C"
                   5622: #endif
                   5623: char gethostbyname ();
1.1       bertrand 5624: int
                   5625: main ()
                   5626: {
1.15      bertrand 5627: return gethostbyname ();
1.1       bertrand 5628:   ;
                   5629:   return 0;
                   5630: }
                   5631: _ACEOF
1.15      bertrand 5632: if ac_fn_c_try_link "$LINENO"; then :
                   5633:   ac_cv_lib_nsl_gethostbyname=yes
                   5634: else
                   5635:   ac_cv_lib_nsl_gethostbyname=no
                   5636: fi
                   5637: rm -f core conftest.err conftest.$ac_objext \
                   5638:     conftest$ac_exeext conftest.$ac_ext
                   5639: LIBS=$ac_check_lib_save_LIBS
                   5640: fi
                   5641: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
                   5642: $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
1.57      bertrand 5643: if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
1.15      bertrand 5644:   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
                   5645: fi
                   5646: 
                   5647:       if test $ac_cv_lib_nsl_gethostbyname = no; then
                   5648:    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
                   5649: $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
1.57      bertrand 5650: if ${ac_cv_lib_bsd_gethostbyname+:} false; then :
1.15      bertrand 5651:   $as_echo_n "(cached) " >&6
                   5652: else
                   5653:   ac_check_lib_save_LIBS=$LIBS
                   5654: LIBS="-lbsd  $LIBS"
                   5655: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 5656: /* end confdefs.h.  */
1.15      bertrand 5657: 
                   5658: /* Override any GCC internal prototype to avoid an error.
                   5659:    Use char because int might match the return type of a GCC
                   5660:    builtin and then its argument prototype would still apply.  */
                   5661: #ifdef __cplusplus
                   5662: extern "C"
                   5663: #endif
                   5664: char gethostbyname ();
1.1       bertrand 5665: int
                   5666: main ()
                   5667: {
1.15      bertrand 5668: return gethostbyname ();
1.1       bertrand 5669:   ;
                   5670:   return 0;
                   5671: }
                   5672: _ACEOF
1.15      bertrand 5673: if ac_fn_c_try_link "$LINENO"; then :
                   5674:   ac_cv_lib_bsd_gethostbyname=yes
1.1       bertrand 5675: else
1.15      bertrand 5676:   ac_cv_lib_bsd_gethostbyname=no
                   5677: fi
                   5678: rm -f core conftest.err conftest.$ac_objext \
                   5679:     conftest$ac_exeext conftest.$ac_ext
                   5680: LIBS=$ac_check_lib_save_LIBS
                   5681: fi
                   5682: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
                   5683: $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
1.57      bertrand 5684: if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then :
1.15      bertrand 5685:   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
                   5686: fi
                   5687: 
                   5688:       fi
                   5689:     fi
                   5690: 
                   5691:     # lieder@skyler.mavd.honeywell.com says without -lsocket,
                   5692:     # socket/setsockopt and other routines are undefined under SCO ODT
                   5693:     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
                   5694:     # on later versions), says Simon Leinen: it contains gethostby*
                   5695:     # variants that don't use the name server (or something).  -lsocket
                   5696:     # must be given before -lnsl if both are needed.  We assume that
                   5697:     # if connect needs -lnsl, so does gethostbyname.
                   5698:     ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
1.57      bertrand 5699: if test "x$ac_cv_func_connect" = xyes; then :
1.14      bertrand 5700: 
1.1       bertrand 5701: fi
                   5702: 
1.15      bertrand 5703:     if test $ac_cv_func_connect = no; then
                   5704:       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
                   5705: $as_echo_n "checking for connect in -lsocket... " >&6; }
1.57      bertrand 5706: if ${ac_cv_lib_socket_connect+:} false; then :
1.15      bertrand 5707:   $as_echo_n "(cached) " >&6
1.14      bertrand 5708: else
1.15      bertrand 5709:   ac_check_lib_save_LIBS=$LIBS
                   5710: LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
                   5711: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
                   5712: /* end confdefs.h.  */
1.1       bertrand 5713: 
1.15      bertrand 5714: /* Override any GCC internal prototype to avoid an error.
                   5715:    Use char because int might match the return type of a GCC
                   5716:    builtin and then its argument prototype would still apply.  */
                   5717: #ifdef __cplusplus
                   5718: extern "C"
                   5719: #endif
                   5720: char connect ();
1.14      bertrand 5721: int
                   5722: main ()
                   5723: {
1.15      bertrand 5724: return connect ();
1.14      bertrand 5725:   ;
                   5726:   return 0;
                   5727: }
                   5728: _ACEOF
1.15      bertrand 5729: if ac_fn_c_try_link "$LINENO"; then :
                   5730:   ac_cv_lib_socket_connect=yes
                   5731: else
                   5732:   ac_cv_lib_socket_connect=no
                   5733: fi
                   5734: rm -f core conftest.err conftest.$ac_objext \
                   5735:     conftest$ac_exeext conftest.$ac_ext
                   5736: LIBS=$ac_check_lib_save_LIBS
                   5737: fi
                   5738: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
                   5739: $as_echo "$ac_cv_lib_socket_connect" >&6; }
1.57      bertrand 5740: if test "x$ac_cv_lib_socket_connect" = xyes; then :
1.15      bertrand 5741:   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
                   5742: fi
                   5743: 
                   5744:     fi
                   5745: 
                   5746:     # Guillermo Gomez says -lposix is necessary on A/UX.
                   5747:     ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
1.57      bertrand 5748: if test "x$ac_cv_func_remove" = xyes; then :
1.15      bertrand 5749: 
                   5750: fi
                   5751: 
                   5752:     if test $ac_cv_func_remove = no; then
                   5753:       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
                   5754: $as_echo_n "checking for remove in -lposix... " >&6; }
1.57      bertrand 5755: if ${ac_cv_lib_posix_remove+:} false; then :
1.15      bertrand 5756:   $as_echo_n "(cached) " >&6
                   5757: else
                   5758:   ac_check_lib_save_LIBS=$LIBS
                   5759: LIBS="-lposix  $LIBS"
                   5760: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.14      bertrand 5761: /* end confdefs.h.  */
1.15      bertrand 5762: 
                   5763: /* Override any GCC internal prototype to avoid an error.
                   5764:    Use char because int might match the return type of a GCC
                   5765:    builtin and then its argument prototype would still apply.  */
                   5766: #ifdef __cplusplus
                   5767: extern "C"
                   5768: #endif
                   5769: char remove ();
1.1       bertrand 5770: int
                   5771: main ()
                   5772: {
1.15      bertrand 5773: return remove ();
1.1       bertrand 5774:   ;
                   5775:   return 0;
                   5776: }
                   5777: _ACEOF
1.15      bertrand 5778: if ac_fn_c_try_link "$LINENO"; then :
                   5779:   ac_cv_lib_posix_remove=yes
1.14      bertrand 5780: else
1.15      bertrand 5781:   ac_cv_lib_posix_remove=no
                   5782: fi
                   5783: rm -f core conftest.err conftest.$ac_objext \
                   5784:     conftest$ac_exeext conftest.$ac_ext
                   5785: LIBS=$ac_check_lib_save_LIBS
                   5786: fi
                   5787: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
                   5788: $as_echo "$ac_cv_lib_posix_remove" >&6; }
1.57      bertrand 5789: if test "x$ac_cv_lib_posix_remove" = xyes; then :
1.15      bertrand 5790:   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
1.14      bertrand 5791: fi
1.1       bertrand 5792: 
1.15      bertrand 5793:     fi
1.14      bertrand 5794: 
1.15      bertrand 5795:     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
                   5796:     ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
1.57      bertrand 5797: if test "x$ac_cv_func_shmat" = xyes; then :
1.14      bertrand 5798: 
                   5799: fi
                   5800: 
1.15      bertrand 5801:     if test $ac_cv_func_shmat = no; then
                   5802:       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
                   5803: $as_echo_n "checking for shmat in -lipc... " >&6; }
1.57      bertrand 5804: if ${ac_cv_lib_ipc_shmat+:} false; then :
1.15      bertrand 5805:   $as_echo_n "(cached) " >&6
                   5806: else
                   5807:   ac_check_lib_save_LIBS=$LIBS
                   5808: LIBS="-lipc  $LIBS"
                   5809: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 5810: /* end confdefs.h.  */
1.15      bertrand 5811: 
                   5812: /* Override any GCC internal prototype to avoid an error.
                   5813:    Use char because int might match the return type of a GCC
                   5814:    builtin and then its argument prototype would still apply.  */
                   5815: #ifdef __cplusplus
                   5816: extern "C"
                   5817: #endif
                   5818: char shmat ();
1.1       bertrand 5819: int
                   5820: main ()
                   5821: {
1.15      bertrand 5822: return shmat ();
1.1       bertrand 5823:   ;
                   5824:   return 0;
                   5825: }
                   5826: _ACEOF
1.15      bertrand 5827: if ac_fn_c_try_link "$LINENO"; then :
                   5828:   ac_cv_lib_ipc_shmat=yes
1.1       bertrand 5829: else
1.15      bertrand 5830:   ac_cv_lib_ipc_shmat=no
                   5831: fi
                   5832: rm -f core conftest.err conftest.$ac_objext \
                   5833:     conftest$ac_exeext conftest.$ac_ext
                   5834: LIBS=$ac_check_lib_save_LIBS
                   5835: fi
                   5836: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
                   5837: $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
1.57      bertrand 5838: if test "x$ac_cv_lib_ipc_shmat" = xyes; then :
1.15      bertrand 5839:   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
                   5840: fi
1.14      bertrand 5841: 
1.15      bertrand 5842:     fi
                   5843:   fi
1.1       bertrand 5844: 
1.15      bertrand 5845:   # Check for libraries that X11R6 Xt/Xaw programs need.
                   5846:   ac_save_LDFLAGS=$LDFLAGS
                   5847:   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
                   5848:   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
                   5849:   # check for ICE first), but we must link in the order -lSM -lICE or
                   5850:   # we get undefined symbols.  So assume we have SM if we have ICE.
                   5851:   # These have to be linked with before -lX11, unlike the other
                   5852:   # libraries we check for below, so use a different variable.
                   5853:   # John Interrante, Karl Berry
                   5854:   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
                   5855: $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
1.57      bertrand 5856: if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then :
1.15      bertrand 5857:   $as_echo_n "(cached) " >&6
1.1       bertrand 5858: else
1.15      bertrand 5859:   ac_check_lib_save_LIBS=$LIBS
                   5860: LIBS="-lICE $X_EXTRA_LIBS $LIBS"
                   5861: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 5862: /* end confdefs.h.  */
1.15      bertrand 5863: 
                   5864: /* Override any GCC internal prototype to avoid an error.
                   5865:    Use char because int might match the return type of a GCC
                   5866:    builtin and then its argument prototype would still apply.  */
                   5867: #ifdef __cplusplus
                   5868: extern "C"
                   5869: #endif
                   5870: char IceConnectionNumber ();
1.1       bertrand 5871: int
                   5872: main ()
                   5873: {
1.15      bertrand 5874: return IceConnectionNumber ();
1.1       bertrand 5875:   ;
                   5876:   return 0;
                   5877: }
                   5878: _ACEOF
1.15      bertrand 5879: if ac_fn_c_try_link "$LINENO"; then :
                   5880:   ac_cv_lib_ICE_IceConnectionNumber=yes
1.1       bertrand 5881: else
1.15      bertrand 5882:   ac_cv_lib_ICE_IceConnectionNumber=no
                   5883: fi
                   5884: rm -f core conftest.err conftest.$ac_objext \
                   5885:     conftest$ac_exeext conftest.$ac_ext
                   5886: LIBS=$ac_check_lib_save_LIBS
                   5887: fi
                   5888: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
                   5889: $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
1.57      bertrand 5890: if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then :
1.15      bertrand 5891:   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
                   5892: fi
                   5893: 
                   5894:   LDFLAGS=$ac_save_LDFLAGS
                   5895: 
                   5896: fi
                   5897: 
1.14      bertrand 5898: 
1.15      bertrand 5899: if test "$ac_x_includes" != "no"; then
                   5900:    if test x"$ac_x_includes" != x; then
                   5901:        X_CFLAGS="$X_CFLAGS -I$ac_x_includes"
                   5902:        includeX="-I$ac_x_includes"
                   5903:    fi
1.1       bertrand 5904: fi
1.15      bertrand 5905: if test "$ac_x_libraries" != "no"; then
                   5906:    if test x"$ac_x_libraries" != x; then
                   5907:        X_LIBS="$X_LIBS -L$ac_x_libraries"
                   5908:    fi
1.1       bertrand 5909: fi
1.15      bertrand 5910: 
1.64      bertrand 5911: 
1.69      bertrand 5912: # Check whether --with-32bits-abi was given.
                   5913: if test "${with_32bits_abi+set}" = set; then :
                   5914:   withval=$with_32bits_abi;
1.64      bertrand 5915: if test "$with-32bits-abi" = "no"; then
1.66      bertrand 5916:    ABI=
1.64      bertrand 5917: else
1.65      bertrand 5918:    ABI=-m32
                   5919: fi
1.64      bertrand 5920: else
                   5921: 
1.68      bertrand 5922:    ABI=
1.64      bertrand 5923: 
                   5924: 
                   5925: fi
                   5926: 
                   5927: 
1.68      bertrand 5928: if test x$ABI = x; then
1.66      bertrand 5929: 
1.69      bertrand 5930: # Check whether --with-64bits-abi was given.
                   5931: if test "${with_64bits_abi+set}" = set; then :
                   5932:   withval=$with_64bits_abi;
1.67      bertrand 5933: if test "$with-64bits-abi" = "no"; then
                   5934:    ABI=
                   5935: else
                   5936:    ABI=-m64
                   5937: fi
                   5938: else
                   5939: 
1.68      bertrand 5940:    ABI=
1.67      bertrand 5941: 
                   5942: 
                   5943: fi
                   5944: 
1.68      bertrand 5945: fi
1.67      bertrand 5946: 
1.69      bertrand 5947: LDFLAGS="$LDFLAGS $ABI"
                   5948: 
1.67      bertrand 5949: 
                   5950: # Check whether --with-rplcas was given.
                   5951: if test "${with_rplcas+set}" = set; then :
                   5952:   withval=$with_rplcas;
                   5953: if test "$with-rplcas" = "no"; then
                   5954:    RPLCAS=-URPLCAS
                   5955:    LIBRPLCAS=
                   5956: else
                   5957:    RPLCAS=-DRPLCAS
                   5958:    LIBRPLCAS=\$\(top_builddir\)/rplcas/lib/librplcas.a
                   5959: fi
                   5960: else
                   5961: 
                   5962:    RPLCAS=-URPLCAS
                   5963:    LIBRPLCAS=
                   5964: 
                   5965: 
                   5966: fi
                   5967: 
                   5968: 
                   5969: 
                   5970: 
                   5971: 
1.65      bertrand 5972: 
1.15      bertrand 5973: # Check whether --enable-optimization was given.
                   5974: if test "${enable_optimization+set}" = set; then :
                   5975:   enableval=$enable_optimization;
                   5976: if test "$enableval" = "no"; then
1.69      bertrand 5977:    CFLAGS=$ABI
                   5978:    FFLAGS=$ABI
                   5979:    CXXFLAGS=$ABI
                   5980:    FCFLAGS=$ABI
                   5981: else
                   5982:    CFLAGS="$CFLAGS $ABI $enable_optimization"
                   5983:    FFLAGS="$FFLAGS $ABI $enable_optimization"
                   5984:    CXXFLAGS="$CXXFLAGS $ABI $enable_optimization"
                   5985:    FCFLAGS="$FCFLAGS $ABI $enable_optimization"
1.1       bertrand 5986: fi
1.15      bertrand 5987: else
1.14      bertrand 5988: 
1.69      bertrand 5989:    CFLAGS="$CFLAGS $ABI $OPTIMISATION_C"
                   5990:    FFLAGS="$FFLAGS $ABI $OPTIMISATION_F"
                   5991:    CXXFLAGS="$CXXFLAGS $ABI $OPTIMISATION_CXX"
                   5992:    FCFLAGS="$FCFLAGS $ABI $OPTIMISATION_F"
1.1       bertrand 5993: 
                   5994: 
1.15      bertrand 5995: fi
1.1       bertrand 5996: 
                   5997: 
1.36      bertrand 5998: # Check whether --enable-sysv-semaphores was given.
                   5999: if test "${enable_sysv_semaphores+set}" = set; then :
                   6000:   enableval=$enable_sysv_semaphores;
                   6001: if test "$enableval" = "no"; then
                   6002:    IPCS_SYSV=no
                   6003: else
                   6004:    IPCS_SYSV=yes
                   6005: fi
                   6006: else
1.81      bertrand 6007:   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for POSIX semaphores" >&5
                   6008: $as_echo_n "checking for POSIX semaphores... " >&6; }
                   6009: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
                   6010: /* end confdefs.h.  */
                   6011: #include <sys/mman.h>
                   6012: #include <sys/stat.h>
                   6013: #include <fcntl.h>
1.82    ! bertrand 6014: 
1.81      bertrand 6015: int
                   6016: main ()
                   6017: {
                   6018:  int fd; char *sem = "/sem.test";
                   6019: fd = shm_open(sem , O_CREAT | O_RDWR, S_IRUSR | S_IWUSR);
                   6020:   close(fd);
                   6021:   shm_unlink(sem);
                   6022:   return(0);
                   6023: 
                   6024:   ;
                   6025:   return 0;
                   6026: }
                   6027: _ACEOF
                   6028: if ac_fn_c_try_compile "$LINENO"; then :
                   6029:   IPCS_SYSV=-UIPCS_SYSV; { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   6030: $as_echo "yes" >&6; }
                   6031: else
                   6032:   IPCS_SYSV=-DIPCS_SYSV; { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   6033: $as_echo "no" >&6; }
                   6034: 
                   6035: fi
                   6036: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   6037: 
1.36      bertrand 6038: fi
                   6039: 
                   6040: 
1.81      bertrand 6041: if test "$IPCS_SYSV" = "-UIPCS_SYSV"; then
                   6042: REG=$LDFLAGS
                   6043: LDFLAGS=-pthread
1.82    ! bertrand 6044: AC_MSG_CHECKING([for POSIX anonymous semaphores])
        !          6045: AC_RUN_IFELSE(
        !          6046: [AC_LANG_PROGRAM([#include <semaphore.h>
        !          6047:  ],
        !          6048: [ sem_t sem;
1.81      bertrand 6049:  if (sem_init(&sem, 1, 0) != 0) return(1);
                   6050:  sem_destroy(&sem);
                   6051:   return(0);
1.82    ! bertrand 6052: ])],
        !          6053: [SEMAPHORES_NOMMES=-USEMAPHORES_NOMMES; AC_MSG_RESULT(yes)],
        !          6054: [SEMAPHORES_NOMMES=-DSEMAPHORES_NOMMES; AC_MSG_RESULT(no)],
        !          6055:    )
1.81      bertrand 6056: LDFLAGS=$REG
                   6057: REG=""
                   6058: else
                   6059:    SEMAPHORES_NOMMES=-USEMAPHORES_NOMMES
                   6060: fi
                   6061: 
1.30      bertrand 6062: # Check whether --enable-full-static was given.
                   6063: if test "${enable_full_static+set}" = set; then :
                   6064:   enableval=$enable_full_static;
                   6065: if test "$enableval" = "no"; then
                   6066:    STATIC=no
                   6067: else
                   6068:    STATIC=yes
                   6069: fi
                   6070: else
                   6071:   STATIC=no
                   6072: fi
                   6073: 
                   6074: 
1.15      bertrand 6075: # Check whether --enable-final-encoding was given.
                   6076: if test "${enable_final_encoding+set}" = set; then :
                   6077:   enableval=$enable_final_encoding;
                   6078: if test "$enableval" = "no"; then
                   6079:    FINAL_ENCODING="\$(shell locale charmap | \
                   6080:        \$(AWK) '/\=/ { print \$\$3;} !/\=/ { print \$\$1;}')"
1.35      bertrand 6081:    FORCED_FINAL_ENCODING=0
1.1       bertrand 6082: else
1.15      bertrand 6083:    FINAL_ENCODING="$enable_final_encoding"
1.35      bertrand 6084:    FORCED_FINAL_ENCODING=1
1.15      bertrand 6085: fi
1.1       bertrand 6086: else
1.35      bertrand 6087: 
                   6088: FORCED_FINAL_ENCODING=0
                   6089: FINAL_ENCODING="\$(shell locale charmap | \
1.15      bertrand 6090:    \$(AWK) '/\=/ { print \$\$3;} !/\=/ { print \$\$1;}')"
                   6091: fi
                   6092: 
1.14      bertrand 6093: 
1.15      bertrand 6094: # Check whether --enable-tex was given.
                   6095: if test "${enable_tex+set}" = set; then :
                   6096:   enableval=$enable_tex;
                   6097: if test "$enableval" = "no"; then
                   6098:    TEX_SUPPORT=no
                   6099: else
                   6100:    TEX_SUPPORT=yes
1.1       bertrand 6101: fi
1.15      bertrand 6102: else
                   6103:   TEX_SUPPORT=guessed
                   6104: fi
                   6105: 
1.14      bertrand 6106: 
1.15      bertrand 6107: # Check whether --enable-vim was given.
                   6108: if test "${enable_vim+set}" = set; then :
                   6109:   enableval=$enable_vim;
                   6110: if test "$enableval" = "no"; then
                   6111:    VIM_SUPPORT=no
                   6112: else
                   6113:    VIM_SUPPORT=yes
                   6114: fi
                   6115: else
                   6116:   VIM_SUPPORT=guessed
1.1       bertrand 6117: fi
                   6118: 
1.15      bertrand 6119: 
                   6120: # Check whether --enable-embedded-gnuplot was given.
                   6121: if test "${enable_embedded_gnuplot+set}" = set; then :
                   6122:   enableval=$enable_embedded_gnuplot;
                   6123: if test "$enableval" = "no"; then
                   6124:    MYGNUPLOT=no
                   6125: else
                   6126:    MYGNUPLOT=yes
                   6127: fi
1.1       bertrand 6128: else
                   6129: 
1.15      bertrand 6130: MYGNUPLOT=yes
                   6131: fi
                   6132: 
1.14      bertrand 6133: 
1.15      bertrand 6134: # Check whether --enable-gnuplot was given.
                   6135: if test "${enable_gnuplot+set}" = set; then :
                   6136:   enableval=$enable_gnuplot;
                   6137: if test "$enableval" = "no"; then
                   6138:    GNUPLOT_SUPPORT=no
                   6139:    MYGNUPLOT=no
                   6140:    FORCE_GNUPLOT_PATH=-UFORCE_GNUPLOT_PATH
                   6141: else
                   6142:    GNUPLOT_SUPPORT=yes
                   6143:    FORCE_GNUPLOT_PATH=-DFORCE_GNUPLOT_PATH
                   6144: fi
1.1       bertrand 6145: else
                   6146: 
1.15      bertrand 6147: if test "$MYGNUPLOT" = "yes"; then
                   6148:    GNUPLOT_SUPPORT=yes
                   6149:    FORCE_GNUPLOT_PATH=-DFORCE_GNUPLOT_PATH
                   6150: else
                   6151:    GNUPLOT_SUPPORT=guessed
                   6152:    FORCE_GNUPLOT_PATH=-UFORCE_GNUPLOT_PATH
                   6153: fi
1.1       bertrand 6154: fi
                   6155: 
1.15      bertrand 6156: 
1.80      bertrand 6157: libX=""
                   6158: LIBMOTIF=""
                   6159: INCMOTIF=""
                   6160: BUILD_OPENMOTIF=""
                   6161: 
1.15      bertrand 6162: # Check whether --enable-motif was given.
                   6163: if test "${enable_motif+set}" = set; then :
                   6164:   enableval=$enable_motif;
                   6165: if test "$enableval" = "no"; then
                   6166:    MOTIF_SUPPORT="-UMOTIF_SUPPORT"
                   6167: else
1.80      bertrand 6168:    MOTIF_SUPPORT="-DMOTIF_SUPPORT"
                   6169: fi
1.1       bertrand 6170: else
1.80      bertrand 6171:   if test "$have_x" == "yes"; then
                   6172:    MOTIF_SUPPORT="-DMOTIF_SUPPORT"
1.15      bertrand 6173: else
1.80      bertrand 6174:    MOTIF_SUPPORT="-UMOTIF_SUPPORT"
1.15      bertrand 6175: fi
                   6176: fi
1.14      bertrand 6177: 
1.80      bertrand 6178: 
                   6179: if test "$MOTIF_SUPPORT" = "-DMOTIF_SUPPORT"; then
                   6180:    libX="$X_LIBS -lXt -lX11"
                   6181:    LIBMOTIF="\$(top_builddir)/tools/$OPENMOTIF/lib/Xm/.libs/libXm.a \
                   6182:            \$(top_builddir)/tools/$LIBXPM/src/.libs/libXpm.a"
                   6183:    INCMOTIF="-I\$(top_srcdir)/tools/$OPENMOTIF/lib \
                   6184:            -I\$(top_builddir)/tools/$OPENMOTIF/lib \
                   6185:            -I\$(top_builddir)/tools/$LIBXPM/include"
                   6186:    BUILD_OPENMOTIF="$LIBXPM $OPENMOTIF"
                   6187: 
                   6188: 
                   6189: subdirs="$subdirs tools/$LIBXPM"
                   6190: 
                   6191:    subdirs="$subdirs tools/$OPENMOTIF"
                   6192: 
1.1       bertrand 6193: fi
                   6194: 
1.15      bertrand 6195: # Check whether --enable-experimental was given.
                   6196: if test "${enable_experimental+set}" = set; then :
                   6197:   enableval=$enable_experimental;
                   6198: if test "$enableval" = "no"; then
                   6199:    EXPERIMENTAL_CODE="-UEXPERIMENTAL_CODE"
                   6200: else
                   6201:    EXPERIMENTAL_CODE="-DEXPERIMENTAL_CODE"
                   6202: fi
1.14      bertrand 6203: else
1.15      bertrand 6204:   EXPERIMENTAL_CODE="-UEXPERIMENTAL_CODE"
                   6205: fi
                   6206: 
1.1       bertrand 6207: 
1.15      bertrand 6208: # Check whether --enable-debug was given.
                   6209: if test "${enable_debug+set}" = set; then :
                   6210:   enableval=$enable_debug;
                   6211: if test "$enableval" = "no"; then
1.24      bertrand 6212:    DEBUG="-UDEBUG_MEMOIRE -UDEBUG_ERREURS"
1.15      bertrand 6213: else
1.24      bertrand 6214:    DEBUG="-DDEBUG_MEMOIRE -UDEBUG_ERREURS"
1.15      bertrand 6215: fi
                   6216: else
1.24      bertrand 6217:   DEBUG="-UDEBUG_MEMOIRE -UDEBUG_ERREURS"
1.14      bertrand 6218: fi
1.1       bertrand 6219: 
1.15      bertrand 6220: 
                   6221: # Check whether --enable-profile was given.
                   6222: if test "${enable_profile+set}" = set; then :
                   6223:   enableval=$enable_profile;
                   6224: if test "$enableval" = "no"; then
                   6225:    PROFILAGE=""
                   6226: else
                   6227:    PROFILAGE="-pg"
                   6228: fi
                   6229: else
                   6230:   PROFILAGE=""
1.1       bertrand 6231: fi
                   6232: 
1.14      bertrand 6233: 
                   6234: 
1.15      bertrand 6235: 
                   6236: if test ! -d tools; then
                   6237:    mkdir tools
                   6238: fi
                   6239: if test ! -d "$srcdir"/tools/$NCURSES; then
                   6240:    gunzip -c "$srcdir"/tools/$NCURSES.tar.gz | \
                   6241:            (cd "$srcdir/tools" && tar -xf -)
1.51      bertrand 6242:    (cd "$srcdir/tools/"$NCURSES && \
                   6243:            for i in ../$NCURSES*.patch.gz;
                   6244:            do gunzip -c $i | patch -p1;
                   6245:            done);
1.15      bertrand 6246: fi
                   6247: if test ! -d "$srcdir"/tools/$READLINE; then
                   6248:    gunzip -c "$srcdir"/tools/$READLINE.tar.gz | \
                   6249:            (cd "$srcdir/tools" && tar -xf -)
                   6250: fi
                   6251: if test ! -d "$srcdir"/tools/$UNITS; then
                   6252:    gunzip -c "$srcdir"/tools/$UNITS.tar.gz | \
                   6253:            (cd "$srcdir/tools" && tar -xf -)
                   6254: fi
                   6255: if test ! -d "$srcdir"/tools/$GSL; then
                   6256:    gunzip -c "$srcdir"/tools/$GSL.tar.gz | \
                   6257:            (cd "$srcdir/tools" && tar -xf -)
1.33      bertrand 6258:    if test $(uname) = "OS/2"; then
                   6259:        (cd "$srcdir"/tools/$GSL; \
                   6260:                TMP=$(mktemp tmp.XXXXXXXXXX); \
                   6261:                sed -e '1,$s/\${1+"\$@"}/"\$@"/g' ltmain.sh > $TMP; \
                   6262:                \mv -f $TMP ltmain.sh)
                   6263:    fi
1.15      bertrand 6264: fi
                   6265: if test ! -d "$srcdir"/tools/$GPP; then
                   6266:    gunzip -c "$srcdir"/tools/$GPP.tar.gz | \
                   6267:            (cd "$srcdir/tools" && tar -xf -)
                   6268: fi
                   6269: if test ! -d "$srcdir"/tools/$FILE; then
                   6270:    gunzip -c "$srcdir"/tools/$FILE.tar.gz | \
                   6271:            (cd "$srcdir/tools" && tar -xf - )
                   6272:    (cd "$srcdir/tools"/$FILE && gunzip -c ../$FILE.diff.gz | patch -p1)
                   6273: fi
                   6274: if test ! -d "$srcdir"/tools/$ICONV; then
                   6275:    gunzip -c "$srcdir"/tools/$ICONV.tar.gz | \
                   6276:            (cd "$srcdir/tools" && tar -xf -)
                   6277: fi
                   6278: if test ! -d "$srcdir"/tools/$SQLITE; then
                   6279:    gunzip -c "$srcdir"/tools/$SQLITE.tar.gz | \
                   6280:            (cd "$srcdir/tools" && tar -xf -)
                   6281: fi
1.76      bertrand 6282: if test ! -d "$srcdir"/tools/$SIGSEGV; then
                   6283:    gunzip -c "$srcdir"/tools/$SIGSEGV.tar.gz | \
                   6284:            (cd "$srcdir/tools" && tar -xf -)
                   6285: fi
1.80      bertrand 6286: if test ! -d "$srcdir"/tools/$OPENMOTIF; then
                   6287:    gunzip -c "$srcdir"/tools/$OPENMOTIF.tar.gz | \
                   6288:            (cd "$srcdir/tools" && tar -xf -)
                   6289: fi
                   6290: if test ! -d "$srcdir"/tools/$LIBXPM; then
                   6291:    gunzip -c "$srcdir"/tools/$LIBXPM.tar.gz | \
                   6292:            (cd "$srcdir/tools" && tar -xf -)
                   6293: fi
1.15      bertrand 6294: if test ! -d tools/$OPENSSL; then
                   6295:    gunzip -c "$srcdir"/tools/$OPENSSL.tar.gz | \
                   6296:            (cd tools && tar -xf -)
1.1       bertrand 6297: fi
1.55      bertrand 6298: if test ! -d rplcas; then
                   6299:    mkdir rplcas
                   6300: fi
                   6301: if test ! -d "$srcdir"/rplcas/$GMP; then
                   6302:    gunzip -c "$srcdir"/rplcas/$GMP.tar.gz | \
                   6303:            (cd "$srcdir/rplcas" && tar -xf -)
                   6304: fi
                   6305: if test ! -d "$srcdir"/rplcas/$MPFR; then
                   6306:    gunzip -c "$srcdir"/rplcas/$MPFR.tar.gz | \
                   6307:            (cd "$srcdir/rplcas" && tar -xf -)
                   6308: fi
1.56      bertrand 6309: if test ! -d rplcas/$NTL; then
                   6310:    gunzip -c "$srcdir"/rplcas/$NTL.tar.gz | \
                   6311:            (cd rplcas && tar -xf -)
                   6312: fi
                   6313: if test ! -d rplcas/$COCOA; then
                   6314:    gunzip -c "$srcdir"/rplcas/$COCOA.tar.gz | \
                   6315:            (cd rplcas && tar -xf -)
                   6316: fi
                   6317: if test ! -d rplcas/$PARI; then
                   6318:    gunzip -c "$srcdir"/rplcas/$PARI.tar.gz | \
                   6319:            (cd rplcas && tar -xf -)
                   6320: fi
                   6321: if test ! -d "$srcdir"/rplcas/$GIAC; then
                   6322:    gunzip -c "$srcdir"/rplcas/$GIAC.tar.gz | \
                   6323:            (cd "$srcdir/rplcas" && tar -xf -)
                   6324: fi
1.1       bertrand 6325: 
                   6326: 
                   6327: 
1.15      bertrand 6328: # Check whether --enable-final-run-path was given.
                   6329: if test "${enable_final_run_path+set}" = set; then :
                   6330:   enableval=$enable_final_run_path;
                   6331:    if test "x$enable_final_run_path" = "x"; then
                   6332:        { $as_echo "$as_me:${as_lineno-$LINENO}: \"No path with --enable-final-run-path.\"" >&5
                   6333: $as_echo "$as_me: \"No path with --enable-final-run-path.\"" >&6;}
1.36      bertrand 6334:        as_fn_error $? "\"You should specify final path !\"" "$LINENO" 5
1.15      bertrand 6335:    else
                   6336:        RUNPATH="$enable_final_run_path"
                   6337:    fi
1.1       bertrand 6338: 
                   6339: else
1.15      bertrand 6340:   RUNPATH="\${prefix}"
1.1       bertrand 6341: 
                   6342: fi
                   6343: 
1.15      bertrand 6344: 
                   6345: 
                   6346: 
                   6347: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
                   6348: $as_echo_n "checking whether ln -s works... " >&6; }
                   6349: LN_S=$as_ln_s
                   6350: if test "$LN_S" = "ln -s"; then
                   6351:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   6352: $as_echo "yes" >&6; }
                   6353: else
                   6354:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
                   6355: $as_echo "no, using $LN_S" >&6; }
1.1       bertrand 6356: fi
                   6357: 
1.15      bertrand 6358: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
                   6359: $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
                   6360: set x ${MAKE-make}
                   6361: ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
1.57      bertrand 6362: if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
1.15      bertrand 6363:   $as_echo_n "(cached) " >&6
1.1       bertrand 6364: else
1.15      bertrand 6365:   cat >conftest.make <<\_ACEOF
                   6366: SHELL = /bin/sh
                   6367: all:
                   6368:    @echo '@@@%%%=$(MAKE)=@@@%%%'
1.14      bertrand 6369: _ACEOF
1.36      bertrand 6370: # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
1.15      bertrand 6371: case `${MAKE-make} -f conftest.make 2>/dev/null` in
                   6372:   *@@@%%%=?*=@@@%%%*)
                   6373:     eval ac_cv_prog_make_${ac_make}_set=yes;;
                   6374:   *)
                   6375:     eval ac_cv_prog_make_${ac_make}_set=no;;
1.14      bertrand 6376: esac
1.15      bertrand 6377: rm -f conftest.make
                   6378: fi
                   6379: if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
                   6380:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   6381: $as_echo "yes" >&6; }
                   6382:   SET_MAKE=
                   6383: else
                   6384:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   6385: $as_echo "no" >&6; }
                   6386:   SET_MAKE="MAKE=${MAKE-make}"
                   6387: fi
1.1       bertrand 6388: 
1.15      bertrand 6389: if test -n "$ac_tool_prefix"; then
                   6390:   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
                   6391: set dummy ${ac_tool_prefix}ranlib; ac_word=$2
                   6392: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
                   6393: $as_echo_n "checking for $ac_word... " >&6; }
1.57      bertrand 6394: if ${ac_cv_prog_RANLIB+:} false; then :
1.15      bertrand 6395:   $as_echo_n "(cached) " >&6
                   6396: else
                   6397:   if test -n "$RANLIB"; then
                   6398:   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1.1       bertrand 6399: else
1.15      bertrand 6400: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   6401: for as_dir in $PATH
                   6402: do
                   6403:   IFS=$as_save_IFS
                   6404:   test -z "$as_dir" && as_dir=.
                   6405:     for ac_exec_ext in '' $ac_executable_extensions; do
                   6406:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
                   6407:     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
                   6408:     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
                   6409:     break 2
                   6410:   fi
                   6411: done
                   6412:   done
                   6413: IFS=$as_save_IFS
1.1       bertrand 6414: 
                   6415: fi
1.15      bertrand 6416: fi
                   6417: RANLIB=$ac_cv_prog_RANLIB
                   6418: if test -n "$RANLIB"; then
                   6419:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
                   6420: $as_echo "$RANLIB" >&6; }
                   6421: else
                   6422:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   6423: $as_echo "no" >&6; }
                   6424: fi
                   6425: 
1.1       bertrand 6426: 
1.15      bertrand 6427: fi
                   6428: if test -z "$ac_cv_prog_RANLIB"; then
                   6429:   ac_ct_RANLIB=$RANLIB
                   6430:   # Extract the first word of "ranlib", so it can be a program name with args.
                   6431: set dummy ranlib; ac_word=$2
                   6432: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
                   6433: $as_echo_n "checking for $ac_word... " >&6; }
1.57      bertrand 6434: if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
1.15      bertrand 6435:   $as_echo_n "(cached) " >&6
                   6436: else
                   6437:   if test -n "$ac_ct_RANLIB"; then
                   6438:   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
                   6439: else
                   6440: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   6441: for as_dir in $PATH
                   6442: do
                   6443:   IFS=$as_save_IFS
                   6444:   test -z "$as_dir" && as_dir=.
                   6445:     for ac_exec_ext in '' $ac_executable_extensions; do
                   6446:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
                   6447:     ac_cv_prog_ac_ct_RANLIB="ranlib"
                   6448:     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
                   6449:     break 2
                   6450:   fi
                   6451: done
1.14      bertrand 6452:   done
1.15      bertrand 6453: IFS=$as_save_IFS
                   6454: 
                   6455: fi
                   6456: fi
                   6457: ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
                   6458: if test -n "$ac_ct_RANLIB"; then
                   6459:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
                   6460: $as_echo "$ac_ct_RANLIB" >&6; }
                   6461: else
                   6462:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   6463: $as_echo "no" >&6; }
                   6464: fi
                   6465: 
                   6466:   if test "x$ac_ct_RANLIB" = x; then
                   6467:     RANLIB=":"
                   6468:   else
                   6469:     case $cross_compiling:$ac_tool_warned in
                   6470: yes:)
                   6471: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
                   6472: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
                   6473: ac_tool_warned=yes ;;
                   6474: esac
                   6475:     RANLIB=$ac_ct_RANLIB
                   6476:   fi
1.14      bertrand 6477: else
1.15      bertrand 6478:   RANLIB="$ac_cv_prog_RANLIB"
                   6479: fi
1.1       bertrand 6480: 
                   6481: 
1.15      bertrand 6482: # Extract the first word of "nawk", so it can be a program name with args.
                   6483: set dummy nawk; ac_word=$2
                   6484: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
                   6485: $as_echo_n "checking for $ac_word... " >&6; }
1.57      bertrand 6486: if ${ac_cv_prog_AWK+:} false; then :
1.15      bertrand 6487:   $as_echo_n "(cached) " >&6
                   6488: else
                   6489:   if test -n "$AWK"; then
                   6490:   ac_cv_prog_AWK="$AWK" # Let the user override the test.
                   6491: else
                   6492: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   6493: for as_dir in $PATH
                   6494: do
                   6495:   IFS=$as_save_IFS
                   6496:   test -z "$as_dir" && as_dir=.
                   6497:     for ac_exec_ext in '' $ac_executable_extensions; do
                   6498:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
                   6499:     ac_cv_prog_AWK="yes"
                   6500:     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
                   6501:     break 2
                   6502:   fi
                   6503: done
                   6504:   done
                   6505: IFS=$as_save_IFS
1.1       bertrand 6506: 
1.15      bertrand 6507:   test -z "$ac_cv_prog_AWK" && ac_cv_prog_AWK="no"
                   6508: fi
                   6509: fi
                   6510: AWK=$ac_cv_prog_AWK
                   6511: if test -n "$AWK"; then
                   6512:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
                   6513: $as_echo "$AWK" >&6; }
1.1       bertrand 6514: else
1.15      bertrand 6515:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   6516: $as_echo "no" >&6; }
                   6517: fi
                   6518: 
1.1       bertrand 6519: 
1.15      bertrand 6520: if test "$AWK" = no; then
1.39      bertrand 6521:    # Extract the first word of "gawk", so it can be a program name with args.
                   6522: set dummy gawk; ac_word=$2
                   6523: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
                   6524: $as_echo_n "checking for $ac_word... " >&6; }
1.57      bertrand 6525: if ${ac_cv_prog_AWK+:} false; then :
1.39      bertrand 6526:   $as_echo_n "(cached) " >&6
                   6527: else
                   6528:   if test -n "$AWK"; then
                   6529:   ac_cv_prog_AWK="$AWK" # Let the user override the test.
                   6530: else
                   6531: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   6532: for as_dir in $PATH
                   6533: do
                   6534:   IFS=$as_save_IFS
                   6535:   test -z "$as_dir" && as_dir=.
                   6536:     for ac_exec_ext in '' $ac_executable_extensions; do
                   6537:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
                   6538:     ac_cv_prog_AWK="yes"
                   6539:     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
                   6540:     break 2
                   6541:   fi
                   6542: done
                   6543:   done
                   6544: IFS=$as_save_IFS
                   6545: 
                   6546:   test -z "$ac_cv_prog_AWK" && ac_cv_prog_AWK="no"
                   6547: fi
                   6548: fi
                   6549: AWK=$ac_cv_prog_AWK
                   6550: if test -n "$AWK"; then
                   6551:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
                   6552: $as_echo "$AWK" >&6; }
                   6553: else
                   6554:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   6555: $as_echo "no" >&6; }
                   6556: fi
                   6557: 
                   6558: 
                   6559:    if test "$AWK" = no; then
                   6560:        as_fn_error $? "Can not find nawk !" "$LINENO" 5
                   6561:    fi
1.1       bertrand 6562: fi
                   6563: 
1.15      bertrand 6564: # Extract the first word of "sed", so it can be a program name with args.
                   6565: set dummy sed; ac_word=$2
                   6566: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
                   6567: $as_echo_n "checking for $ac_word... " >&6; }
1.57      bertrand 6568: if ${ac_cv_prog_SED+:} false; then :
1.15      bertrand 6569:   $as_echo_n "(cached) " >&6
                   6570: else
                   6571:   if test -n "$SED"; then
                   6572:   ac_cv_prog_SED="$SED" # Let the user override the test.
                   6573: else
                   6574: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   6575: for as_dir in $PATH
                   6576: do
                   6577:   IFS=$as_save_IFS
                   6578:   test -z "$as_dir" && as_dir=.
                   6579:     for ac_exec_ext in '' $ac_executable_extensions; do
                   6580:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
                   6581:     ac_cv_prog_SED="yes"
                   6582:     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
                   6583:     break 2
                   6584:   fi
                   6585: done
1.14      bertrand 6586:   done
1.15      bertrand 6587: IFS=$as_save_IFS
1.1       bertrand 6588: 
1.15      bertrand 6589:   test -z "$ac_cv_prog_SED" && ac_cv_prog_SED="no"
1.14      bertrand 6590: fi
1.15      bertrand 6591: fi
                   6592: SED=$ac_cv_prog_SED
                   6593: if test -n "$SED"; then
                   6594:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SED" >&5
                   6595: $as_echo "$SED" >&6; }
                   6596: else
                   6597:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   6598: $as_echo "no" >&6; }
1.14      bertrand 6599: fi
1.1       bertrand 6600: 
                   6601: 
1.15      bertrand 6602: if test "$SED" = no; then
1.36      bertrand 6603:    as_fn_error $? "Can not find sed !" "$LINENO" 5
1.15      bertrand 6604: fi
1.14      bertrand 6605: 
1.15      bertrand 6606: if test "$TEX_SUPPORT" = guessed; then
                   6607:    POSTSCRIPT_SUPPORT="-DPOSTSCRIPT_SUPPORT"
1.1       bertrand 6608: 
1.15      bertrand 6609:    # Extract the first word of "tex", so it can be a program name with args.
                   6610: set dummy tex; ac_word=$2
                   6611: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
                   6612: $as_echo_n "checking for $ac_word... " >&6; }
1.57      bertrand 6613: if ${ac_cv_prog_TEX+:} false; then :
1.15      bertrand 6614:   $as_echo_n "(cached) " >&6
1.1       bertrand 6615: else
1.15      bertrand 6616:   if test -n "$TEX"; then
                   6617:   ac_cv_prog_TEX="$TEX" # Let the user override the test.
1.1       bertrand 6618: else
1.15      bertrand 6619: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   6620: for as_dir in $PATH
                   6621: do
                   6622:   IFS=$as_save_IFS
                   6623:   test -z "$as_dir" && as_dir=.
                   6624:     for ac_exec_ext in '' $ac_executable_extensions; do
                   6625:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
                   6626:     ac_cv_prog_TEX="yes"
                   6627:     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
                   6628:     break 2
                   6629:   fi
                   6630: done
                   6631:   done
                   6632: IFS=$as_save_IFS
1.1       bertrand 6633: 
1.15      bertrand 6634:   test -z "$ac_cv_prog_TEX" && ac_cv_prog_TEX="no"
1.1       bertrand 6635: fi
                   6636: fi
1.15      bertrand 6637: TEX=$ac_cv_prog_TEX
                   6638: if test -n "$TEX"; then
                   6639:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $TEX" >&5
                   6640: $as_echo "$TEX" >&6; }
                   6641: else
                   6642:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   6643: $as_echo "no" >&6; }
1.1       bertrand 6644: fi
1.14      bertrand 6645: 
                   6646: 
1.15      bertrand 6647:    if test "$TEX" = no; then
                   6648:        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cannot find TeX! You may install it.
                   6649: Download at http://tex.loria.fr/
                   6650: " >&5
                   6651: $as_echo "$as_me: WARNING: Cannot find TeX! You may install it.
                   6652: Download at http://tex.loria.fr/
                   6653: " >&2;}
                   6654:        POSTSCRIPT_SUPPORT="-UPOSTSCRIPT_SUPPORT"
                   6655:    fi
1.14      bertrand 6656: 
1.15      bertrand 6657:    # Extract the first word of "latex", so it can be a program name with args.
                   6658: set dummy latex; ac_word=$2
                   6659: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
                   6660: $as_echo_n "checking for $ac_word... " >&6; }
1.57      bertrand 6661: if ${ac_cv_prog_LATEX+:} false; then :
1.15      bertrand 6662:   $as_echo_n "(cached) " >&6
1.1       bertrand 6663: else
1.15      bertrand 6664:   if test -n "$LATEX"; then
                   6665:   ac_cv_prog_LATEX="$LATEX" # Let the user override the test.
1.1       bertrand 6666: else
1.15      bertrand 6667: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   6668: for as_dir in $PATH
                   6669: do
                   6670:   IFS=$as_save_IFS
                   6671:   test -z "$as_dir" && as_dir=.
                   6672:     for ac_exec_ext in '' $ac_executable_extensions; do
                   6673:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
                   6674:     ac_cv_prog_LATEX="yes"
                   6675:     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
                   6676:     break 2
                   6677:   fi
                   6678: done
                   6679:   done
                   6680: IFS=$as_save_IFS
1.1       bertrand 6681: 
1.15      bertrand 6682:   test -z "$ac_cv_prog_LATEX" && ac_cv_prog_LATEX="no"
1.1       bertrand 6683: fi
                   6684: fi
1.15      bertrand 6685: LATEX=$ac_cv_prog_LATEX
                   6686: if test -n "$LATEX"; then
                   6687:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LATEX" >&5
                   6688: $as_echo "$LATEX" >&6; }
                   6689: else
                   6690:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   6691: $as_echo "no" >&6; }
                   6692: fi
1.14      bertrand 6693: 
1.1       bertrand 6694: 
1.15      bertrand 6695:    if test "$LATEX" = no; then
                   6696:        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cannot find LaTeX! You may install it.
                   6697: Download at http://tex.loria.fr/
                   6698: " >&5
                   6699: $as_echo "$as_me: WARNING: Cannot find LaTeX! You may install it.
                   6700: Download at http://tex.loria.fr/
                   6701: " >&2;}
                   6702:        POSTSCRIPT_SUPPORT="-UPOSTSCRIPT_SUPPORT"
                   6703:    fi
1.1       bertrand 6704: 
1.15      bertrand 6705:    # Extract the first word of "dvips", so it can be a program name with args.
                   6706: set dummy dvips; ac_word=$2
                   6707: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
                   6708: $as_echo_n "checking for $ac_word... " >&6; }
1.57      bertrand 6709: if ${ac_cv_prog_DVIPS+:} false; then :
1.15      bertrand 6710:   $as_echo_n "(cached) " >&6
                   6711: else
                   6712:   if test -n "$DVIPS"; then
                   6713:   ac_cv_prog_DVIPS="$DVIPS" # Let the user override the test.
                   6714: else
                   6715: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   6716: for as_dir in $PATH
                   6717: do
                   6718:   IFS=$as_save_IFS
                   6719:   test -z "$as_dir" && as_dir=.
                   6720:     for ac_exec_ext in '' $ac_executable_extensions; do
                   6721:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
                   6722:     ac_cv_prog_DVIPS="yes"
                   6723:     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
                   6724:     break 2
                   6725:   fi
                   6726: done
                   6727:   done
                   6728: IFS=$as_save_IFS
1.1       bertrand 6729: 
1.15      bertrand 6730:   test -z "$ac_cv_prog_DVIPS" && ac_cv_prog_DVIPS="no"
                   6731: fi
1.1       bertrand 6732: fi
1.15      bertrand 6733: DVIPS=$ac_cv_prog_DVIPS
                   6734: if test -n "$DVIPS"; then
                   6735:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DVIPS" >&5
                   6736: $as_echo "$DVIPS" >&6; }
1.1       bertrand 6737: else
1.15      bertrand 6738:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   6739: $as_echo "no" >&6; }
                   6740: fi
1.1       bertrand 6741: 
                   6742: 
1.15      bertrand 6743:    if test "$DVIPS" = no; then
                   6744:        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cannot find dvips! You may install it.
                   6745: Download at http://tex.loria.fr/
                   6746: " >&5
                   6747: $as_echo "$as_me: WARNING: Cannot find dvips! You may install it.
                   6748: Download at http://tex.loria.fr/
                   6749: " >&2;}
                   6750:        POSTSCRIPT_SUPPORT="-UPOSTSCRIPT_SUPPORT"
                   6751:    fi
1.1       bertrand 6752: 
1.15      bertrand 6753:    # Extract the first word of "gs", so it can be a program name with args.
                   6754: set dummy gs; ac_word=$2
                   6755: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
                   6756: $as_echo_n "checking for $ac_word... " >&6; }
1.57      bertrand 6757: if ${ac_cv_prog_GS+:} false; then :
1.15      bertrand 6758:   $as_echo_n "(cached) " >&6
                   6759: else
                   6760:   if test -n "$GS"; then
                   6761:   ac_cv_prog_GS="$GS" # Let the user override the test.
1.1       bertrand 6762: else
1.15      bertrand 6763: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   6764: for as_dir in $PATH
                   6765: do
                   6766:   IFS=$as_save_IFS
                   6767:   test -z "$as_dir" && as_dir=.
                   6768:     for ac_exec_ext in '' $ac_executable_extensions; do
                   6769:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
                   6770:     ac_cv_prog_GS="yes"
                   6771:     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
                   6772:     break 2
                   6773:   fi
                   6774: done
                   6775:   done
                   6776: IFS=$as_save_IFS
1.1       bertrand 6777: 
1.15      bertrand 6778:   test -z "$ac_cv_prog_GS" && ac_cv_prog_GS="no"
                   6779: fi
                   6780: fi
                   6781: GS=$ac_cv_prog_GS
                   6782: if test -n "$GS"; then
                   6783:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GS" >&5
                   6784: $as_echo "$GS" >&6; }
                   6785: else
                   6786:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   6787: $as_echo "no" >&6; }
1.1       bertrand 6788: fi
                   6789: 
1.15      bertrand 6790: 
                   6791:    if test "$GS" = no; then
                   6792:        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cannot find gs! You may install it.
                   6793: Download at http://ftp.lip6.fr/
                   6794: " >&5
                   6795: $as_echo "$as_me: WARNING: Cannot find gs! You may install it.
                   6796: Download at http://ftp.lip6.fr/
                   6797: " >&2;}
                   6798:        POSTSCRIPT_SUPPORT="-UPOSTSCRIPT_SUPPORT"
                   6799:    fi
                   6800: 
                   6801:    # Extract the first word of "gv", so it can be a program name with args.
                   6802: set dummy gv; ac_word=$2
                   6803: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
                   6804: $as_echo_n "checking for $ac_word... " >&6; }
1.57      bertrand 6805: if ${ac_cv_prog_GV+:} false; then :
1.15      bertrand 6806:   $as_echo_n "(cached) " >&6
                   6807: else
                   6808:   if test -n "$GV"; then
                   6809:   ac_cv_prog_GV="$GV" # Let the user override the test.
                   6810: else
                   6811: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   6812: for as_dir in $PATH
                   6813: do
                   6814:   IFS=$as_save_IFS
                   6815:   test -z "$as_dir" && as_dir=.
                   6816:     for ac_exec_ext in '' $ac_executable_extensions; do
                   6817:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
                   6818:     ac_cv_prog_GV="yes"
                   6819:     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
                   6820:     break 2
                   6821:   fi
                   6822: done
1.14      bertrand 6823:   done
1.15      bertrand 6824: IFS=$as_save_IFS
1.1       bertrand 6825: 
1.15      bertrand 6826:   test -z "$ac_cv_prog_GV" && ac_cv_prog_GV="no"
                   6827: fi
1.1       bertrand 6828: fi
1.15      bertrand 6829: GV=$ac_cv_prog_GV
                   6830: if test -n "$GV"; then
                   6831:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GV" >&5
                   6832: $as_echo "$GV" >&6; }
                   6833: else
                   6834:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   6835: $as_echo "no" >&6; }
1.1       bertrand 6836: fi
1.14      bertrand 6837: 
                   6838: 
1.15      bertrand 6839:    if test "$GV" = no; then
                   6840:        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cannot find gv! You may install it.
                   6841: Download at http://ftp.lip6.fr/
                   6842: " >&5
                   6843: $as_echo "$as_me: WARNING: Cannot find gv! You may install it.
                   6844: Download at http://ftp.lip6.fr/
                   6845: " >&2;}
                   6846:        POSTSCRIPT_SUPPORT="-UPOSTSCRIPT_SUPPORT"
                   6847:    fi
1.1       bertrand 6848: else
1.15      bertrand 6849:    if test "$TEX_SUPPORT" = no; then
                   6850:        POSTSCRIPT_SUPPORT="-UPOSTSCRIPT_SUPPORT"
                   6851:    else
                   6852:        POSTSCRIPT_SUPPORT="-DPOSTSCRIPT_SUPPORT"
                   6853:    fi
1.1       bertrand 6854: fi
                   6855: 
1.15      bertrand 6856: if test "$GNUPLOT_SUPPORT" = guessed; then
                   6857:    # Extract the first word of "gnuplot", so it can be a program name with args.
                   6858: set dummy gnuplot; ac_word=$2
                   6859: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
                   6860: $as_echo_n "checking for $ac_word... " >&6; }
1.57      bertrand 6861: if ${ac_cv_prog_GNUPLOT_P+:} false; then :
1.15      bertrand 6862:   $as_echo_n "(cached) " >&6
1.14      bertrand 6863: else
1.15      bertrand 6864:   if test -n "$GNUPLOT_P"; then
                   6865:   ac_cv_prog_GNUPLOT_P="$GNUPLOT_P" # Let the user override the test.
1.1       bertrand 6866: else
1.15      bertrand 6867: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   6868: for as_dir in $PATH
                   6869: do
                   6870:   IFS=$as_save_IFS
                   6871:   test -z "$as_dir" && as_dir=.
                   6872:     for ac_exec_ext in '' $ac_executable_extensions; do
                   6873:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
                   6874:     ac_cv_prog_GNUPLOT_P="yes"
                   6875:     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
                   6876:     break 2
                   6877:   fi
                   6878: done
                   6879:   done
                   6880: IFS=$as_save_IFS
1.1       bertrand 6881: 
1.15      bertrand 6882:   test -z "$ac_cv_prog_GNUPLOT_P" && ac_cv_prog_GNUPLOT_P="no"
1.1       bertrand 6883: fi
                   6884: fi
1.15      bertrand 6885: GNUPLOT_P=$ac_cv_prog_GNUPLOT_P
                   6886: if test -n "$GNUPLOT_P"; then
                   6887:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNUPLOT_P" >&5
                   6888: $as_echo "$GNUPLOT_P" >&6; }
                   6889: else
                   6890:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   6891: $as_echo "no" >&6; }
1.1       bertrand 6892: fi
                   6893: 
                   6894: 
1.15      bertrand 6895:    if test "$GNUPLOT_P" = no; then
                   6896:        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cannot find gnuplot! You may install it.
                   6897: Download at http://www.gnuplot.vt.edu/
                   6898: " >&5
                   6899: $as_echo "$as_me: WARNING: Cannot find gnuplot! You may install it.
                   6900: Download at http://www.gnuplot.vt.edu/
                   6901: " >&2;}
                   6902:        GNUPLOT_SUPPORT="-UGNUPLOT_SUPPORT"
                   6903:    else
                   6904:        GNUPLOT_SUPPORT="-DGNUPLOT_SUPPORT"
                   6905:    fi
                   6906: else
                   6907:    if test "$GNUPLOT_SUPPORT" = no; then
                   6908:        GNUPLOT_SUPPORT="-UGNUPLOT_SUPPORT"
                   6909:    else
                   6910:        GNUPLOT_SUPPORT="-DGNUPLOT_SUPPORT"
                   6911:    fi
                   6912: fi
1.1       bertrand 6913: 
1.15      bertrand 6914: if test "$VIM_SUPPORT" = guessed; then
                   6915:    # Extract the first word of "vim", so it can be a program name with args.
                   6916: set dummy vim; ac_word=$2
                   6917: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
                   6918: $as_echo_n "checking for $ac_word... " >&6; }
1.57      bertrand 6919: if ${ac_cv_prog_VIM+:} false; then :
1.15      bertrand 6920:   $as_echo_n "(cached) " >&6
1.1       bertrand 6921: else
1.15      bertrand 6922:   if test -n "$VIM"; then
                   6923:   ac_cv_prog_VIM="$VIM" # Let the user override the test.
1.1       bertrand 6924: else
1.15      bertrand 6925: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   6926: for as_dir in $PATH
                   6927: do
                   6928:   IFS=$as_save_IFS
                   6929:   test -z "$as_dir" && as_dir=.
                   6930:     for ac_exec_ext in '' $ac_executable_extensions; do
                   6931:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
                   6932:     ac_cv_prog_VIM="yes"
                   6933:     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
                   6934:     break 2
                   6935:   fi
                   6936: done
                   6937:   done
                   6938: IFS=$as_save_IFS
1.1       bertrand 6939: 
1.15      bertrand 6940:   test -z "$ac_cv_prog_VIM" && ac_cv_prog_VIM="no"
1.1       bertrand 6941: fi
                   6942: fi
1.15      bertrand 6943: VIM=$ac_cv_prog_VIM
                   6944: if test -n "$VIM"; then
                   6945:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $VIM" >&5
                   6946: $as_echo "$VIM" >&6; }
1.1       bertrand 6947: else
1.15      bertrand 6948:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   6949: $as_echo "no" >&6; }
                   6950: fi
1.1       bertrand 6951: 
                   6952: 
1.15      bertrand 6953:    if test "$VIM" = no; then
                   6954:        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cannot find vim! You may install it.
                   6955: Download at http://www.vim.org/
                   6956: " >&5
                   6957: $as_echo "$as_me: WARNING: Cannot find vim! You may install it.
                   6958: Download at http://www.vim.org/
                   6959: " >&2;}
                   6960:        VIM_SUPPORT="-UVIM_SUPPORT"
                   6961:    else
                   6962:        VIM_SUPPORT="-DVIM_SUPPORT"
                   6963:    fi
1.1       bertrand 6964: else
1.15      bertrand 6965:    if test "$VIM_SUPPORT" = no; then
                   6966:        VIM_SUPPORT="-UVIM_SUPPORT"
                   6967:    else
                   6968:        VIM_SUPPORT="-DVIM_SUPPORT"
                   6969:    fi
1.1       bertrand 6970: fi
                   6971: 
1.14      bertrand 6972: 
                   6973: 
1.1       bertrand 6974: 
                   6975: 
1.15      bertrand 6976: 
                   6977: 
                   6978: 
                   6979: 
                   6980: 
                   6981: 
                   6982: DATE=$(LANG=C date +"%A, %e %B %Y %T %z")
                   6983: 
                   6984: 
                   6985: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lm" >&5
                   6986: $as_echo_n "checking for main in -lm... " >&6; }
1.57      bertrand 6987: if ${ac_cv_lib_m_main+:} false; then :
1.15      bertrand 6988:   $as_echo_n "(cached) " >&6
1.1       bertrand 6989: else
1.15      bertrand 6990:   ac_check_lib_save_LIBS=$LIBS
                   6991: LIBS="-lm  $LIBS"
                   6992: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 6993: /* end confdefs.h.  */
1.15      bertrand 6994: 
                   6995: 
1.1       bertrand 6996: int
                   6997: main ()
                   6998: {
1.15      bertrand 6999: return main ();
1.1       bertrand 7000:   ;
                   7001:   return 0;
                   7002: }
                   7003: _ACEOF
1.15      bertrand 7004: if ac_fn_c_try_link "$LINENO"; then :
                   7005:   ac_cv_lib_m_main=yes
1.1       bertrand 7006: else
1.15      bertrand 7007:   ac_cv_lib_m_main=no
                   7008: fi
                   7009: rm -f core conftest.err conftest.$ac_objext \
                   7010:     conftest$ac_exeext conftest.$ac_ext
                   7011: LIBS=$ac_check_lib_save_LIBS
                   7012: fi
                   7013: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_main" >&5
                   7014: $as_echo "$ac_cv_lib_m_main" >&6; }
1.57      bertrand 7015: if test "x$ac_cv_lib_m_main" = xyes; then :
1.15      bertrand 7016:   cat >>confdefs.h <<_ACEOF
                   7017: #define HAVE_LIBM 1
                   7018: _ACEOF
1.14      bertrand 7019: 
1.15      bertrand 7020:   LIBS="-lm $LIBS"
1.1       bertrand 7021: 
1.15      bertrand 7022: else
1.36      bertrand 7023:   as_fn_error $? "Can not find libm !" "$LINENO" 5
1.1       bertrand 7024: fi
                   7025: 
1.15      bertrand 7026: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lpthread" >&5
                   7027: $as_echo_n "checking for main in -lpthread... " >&6; }
1.57      bertrand 7028: if ${ac_cv_lib_pthread_main+:} false; then :
1.15      bertrand 7029:   $as_echo_n "(cached) " >&6
1.1       bertrand 7030: else
1.15      bertrand 7031:   ac_check_lib_save_LIBS=$LIBS
                   7032: LIBS="-lpthread  $LIBS"
                   7033: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 7034: /* end confdefs.h.  */
1.15      bertrand 7035: 
                   7036: 
1.14      bertrand 7037: int
                   7038: main ()
                   7039: {
1.15      bertrand 7040: return main ();
1.14      bertrand 7041:   ;
                   7042:   return 0;
                   7043: }
                   7044: _ACEOF
1.15      bertrand 7045: if ac_fn_c_try_link "$LINENO"; then :
                   7046:   ac_cv_lib_pthread_main=yes
                   7047: else
                   7048:   ac_cv_lib_pthread_main=no
                   7049: fi
                   7050: rm -f core conftest.err conftest.$ac_objext \
                   7051:     conftest$ac_exeext conftest.$ac_ext
                   7052: LIBS=$ac_check_lib_save_LIBS
                   7053: fi
                   7054: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_main" >&5
                   7055: $as_echo "$ac_cv_lib_pthread_main" >&6; }
1.57      bertrand 7056: if test "x$ac_cv_lib_pthread_main" = xyes; then :
1.15      bertrand 7057:   cat >>confdefs.h <<_ACEOF
                   7058: #define HAVE_LIBPTHREAD 1
1.14      bertrand 7059: _ACEOF
                   7060: 
1.15      bertrand 7061:   LIBS="-lpthread $LIBS"
                   7062: 
1.1       bertrand 7063: else
1.36      bertrand 7064:   as_fn_error $? "Can not find libpthread !" "$LINENO" 5
1.15      bertrand 7065: fi
1.14      bertrand 7066: 
1.1       bertrand 7067: 
1.33      bertrand 7068: ac_fn_c_check_type "$LINENO" "union semun" "ac_cv_type_union_semun" "
                   7069: #include <sys/sem.h>
                   7070: 
                   7071: "
1.57      bertrand 7072: if test "x$ac_cv_type_union_semun" = xyes; then :
1.33      bertrand 7073:   SEMUN=-DUNION_SEMUN
                   7074: else
                   7075:   SEMUN=-UUNION_SEMUN
                   7076: fi
                   7077: 
                   7078: 
1.34      bertrand 7079: ac_fn_c_check_type "$LINENO" "struct sockaddr_in6" "ac_cv_type_struct_sockaddr_in6" "
1.35      bertrand 7080: #include <sys/types.h>
1.34      bertrand 7081: #include <netinet/in.h>
                   7082: 
                   7083: "
1.57      bertrand 7084: if test "x$ac_cv_type_struct_sockaddr_in6" = xyes; then :
1.34      bertrand 7085:   IPV6=-DIPV6
                   7086: else
                   7087:   IPV6=-UIPV6
                   7088: fi
                   7089: 
                   7090: 
1.15      bertrand 7091: if test "$CYGWIN" != yes; then
                   7092:    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
                   7093: $as_echo_n "checking for dlopen in -ldl... " >&6; }
1.57      bertrand 7094: if ${ac_cv_lib_dl_dlopen+:} false; then :
1.15      bertrand 7095:   $as_echo_n "(cached) " >&6
1.1       bertrand 7096: else
1.15      bertrand 7097:   ac_check_lib_save_LIBS=$LIBS
                   7098: LIBS="-ldl  $LIBS"
                   7099: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 7100: /* end confdefs.h.  */
                   7101: 
1.15      bertrand 7102: /* Override any GCC internal prototype to avoid an error.
                   7103:    Use char because int might match the return type of a GCC
                   7104:    builtin and then its argument prototype would still apply.  */
                   7105: #ifdef __cplusplus
                   7106: extern "C"
                   7107: #endif
                   7108: char dlopen ();
1.1       bertrand 7109: int
                   7110: main ()
                   7111: {
1.15      bertrand 7112: return dlopen ();
1.1       bertrand 7113:   ;
                   7114:   return 0;
                   7115: }
                   7116: _ACEOF
1.15      bertrand 7117: if ac_fn_c_try_link "$LINENO"; then :
                   7118:   ac_cv_lib_dl_dlopen=yes
1.1       bertrand 7119: else
1.15      bertrand 7120:   ac_cv_lib_dl_dlopen=no
                   7121: fi
                   7122: rm -f core conftest.err conftest.$ac_objext \
                   7123:     conftest$ac_exeext conftest.$ac_ext
                   7124: LIBS=$ac_check_lib_save_LIBS
1.1       bertrand 7125: fi
1.15      bertrand 7126: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
                   7127: $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
1.57      bertrand 7128: if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
1.15      bertrand 7129:   LIBS="$LIBS -ldl"
1.14      bertrand 7130: else
1.15      bertrand 7131:   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libdl doesn't seem to be needed on this system." >&5
                   7132: $as_echo "$as_me: WARNING: libdl doesn't seem to be needed on this system." >&2;}
1.1       bertrand 7133: fi
                   7134: 
1.14      bertrand 7135: fi
1.1       bertrand 7136: 
1.15      bertrand 7137: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nanosleep in -lrt" >&5
                   7138: $as_echo_n "checking for nanosleep in -lrt... " >&6; }
1.57      bertrand 7139: if ${ac_cv_lib_rt_nanosleep+:} false; then :
1.15      bertrand 7140:   $as_echo_n "(cached) " >&6
                   7141: else
                   7142:   ac_check_lib_save_LIBS=$LIBS
                   7143: LIBS="-lrt  $LIBS"
                   7144: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 7145: /* end confdefs.h.  */
1.15      bertrand 7146: 
                   7147: /* Override any GCC internal prototype to avoid an error.
                   7148:    Use char because int might match the return type of a GCC
                   7149:    builtin and then its argument prototype would still apply.  */
                   7150: #ifdef __cplusplus
                   7151: extern "C"
                   7152: #endif
                   7153: char nanosleep ();
1.1       bertrand 7154: int
                   7155: main ()
                   7156: {
1.15      bertrand 7157: return nanosleep ();
1.1       bertrand 7158:   ;
                   7159:   return 0;
                   7160: }
                   7161: _ACEOF
1.15      bertrand 7162: if ac_fn_c_try_link "$LINENO"; then :
                   7163:   ac_cv_lib_rt_nanosleep=yes
                   7164: else
                   7165:   ac_cv_lib_rt_nanosleep=no
                   7166: fi
                   7167: rm -f core conftest.err conftest.$ac_objext \
                   7168:     conftest$ac_exeext conftest.$ac_ext
                   7169: LIBS=$ac_check_lib_save_LIBS
                   7170: fi
                   7171: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_nanosleep" >&5
                   7172: $as_echo "$ac_cv_lib_rt_nanosleep" >&6; }
1.57      bertrand 7173: if test "x$ac_cv_lib_rt_nanosleep" = xyes; then :
1.15      bertrand 7174:   LIBS="$LIBS -lrt"
1.1       bertrand 7175: else
1.15      bertrand 7176:   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: librt doesn't seem to be needed on this system." >&5
                   7177: $as_echo "$as_me: WARNING: librt doesn't seem to be needed on this system." >&2;}
                   7178: fi
1.1       bertrand 7179: 
                   7180: 
1.15      bertrand 7181: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
                   7182: $as_echo_n "checking for bind in -lsocket... " >&6; }
1.57      bertrand 7183: if ${ac_cv_lib_socket_bind+:} false; then :
1.15      bertrand 7184:   $as_echo_n "(cached) " >&6
1.1       bertrand 7185: else
1.15      bertrand 7186:   ac_check_lib_save_LIBS=$LIBS
                   7187: LIBS="-lsocket  $LIBS"
                   7188: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 7189: /* end confdefs.h.  */
1.15      bertrand 7190: 
                   7191: /* Override any GCC internal prototype to avoid an error.
                   7192:    Use char because int might match the return type of a GCC
                   7193:    builtin and then its argument prototype would still apply.  */
                   7194: #ifdef __cplusplus
                   7195: extern "C"
                   7196: #endif
                   7197: char bind ();
1.1       bertrand 7198: int
                   7199: main ()
                   7200: {
1.15      bertrand 7201: return bind ();
1.1       bertrand 7202:   ;
                   7203:   return 0;
                   7204: }
                   7205: _ACEOF
1.15      bertrand 7206: if ac_fn_c_try_link "$LINENO"; then :
                   7207:   ac_cv_lib_socket_bind=yes
1.1       bertrand 7208: else
1.15      bertrand 7209:   ac_cv_lib_socket_bind=no
1.1       bertrand 7210: fi
1.15      bertrand 7211: rm -f core conftest.err conftest.$ac_objext \
                   7212:     conftest$ac_exeext conftest.$ac_ext
                   7213: LIBS=$ac_check_lib_save_LIBS
1.1       bertrand 7214: fi
1.15      bertrand 7215: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
                   7216: $as_echo "$ac_cv_lib_socket_bind" >&6; }
1.57      bertrand 7217: if test "x$ac_cv_lib_socket_bind" = xyes; then :
1.15      bertrand 7218:   LIBS="$LIBS -lsocket"
                   7219: else
                   7220:   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libsocket doesn't seem to be needed on this system." >&5
                   7221: $as_echo "$as_me: WARNING: libsocket doesn't seem to be needed on this system." >&2;}
1.1       bertrand 7222: fi
                   7223: 
                   7224: 
1.15      bertrand 7225: MYSQL_SUPPORT="-UMYSQL_SUPPORT"
                   7226: 
                   7227: # Check whether --with-mysql was given.
                   7228: if test "${with_mysql+set}" = set; then :
                   7229:   withval=$with_mysql;
                   7230: else
                   7231:   with_mysql=check
                   7232: fi
1.14      bertrand 7233: 
                   7234: 
1.15      bertrand 7235: if test "x$with_mysql" = xcheck -o "x$with_mysql" = yes; then
                   7236:    libMySQLinc="-I/usr/include"
1.30      bertrand 7237:    libMySQLlib="/usr/lib"
1.14      bertrand 7238: 
1.15      bertrand 7239:    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libmysql includes in /usr/include" >&5
                   7240: $as_echo_n "checking for libmysql includes in /usr/include... " >&6; }
                   7241:    saved_CFLAGS="$CFLAGS"
1.30      bertrand 7242:    CFLAGS="$CFLAGS -L/$libMySQLinc"
1.15      bertrand 7243:    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 7244: /* end confdefs.h.  */
1.15      bertrand 7245: #include "mysql.h"
1.1       bertrand 7246: int
                   7247: main ()
                   7248: {
1.15      bertrand 7249: 
1.1       bertrand 7250:   ;
                   7251:   return 0;
                   7252: }
                   7253: _ACEOF
1.15      bertrand 7254: if ac_fn_c_try_compile "$LINENO"; then :
                   7255:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   7256: $as_echo "yes" >&6; }; MYSQL_SUPPORT="-DMYSQL_SUPPORT";
                   7257:                    libMySQLinc=$libMySQLinc/mysql
1.1       bertrand 7258: else
1.15      bertrand 7259:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   7260: $as_echo "no" >&6; }; MYSQL_SUPPORT="-UMYSQL_SUPPORT"
1.1       bertrand 7261: fi
1.14      bertrand 7262: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.15      bertrand 7263:    CFLAGS=$saved_CFLAGS
1.1       bertrand 7264: 
1.15      bertrand 7265:    if test "$MYSQL_SUPPORT" = "-UMYSQL_SUPPORT"; then
                   7266:        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libmysql includes in /usr/include/mysql" >&5
                   7267: $as_echo_n "checking for libmysql includes in /usr/include/mysql... " >&6; }
                   7268:        saved_CFLAGS="$CFLAGS"
                   7269:        CFLAGS="$CFLAGS $libMySQLinc/mysql"
                   7270:        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 7271: /* end confdefs.h.  */
1.15      bertrand 7272: #include "mysql.h"
1.1       bertrand 7273: int
                   7274: main ()
                   7275: {
                   7276: 
                   7277:   ;
                   7278:   return 0;
                   7279: }
                   7280: _ACEOF
1.15      bertrand 7281: if ac_fn_c_try_compile "$LINENO"; then :
                   7282:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   7283: $as_echo "yes" >&6; }; MYSQL_SUPPORT="-DMYSQL_SUPPORT";
                   7284:                        libMySQLinc=$libMySQLinc
                   7285: else
                   7286:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   7287: $as_echo "no" >&6; }; MYSQL_SUPPORT="-UMYSQL_SUPPORT"
                   7288: fi
                   7289: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   7290:        CFLAGS=$saved_CFLAGS
                   7291:        libMySQLinc=$libMySQLinc/mysql
                   7292:    fi
                   7293: 
                   7294:    if test "$MYSQL_SUPPORT" = "-UMYSQL_SUPPORT"; then
                   7295:        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libmysql includes in /usr/local/include" >&5
                   7296: $as_echo_n "checking for libmysql includes in /usr/local/include... " >&6; }
                   7297:        saved_CFLAGS="$CFLAGS"
                   7298:        CFLAGS="$CFLAGS $libMySQLinc/../local/include"
                   7299:        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 7300: /* end confdefs.h.  */
1.15      bertrand 7301: #include "mysql.h"
1.1       bertrand 7302: int
                   7303: main ()
                   7304: {
                   7305: 
                   7306:   ;
                   7307:   return 0;
                   7308: }
                   7309: _ACEOF
1.15      bertrand 7310: if ac_fn_c_try_compile "$LINENO"; then :
                   7311:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   7312: $as_echo "yes" >&6; }; MYSQL_SUPPORT="-DMYSQL_SUPPORT";
                   7313:                        libMySQLinc=$libMySQLinc/mysql
1.1       bertrand 7314: else
1.15      bertrand 7315:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   7316: $as_echo "no" >&6; }; MYSQL_SUPPORT="-UMYSQL_SUPPORT"
1.1       bertrand 7317: fi
                   7318: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.15      bertrand 7319:        CFLAGS=$saved_CFLAGS
                   7320:        libMySQLinc=$libMySQLinc/../local/include
                   7321:        libMySQLlib=$libMySQLlib/../local/lib
                   7322:    fi
1.1       bertrand 7323: 
1.15      bertrand 7324:    if test "$MYSQL_SUPPORT" = "-UMYSQL_SUPPORT"; then
                   7325:        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libmysql includes in /usr/local/include/mysql" >&5
                   7326: $as_echo_n "checking for libmysql includes in /usr/local/include/mysql... " >&6; }
                   7327:        saved_CFLAGS="$CFLAGS"
                   7328:        CFLAGS="$CFLAGS $libMySQLinc/../local/include/mysql"
                   7329:        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 7330: /* end confdefs.h.  */
1.15      bertrand 7331: #include "mysql.h"
1.1       bertrand 7332: int
                   7333: main ()
                   7334: {
                   7335: 
                   7336:   ;
                   7337:   return 0;
                   7338: }
                   7339: _ACEOF
1.15      bertrand 7340: if ac_fn_c_try_compile "$LINENO"; then :
                   7341:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   7342: $as_echo "yes" >&6; }; MYSQL_SUPPORT="-DMYSQL_SUPPORT";
                   7343:                        libMySQLinc=$libMySQLinc/mysql
                   7344: else
                   7345:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   7346: $as_echo "no" >&6; }; MYSQL_SUPPORT="-UMYSQL_SUPPORT"
                   7347: fi
                   7348: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   7349:        CFLAGS=$saved_CFLAGS
                   7350:        libMySQLinc=$libMySQLinc/../local/include/mysql
                   7351:        libMySQLlib=$libMySQLlib/../local/lib
                   7352:    fi
                   7353: else
                   7354:    if test "x$with_mysql" != xno; then
                   7355:        libMySQLinc="-I$with_mysql/include"
1.30      bertrand 7356:        libMySQLlib="$with_mysql/lib"
1.15      bertrand 7357: 
                   7358:        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libmysql includes in $with_mysql" >&5
                   7359: $as_echo_n "checking for libmysql includes in $with_mysql... " >&6; }
                   7360:        saved_CFLAGS="$CFLAGS"
                   7361:        CFLAGS="$CFLAGS $libMySQLinc"
                   7362:        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 7363: /* end confdefs.h.  */
1.15      bertrand 7364: #include "mysql.h"
1.1       bertrand 7365: int
                   7366: main ()
                   7367: {
                   7368: 
                   7369:   ;
                   7370:   return 0;
                   7371: }
                   7372: _ACEOF
1.15      bertrand 7373: if ac_fn_c_try_compile "$LINENO"; then :
                   7374:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   7375: $as_echo "yes" >&6; }; MYSQL_SUPPORT="-DMYSQL_SUPPORT";
                   7376:                        libMySQLinc=$libMySQLinc/mysql
1.1       bertrand 7377: else
1.15      bertrand 7378:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   7379: $as_echo "no" >&6; }; MYSQL_SUPPORT="-UMYSQL_SUPPORT"
1.14      bertrand 7380: fi
                   7381: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.15      bertrand 7382:        CFLAGS=$saved_CFLAGS
1.1       bertrand 7383: 
1.15      bertrand 7384:        if test "$MYSQL_SUPPORT" = "-UMYSQL_SUPPORT"; then
                   7385:            { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libmysql includes in $with_mysql/mysql" >&5
                   7386: $as_echo_n "checking for libmysql includes in $with_mysql/mysql... " >&6; }
                   7387:            saved_CFLAGS="$CFLAGS"
                   7388:            CFLAGS="$CFLAGS $libMySQLinc/mysql"
                   7389:            cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 7390: /* end confdefs.h.  */
1.15      bertrand 7391: #include "mysql.h"
1.1       bertrand 7392: int
                   7393: main ()
                   7394: {
                   7395: 
                   7396:   ;
                   7397:   return 0;
                   7398: }
                   7399: _ACEOF
1.15      bertrand 7400: if ac_fn_c_try_compile "$LINENO"; then :
                   7401:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   7402: $as_echo "yes" >&6; }; MYSQL_SUPPORT="-DMYSQL_SUPPORT";
                   7403:                            libMySQLinc=$libMySQLinc
1.1       bertrand 7404: else
1.15      bertrand 7405:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   7406: $as_echo "no" >&6; }; MYSQL_SUPPORT="-UMYSQL_SUPPORT"
                   7407: fi
                   7408: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   7409:            CFLAGS=$saved_CFLAGS
                   7410:            libMySQLinc=$libMySQLinc/mysql
                   7411:        fi
                   7412:    else
                   7413:        MYSQL_SUPPORT="-UMYSQL_SUPPORT"
                   7414:    fi
                   7415: fi
1.14      bertrand 7416: 
1.15      bertrand 7417: if test "$MYSQL_SUPPORT" = "-DMYSQL_SUPPORT"; then
                   7418:    MYSQL_LIB=no
1.14      bertrand 7419: 
1.15      bertrand 7420:    if test $MYSQL_LIB = no; then
                   7421:        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libmysql libraries in $libMySQLlib" >&5
                   7422: $as_echo_n "checking for libmysql libraries in $libMySQLlib... " >&6; }
                   7423:        saved_LIBS="$LIBS"
1.30      bertrand 7424:        if test $STATIC = no; then
                   7425:            LIBS="$LIBS -L/$libMySQLlib -lmysqlclient_r $libMySQLinc"
                   7426:        else
                   7427:            LIBS="$LIBS $libMySQLlib/libmysqlclient_r.a -lz $libMySQLinc"
                   7428:        fi
1.15      bertrand 7429:        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 7430: /* end confdefs.h.  */
1.15      bertrand 7431: #include "mysql.h"
1.1       bertrand 7432: int
                   7433: main ()
                   7434: {
1.15      bertrand 7435: MYSQL mysql; mysql_init(&mysql);
1.1       bertrand 7436:   ;
                   7437:   return 0;
                   7438: }
                   7439: _ACEOF
1.15      bertrand 7440: if ac_fn_c_try_link "$LINENO"; then :
                   7441:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   7442: $as_echo "yes" >&6; }; MYSQL_LIB="yes"
1.1       bertrand 7443: else
1.15      bertrand 7444:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   7445: $as_echo "no" >&6; }; MYSQL_LIB="no"
                   7446: fi
                   7447: rm -f core conftest.err conftest.$ac_objext \
                   7448:     conftest$ac_exeext conftest.$ac_ext
                   7449:        LIBS=$saved_LIBS;
1.30      bertrand 7450:        if test $STATIC = no; then
                   7451:            libMySQLlib="-L/$libMySQLlib -lmysqlclient_r"
                   7452:        else
                   7453:            libMySQLlib="$libMySQLlib/libmysqlclient_r.a"
                   7454:            EXT_SQL="$EXT_SQL $libMySQLlib"
                   7455:        fi
1.15      bertrand 7456:    fi
1.14      bertrand 7457: 
1.15      bertrand 7458:    if test $MYSQL_LIB = no; then
                   7459:        MYSQL_SUPPORT="-UMYSQL_SUPPORT"
                   7460:    fi
1.14      bertrand 7461: fi
1.15      bertrand 7462: 
                   7463: if test "$MYSQL_SUPPORT" != "-DMYSQL_SUPPORT"; then
                   7464:    libMySQLinc=
                   7465:    libMySQLlib=
1.1       bertrand 7466: fi
1.14      bertrand 7467: 
                   7468: 
                   7469: 
1.1       bertrand 7470: 
                   7471: 
1.15      bertrand 7472: POSTGRESQL_SUPPORT=-UPOSTGRESQL_SUPPORT
                   7473: 
                   7474: # Check whether --with-postgresql was given.
                   7475: if test "${with_postgresql+set}" = set; then :
                   7476:   withval=$with_postgresql;
1.14      bertrand 7477: else
1.15      bertrand 7478:   with_postgresql=check
                   7479: fi
                   7480: 
                   7481: 
                   7482: # with_postgresql : check [pas défini], yes [uniquement --with],
                   7483: # no [--without], valeur [--with=valeur].
                   7484: 
                   7485: if test "x$with_postgresql" = xcheck -o "x$with_postgresql" = xyes; then
                   7486:    libPgSQLinc="-I/usr/include"
1.30      bertrand 7487:    libPgSQLlib="/usr/lib"
1.15      bertrand 7488: 
                   7489:    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpq includes in /usr/include" >&5
                   7490: $as_echo_n "checking for libpq includes in /usr/include... " >&6; }
                   7491:    saved_CFLAGS="$CFLAGS"
                   7492:    CFLAGS="$CFLAGS $libPgSQLinc"
                   7493:    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 7494: /* end confdefs.h.  */
1.15      bertrand 7495: #include "libpq-fe.h"
1.1       bertrand 7496: int
                   7497: main ()
                   7498: {
1.15      bertrand 7499: 
1.1       bertrand 7500:   ;
                   7501:   return 0;
                   7502: }
                   7503: _ACEOF
1.15      bertrand 7504: if ac_fn_c_try_compile "$LINENO"; then :
                   7505:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   7506: $as_echo "yes" >&6; }; POSTGRESQL_SUPPORT="-DPOSTGRESQL_SUPPORT"
1.1       bertrand 7507: else
1.15      bertrand 7508:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   7509: $as_echo "no" >&6; }; POSTGRESQL_SUPPORT="-UPOSTGRESQL_SUPPORT"
1.1       bertrand 7510: fi
1.14      bertrand 7511: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.15      bertrand 7512:    CFLAGS=$saved_CFLAGS
1.1       bertrand 7513: 
1.15      bertrand 7514:    if test "$POSTGRESQL_SUPPORT" = "-UPOSTGRESQL_SUPPORT"; then
                   7515:        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpq includes in /usr/include/postgresql" >&5
                   7516: $as_echo_n "checking for libpq includes in /usr/include/postgresql... " >&6; }
                   7517:        saved_CFLAGS="$CFLAGS"
                   7518:        CFLAGS="$CFLAGS $libPgSQLinc/postgresql"
                   7519:        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 7520: /* end confdefs.h.  */
1.15      bertrand 7521: #include "libpq-fe.h"
1.1       bertrand 7522: int
                   7523: main ()
                   7524: {
                   7525: 
                   7526:   ;
                   7527:   return 0;
                   7528: }
                   7529: _ACEOF
1.15      bertrand 7530: if ac_fn_c_try_compile "$LINENO"; then :
                   7531:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   7532: $as_echo "yes" >&6; };
                   7533:                POSTGRESQL_SUPPORT="-DPOSTGRESQL_SUPPORT"
                   7534: else
                   7535:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   7536: $as_echo "no" >&6; };
                   7537:                POSTGRESQL_SUPPORT="-UPOSTGRESQL_SUPPORT"
                   7538: fi
                   7539: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   7540:        CFLAGS=$saved_CFLAGS
                   7541:        libPgSQLinc=$libPgSQLinc/postgresql
                   7542:    fi
                   7543: 
                   7544:    if test "$POSTGRESQL_SUPPORT" = "-UPOSTGRESQL_SUPPORT"; then
                   7545:        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpq includes in /usr/include/pgsql" >&5
                   7546: $as_echo_n "checking for libpq includes in /usr/include/pgsql... " >&6; }
                   7547:        saved_CFLAGS="$CFLAGS"
                   7548:        CFLAGS="$CFLAGS $libPgSQLinc/pgsql"
                   7549:        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 7550: /* end confdefs.h.  */
1.15      bertrand 7551: #include "libpq-fe.h"
1.1       bertrand 7552: int
                   7553: main ()
                   7554: {
                   7555: 
                   7556:   ;
                   7557:   return 0;
                   7558: }
                   7559: _ACEOF
1.15      bertrand 7560: if ac_fn_c_try_compile "$LINENO"; then :
                   7561:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   7562: $as_echo "yes" >&6; };
                   7563:                POSTGRESQL_SUPPORT="-DPOSTGRESQL_SUPPORT"
1.1       bertrand 7564: else
1.15      bertrand 7565:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   7566: $as_echo "no" >&6; };
                   7567:                POSTGRESQL_SUPPORT="-UPOSTGRESQL_SUPPORT"
1.1       bertrand 7568: fi
                   7569: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.15      bertrand 7570:        CFLAGS=$saved_CFLAGS
                   7571:        libPgSQLinc=$libPgSQLinc/pgsql
                   7572:    fi
1.1       bertrand 7573: 
1.15      bertrand 7574:    if test "$POSTGRESQL_SUPPORT" = "-UPOSTGRESQL_SUPPORT"; then
                   7575:        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpq includes in /usr/local/include" >&5
                   7576: $as_echo_n "checking for libpq includes in /usr/local/include... " >&6; }
                   7577:        saved_CFLAGS="$CFLAGS"
                   7578:        CFLAGS="$CFLAGS $libPgSQLinc/../local/include"
                   7579:        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 7580: /* end confdefs.h.  */
1.15      bertrand 7581: #include "libpq-fe.h"
1.1       bertrand 7582: int
                   7583: main ()
                   7584: {
                   7585: 
                   7586:   ;
                   7587:   return 0;
                   7588: }
                   7589: _ACEOF
1.15      bertrand 7590: if ac_fn_c_try_compile "$LINENO"; then :
                   7591:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   7592: $as_echo "yes" >&6; };
                   7593:                POSTGRESQL_SUPPORT="-DPOSTGRESQL_SUPPORT"
                   7594: else
                   7595:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   7596: $as_echo "no" >&6; };
                   7597:                POSTGRESQL_SUPPORT="-UPOSTGRESQL_SUPPORT"
                   7598: fi
                   7599: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   7600:        CFLAGS=$saved_CFLAGS
                   7601:        libPgSQLinc=$libPgSQLinc/../local/include
                   7602:        libPgSQLlib=$libPgSQLlib/../local/lib
                   7603:    fi
                   7604: 
                   7605:    if test "$POSTGRESQL_SUPPORT" = "-UPOSTGRESQL_SUPPORT"; then
                   7606:        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpq includes in /usr/local/include/postgresql" >&5
                   7607: $as_echo_n "checking for libpq includes in /usr/local/include/postgresql... " >&6; }
                   7608:        saved_CFLAGS="$CFLAGS"
                   7609:        CFLAGS="$CFLAGS $libPgSQLinc/../local/include/postgresql"
                   7610:        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 7611: /* end confdefs.h.  */
1.15      bertrand 7612: #include "libpq-fe.h"
1.1       bertrand 7613: int
                   7614: main ()
                   7615: {
                   7616: 
                   7617:   ;
                   7618:   return 0;
                   7619: }
                   7620: _ACEOF
1.15      bertrand 7621: if ac_fn_c_try_compile "$LINENO"; then :
                   7622:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   7623: $as_echo "yes" >&6; };
                   7624:                POSTGRESQL_SUPPORT="-DPOSTGRESQL_SUPPORT"
1.14      bertrand 7625: else
1.15      bertrand 7626:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   7627: $as_echo "no" >&6; };
                   7628:                POSTGRESQL_SUPPORT="-UPOSTGRESQL_SUPPORT"
1.14      bertrand 7629: fi
                   7630: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.15      bertrand 7631:        CFLAGS=$saved_CFLAGS
                   7632:        libPgSQLinc=$libPgSQLinc/../local/include/postgresql
                   7633:        libPgSQLlib=$libPgSQLlib/../local/lib
                   7634:    fi
1.14      bertrand 7635: 
1.15      bertrand 7636:    if test "$POSTGRESQL_SUPPORT" = "-UPOSTGRESQL_SUPPORT"; then
                   7637:        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpq includes in /usr/local/include/pgsql" >&5
                   7638: $as_echo_n "checking for libpq includes in /usr/local/include/pgsql... " >&6; }
                   7639:        saved_CFLAGS="$CFLAGS"
                   7640:        CFLAGS="$CFLAGS $libPgSQLinc/../local/include/pgsql"
                   7641:        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 7642: /* end confdefs.h.  */
1.15      bertrand 7643: #include "libpq-fe.h"
1.1       bertrand 7644: int
                   7645: main ()
                   7646: {
                   7647: 
                   7648:   ;
                   7649:   return 0;
                   7650: }
                   7651: _ACEOF
1.15      bertrand 7652: if ac_fn_c_try_compile "$LINENO"; then :
                   7653:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   7654: $as_echo "yes" >&6; };
                   7655:                POSTGRESQL_SUPPORT="-DPOSTGRESQL_SUPPORT"
1.1       bertrand 7656: else
1.15      bertrand 7657:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   7658: $as_echo "no" >&6; };
                   7659:                POSTGRESQL_SUPPORT="-UPOSTGRESQL_SUPPORT"
1.1       bertrand 7660: fi
                   7661: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.15      bertrand 7662:        CFLAGS=$saved_CFLAGS
                   7663:        libPgSQLinc=$libPgSQLinc/local/include/pgsql
                   7664:        libPgSQLlib=$libPgSQLlib/../local/lib
                   7665:    fi
1.14      bertrand 7666: else
1.15      bertrand 7667:    if test "x$with_postgresql" != xno; then
                   7668:        libPgSQLinc="-I$with_postgresql/include"
1.30      bertrand 7669:        libPgSQLlib="$with_postgresql/lib"
1.15      bertrand 7670: 
                   7671:        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpq includes in $libPgSQLinc" >&5
                   7672: $as_echo_n "checking for libpq includes in $libPgSQLinc... " >&6; }
                   7673:        saved_CFLAGS="$CFLAGS"
                   7674:        CFLAGS="$CFLAGS $libPgSQLinc"
                   7675:        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 7676: /* end confdefs.h.  */
1.15      bertrand 7677: #include "libpq-fe.h"
1.1       bertrand 7678: int
                   7679: main ()
                   7680: {
                   7681: 
                   7682:   ;
                   7683:   return 0;
                   7684: }
                   7685: _ACEOF
1.15      bertrand 7686: if ac_fn_c_try_compile "$LINENO"; then :
                   7687:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   7688: $as_echo "yes" >&6; };
                   7689:                POSTGRESQL_SUPPORT="-DPOSTGRESQL_SUPPORT"
1.1       bertrand 7690: else
1.15      bertrand 7691:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   7692: $as_echo "no" >&6; };
                   7693:                POSTGRESQL_SUPPORT="-UPOSTGRESQL_SUPPORT"
1.14      bertrand 7694: fi
1.15      bertrand 7695: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   7696:        CFLAGS=$saved_CFLAGS
1.14      bertrand 7697: 
1.15      bertrand 7698:        if test "$POSTGRESQL_SUPPORT" = "-UPOSTGRESQL_SUPPORT"; then
                   7699:            { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpq includes in $libPgSQLinc/postgresql" >&5
                   7700: $as_echo_n "checking for libpq includes in $libPgSQLinc/postgresql... " >&6; }
                   7701:            saved_CFLAGS="$CFLAGS"
                   7702:            CFLAGS="$CFLAGS $libPgSQLinc/postgresql"
                   7703:            cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.14      bertrand 7704: /* end confdefs.h.  */
1.15      bertrand 7705: #include "libpq-fe.h"
1.1       bertrand 7706: int
                   7707: main ()
                   7708: {
1.15      bertrand 7709: 
1.1       bertrand 7710:   ;
                   7711:   return 0;
                   7712: }
                   7713: _ACEOF
1.15      bertrand 7714: if ac_fn_c_try_compile "$LINENO"; then :
                   7715:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   7716: $as_echo "yes" >&6; };
                   7717:                    POSTGRESQL_SUPPORT="-DPOSTGRESQL_SUPPORT"
1.1       bertrand 7718: else
1.15      bertrand 7719:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   7720: $as_echo "no" >&6; };
                   7721:                    POSTGRESQL_SUPPORT="-UPOSTGRESQL_SUPPORT"
1.1       bertrand 7722: fi
                   7723: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.15      bertrand 7724:            CFLAGS=$saved_CFLAGS
                   7725:            libPgSQLinc=$libPgSQLinc/postgresql
                   7726:        fi
1.14      bertrand 7727: 
1.15      bertrand 7728:        if test "$POSTGRESQL_SUPPORT" = "-UPOSTGRESQL_SUPPORT"; then
                   7729:            { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpq includes in $libPgSQLinc/pgsql" >&5
                   7730: $as_echo_n "checking for libpq includes in $libPgSQLinc/pgsql... " >&6; }
                   7731:            saved_CFLAGS="$CFLAGS"
                   7732:            CFLAGS="$CFLAGS $libPgSQLinc/pgsql"
                   7733:            cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 7734: /* end confdefs.h.  */
1.15      bertrand 7735: #include "libpq-fe.h"
1.1       bertrand 7736: int
                   7737: main ()
                   7738: {
1.15      bertrand 7739: 
1.1       bertrand 7740:   ;
                   7741:   return 0;
                   7742: }
                   7743: _ACEOF
1.15      bertrand 7744: if ac_fn_c_try_compile "$LINENO"; then :
                   7745:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   7746: $as_echo "yes" >&6; };
                   7747:                    POSTGRESQL_SUPPORT="-DPOSTGRESQL_SUPPORT"
1.1       bertrand 7748: else
1.15      bertrand 7749:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   7750: $as_echo "no" >&6; };
                   7751:                    POSTGRESQL_SUPPORT="-UPOSTGRESQL_SUPPORT"
1.1       bertrand 7752: fi
1.15      bertrand 7753: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   7754:            CFLAGS=$saved_CFLAGS
                   7755:            libPgSQLinc=$libPgSQLinc/pgsql
                   7756:        fi
                   7757:    else
                   7758:        POSTGRESQL_SUPPORT="-UPOSTGRESQL_SUPPORT"
                   7759:    fi
1.1       bertrand 7760: fi
                   7761: 
1.15      bertrand 7762: if test "$POSTGRESQL_SUPPORT" = "-DPOSTGRESQL_SUPPORT"; then
                   7763:    POSTGRESQL_LIB=no
1.1       bertrand 7764: 
1.15      bertrand 7765:    if test $POSTGRESQL_LIB = no; then
                   7766:        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpq libraries in $libPgSQLlib" >&5
                   7767: $as_echo_n "checking for libpq libraries in $libPgSQLlib... " >&6; }
                   7768:        saved_LIBS="$LIBS"
1.30      bertrand 7769:        if test $STATIC = no; then
                   7770:            LIBS="$LIBS -L/$libPgSQLlib $libPgSQLinc -lpq"
                   7771:        else
                   7772:            LIBS="$LIBS $libPgSQLlib/libpq.a $libPgSQLinc"
                   7773:        fi
1.15      bertrand 7774:        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 7775: /* end confdefs.h.  */
1.15      bertrand 7776: #include "libpq-fe.h"
1.1       bertrand 7777: int
                   7778: main ()
                   7779: {
1.15      bertrand 7780: PGconn *conn; const char *conninfo="dbname=postgres"; conn =
                   7781:             PQconnectdb(conninfo);
1.1       bertrand 7782:   ;
                   7783:   return 0;
                   7784: }
                   7785: _ACEOF
1.15      bertrand 7786: if ac_fn_c_try_link "$LINENO"; then :
                   7787:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   7788: $as_echo "yes" >&6; }; POSTGRESQL_LIB="yes"
1.1       bertrand 7789: else
1.15      bertrand 7790:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   7791: $as_echo "no" >&6; }; POSTGRESQL_LIB="no"
                   7792: fi
                   7793: rm -f core conftest.err conftest.$ac_objext \
                   7794:     conftest$ac_exeext conftest.$ac_ext
                   7795:        LIBS=$saved_LIBS;
1.30      bertrand 7796:        if test $STATIC = no; then
                   7797:            libPgSQLlib="-L/$libPgSQLlib -lpq"
                   7798:        else
                   7799:            libPgSQLlib="$libPgSQLlib/libpq.a"
                   7800:            EXT_SQL="$EXT_SQL $libPgSQLlib"
                   7801:        fi
1.15      bertrand 7802:    fi
                   7803: fi
                   7804: 
                   7805: if test "$POSTGRESQL_SUPPORT" != "-DPOSTGRESQL_SUPPORT"; then
                   7806:    libPgSQLinc=
                   7807:    libPgSQLlib=
                   7808: fi
                   7809: 
                   7810: 
                   7811: 
                   7812: 
1.14      bertrand 7813: 
1.40      bertrand 7814: # with_postgresql : check [pas défini], yes [uniquement --with],
                   7815: # no [--without], valeur [--with=valeur].
                   7816: 
                   7817: # Check whether --with-bourne_shell was given.
                   7818: if test "${with_bourne_shell+set}" = set; then :
                   7819:   withval=$with_bourne_shell;
                   7820: else
                   7821:   with_bourne_shell=no
                   7822: fi
                   7823: 
                   7824: 
                   7825: if test "x$with_bourne_shell" = xyes; then
                   7826:    as_fn_error $? "You have to specify a valide shell path !" "$LINENO" 5
                   7827: fi
                   7828: 
                   7829: if test "x$with_bourne_shell" = xno; then
                   7830:    if test $(uname) = "OS/2"; then
                   7831:        as_fn_error $? "With OS/2 or eComstation, you have to specify a valide shell path !" "$LINENO" 5
                   7832:    fi
                   7833: 
                   7834:    BSH_PATH=
                   7835: else
                   7836:    if test ! -x $with_bourne_shell; then
                   7837:        as_fn_error $? "$with_bourne_shell is not executable !" "$LINENO" 5
                   7838:    fi
                   7839: 
                   7840:    if test $(uname) = "OS/2"; then
1.41      bertrand 7841:        with_os2_bourne_shell=$(echo $with_bourne_shell | \
                   7842:                sed -e '1,$s/\//\\\\\\\\/g')
                   7843:        BSH_PATH=-DBOURNE_SHELL=\"\\\"$with_os2_bourne_shell\\\"\"
1.40      bertrand 7844:    else
                   7845:        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --with-bourne-shell ignored" >&5
                   7846: $as_echo "$as_me: WARNING: --with-bourne-shell ignored" >&2;}
                   7847:        BSH_PATH=
                   7848:    fi
                   7849: fi
                   7850: 
1.15      bertrand 7851: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
                   7852: $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
1.57      bertrand 7853: if ${ac_cv_path_GREP+:} false; then :
1.15      bertrand 7854:   $as_echo_n "(cached) " >&6
                   7855: else
                   7856:   if test -z "$GREP"; then
                   7857:   ac_path_GREP_found=false
                   7858:   # Loop through the user's path and test for each of PROGNAME-LIST
                   7859:   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   7860: for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
                   7861: do
                   7862:   IFS=$as_save_IFS
                   7863:   test -z "$as_dir" && as_dir=.
                   7864:     for ac_prog in grep ggrep; do
                   7865:     for ac_exec_ext in '' $ac_executable_extensions; do
                   7866:       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
                   7867:       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
                   7868: # Check for GNU ac_path_GREP and select it if it is found.
                   7869:   # Check for GNU $ac_path_GREP
                   7870: case `"$ac_path_GREP" --version 2>&1` in
                   7871: *GNU*)
                   7872:   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
                   7873: *)
                   7874:   ac_count=0
                   7875:   $as_echo_n 0123456789 >"conftest.in"
                   7876:   while :
                   7877:   do
                   7878:     cat "conftest.in" "conftest.in" >"conftest.tmp"
                   7879:     mv "conftest.tmp" "conftest.in"
                   7880:     cp "conftest.in" "conftest.nl"
                   7881:     $as_echo 'GREP' >> "conftest.nl"
                   7882:     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
                   7883:     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
                   7884:     as_fn_arith $ac_count + 1 && ac_count=$as_val
                   7885:     if test $ac_count -gt ${ac_path_GREP_max-0}; then
                   7886:       # Best one so far, save it but keep looking for a better one
                   7887:       ac_cv_path_GREP="$ac_path_GREP"
                   7888:       ac_path_GREP_max=$ac_count
                   7889:     fi
                   7890:     # 10*(2^10) chars as input seems more than enough
                   7891:     test $ac_count -gt 10 && break
                   7892:   done
                   7893:   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
                   7894: esac
1.14      bertrand 7895: 
1.15      bertrand 7896:       $ac_path_GREP_found && break 3
                   7897:     done
                   7898:   done
                   7899:   done
                   7900: IFS=$as_save_IFS
                   7901:   if test -z "$ac_cv_path_GREP"; then
1.36      bertrand 7902:     as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
1.15      bertrand 7903:   fi
                   7904: else
                   7905:   ac_cv_path_GREP=$GREP
1.1       bertrand 7906: fi
                   7907: 
                   7908: fi
1.15      bertrand 7909: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
                   7910: $as_echo "$ac_cv_path_GREP" >&6; }
                   7911:  GREP="$ac_cv_path_GREP"
                   7912: 
                   7913: 
                   7914: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
                   7915: $as_echo_n "checking for egrep... " >&6; }
1.57      bertrand 7916: if ${ac_cv_path_EGREP+:} false; then :
1.15      bertrand 7917:   $as_echo_n "(cached) " >&6
                   7918: else
                   7919:   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
                   7920:    then ac_cv_path_EGREP="$GREP -E"
                   7921:    else
                   7922:      if test -z "$EGREP"; then
                   7923:   ac_path_EGREP_found=false
                   7924:   # Loop through the user's path and test for each of PROGNAME-LIST
                   7925:   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   7926: for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
                   7927: do
                   7928:   IFS=$as_save_IFS
                   7929:   test -z "$as_dir" && as_dir=.
                   7930:     for ac_prog in egrep; do
                   7931:     for ac_exec_ext in '' $ac_executable_extensions; do
                   7932:       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
                   7933:       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
                   7934: # Check for GNU ac_path_EGREP and select it if it is found.
                   7935:   # Check for GNU $ac_path_EGREP
                   7936: case `"$ac_path_EGREP" --version 2>&1` in
                   7937: *GNU*)
                   7938:   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
                   7939: *)
                   7940:   ac_count=0
                   7941:   $as_echo_n 0123456789 >"conftest.in"
                   7942:   while :
                   7943:   do
                   7944:     cat "conftest.in" "conftest.in" >"conftest.tmp"
                   7945:     mv "conftest.tmp" "conftest.in"
                   7946:     cp "conftest.in" "conftest.nl"
                   7947:     $as_echo 'EGREP' >> "conftest.nl"
                   7948:     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
                   7949:     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
                   7950:     as_fn_arith $ac_count + 1 && ac_count=$as_val
                   7951:     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
                   7952:       # Best one so far, save it but keep looking for a better one
                   7953:       ac_cv_path_EGREP="$ac_path_EGREP"
                   7954:       ac_path_EGREP_max=$ac_count
                   7955:     fi
                   7956:     # 10*(2^10) chars as input seems more than enough
                   7957:     test $ac_count -gt 10 && break
                   7958:   done
                   7959:   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
                   7960: esac
                   7961: 
                   7962:       $ac_path_EGREP_found && break 3
                   7963:     done
                   7964:   done
                   7965:   done
                   7966: IFS=$as_save_IFS
                   7967:   if test -z "$ac_cv_path_EGREP"; then
1.36      bertrand 7968:     as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
1.15      bertrand 7969:   fi
1.1       bertrand 7970: else
1.15      bertrand 7971:   ac_cv_path_EGREP=$EGREP
1.1       bertrand 7972: fi
                   7973: 
1.15      bertrand 7974:    fi
1.1       bertrand 7975: fi
1.15      bertrand 7976: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
                   7977: $as_echo "$ac_cv_path_EGREP" >&6; }
                   7978:  EGREP="$ac_cv_path_EGREP"
1.1       bertrand 7979: 
                   7980: 
1.15      bertrand 7981: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
                   7982: $as_echo_n "checking for ANSI C header files... " >&6; }
1.57      bertrand 7983: if ${ac_cv_header_stdc+:} false; then :
1.15      bertrand 7984:   $as_echo_n "(cached) " >&6
1.1       bertrand 7985: else
1.15      bertrand 7986:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 7987: /* end confdefs.h.  */
                   7988: #include <stdlib.h>
                   7989: #include <stdarg.h>
                   7990: #include <string.h>
                   7991: #include <float.h>
                   7992: 
                   7993: int
                   7994: main ()
                   7995: {
                   7996: 
                   7997:   ;
                   7998:   return 0;
                   7999: }
                   8000: _ACEOF
1.15      bertrand 8001: if ac_fn_c_try_compile "$LINENO"; then :
1.1       bertrand 8002:   ac_cv_header_stdc=yes
                   8003: else
1.15      bertrand 8004:   ac_cv_header_stdc=no
1.1       bertrand 8005: fi
                   8006: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   8007: 
                   8008: if test $ac_cv_header_stdc = yes; then
                   8009:   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
1.15      bertrand 8010:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 8011: /* end confdefs.h.  */
                   8012: #include <string.h>
                   8013: 
                   8014: _ACEOF
                   8015: if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1.15      bertrand 8016:   $EGREP "memchr" >/dev/null 2>&1; then :
                   8017: 
1.1       bertrand 8018: else
                   8019:   ac_cv_header_stdc=no
                   8020: fi
                   8021: rm -f conftest*
                   8022: 
                   8023: fi
                   8024: 
                   8025: if test $ac_cv_header_stdc = yes; then
                   8026:   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
1.15      bertrand 8027:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 8028: /* end confdefs.h.  */
                   8029: #include <stdlib.h>
                   8030: 
                   8031: _ACEOF
                   8032: if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1.15      bertrand 8033:   $EGREP "free" >/dev/null 2>&1; then :
                   8034: 
1.1       bertrand 8035: else
                   8036:   ac_cv_header_stdc=no
                   8037: fi
                   8038: rm -f conftest*
                   8039: 
                   8040: fi
                   8041: 
                   8042: if test $ac_cv_header_stdc = yes; then
                   8043:   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
1.15      bertrand 8044:   if test "$cross_compiling" = yes; then :
1.1       bertrand 8045:   :
                   8046: else
1.15      bertrand 8047:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 8048: /* end confdefs.h.  */
                   8049: #include <ctype.h>
                   8050: #include <stdlib.h>
                   8051: #if ((' ' & 0x0FF) == 0x020)
                   8052: # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
                   8053: # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
                   8054: #else
                   8055: # define ISLOWER(c) \
                   8056:           (('a' <= (c) && (c) <= 'i') \
                   8057:             || ('j' <= (c) && (c) <= 'r') \
                   8058:             || ('s' <= (c) && (c) <= 'z'))
                   8059: # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
                   8060: #endif
                   8061: 
                   8062: #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
                   8063: int
                   8064: main ()
                   8065: {
                   8066:   int i;
                   8067:   for (i = 0; i < 256; i++)
                   8068:     if (XOR (islower (i), ISLOWER (i))
                   8069:    || toupper (i) != TOUPPER (i))
                   8070:       return 2;
                   8071:   return 0;
                   8072: }
                   8073: _ACEOF
1.15      bertrand 8074: if ac_fn_c_try_run "$LINENO"; then :
                   8075: 
1.14      bertrand 8076: else
1.15      bertrand 8077:   ac_cv_header_stdc=no
                   8078: fi
                   8079: rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
                   8080:   conftest.$ac_objext conftest.beam conftest.$ac_ext
                   8081: fi
1.1       bertrand 8082: 
                   8083: fi
                   8084: fi
1.15      bertrand 8085: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
                   8086: $as_echo "$ac_cv_header_stdc" >&6; }
                   8087: if test $ac_cv_header_stdc = yes; then
1.1       bertrand 8088: 
1.15      bertrand 8089: $as_echo "#define STDC_HEADERS 1" >>confdefs.h
1.14      bertrand 8090: 
1.1       bertrand 8091: fi
                   8092: 
1.15      bertrand 8093: # On IRIX 5.3, sys/types and inttypes.h are conflicting.
                   8094: for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
                   8095:          inttypes.h stdint.h unistd.h
                   8096: do :
                   8097:   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
                   8098: ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
                   8099: "
1.36      bertrand 8100: if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
1.15      bertrand 8101:   cat >>confdefs.h <<_ACEOF
                   8102: #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
1.14      bertrand 8103: _ACEOF
1.1       bertrand 8104: 
                   8105: fi
                   8106: 
1.15      bertrand 8107: done
                   8108: 
                   8109: 
                   8110: # The cast to long int works around a bug in the HP C Compiler
                   8111: # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
                   8112: # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
                   8113: # This bug is HP SR number 8606223364.
                   8114: { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
                   8115: $as_echo_n "checking size of void *... " >&6; }
1.57      bertrand 8116: if ${ac_cv_sizeof_void_p+:} false; then :
1.15      bertrand 8117:   $as_echo_n "(cached) " >&6
                   8118: else
                   8119:   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p"        "$ac_includes_default"; then :
1.14      bertrand 8120: 
                   8121: else
1.15      bertrand 8122:   if test "$ac_cv_type_void_p" = yes; then
                   8123:      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
                   8124: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1.36      bertrand 8125: as_fn_error 77 "cannot compute sizeof (void *)
1.57      bertrand 8126: See \`config.log' for more details" "$LINENO" 5; }
1.15      bertrand 8127:    else
                   8128:      ac_cv_sizeof_void_p=0
                   8129:    fi
                   8130: fi
1.1       bertrand 8131: 
                   8132: fi
1.15      bertrand 8133: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
                   8134: $as_echo "$ac_cv_sizeof_void_p" >&6; }
                   8135: 
1.1       bertrand 8136: 
                   8137: 
1.15      bertrand 8138: cat >>confdefs.h <<_ACEOF
                   8139: #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
1.14      bertrand 8140: _ACEOF
1.1       bertrand 8141: 
1.15      bertrand 8142: 
                   8143: # The cast to long int works around a bug in the HP C Compiler
                   8144: # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
                   8145: # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
                   8146: # This bug is HP SR number 8606223364.
                   8147: { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of char" >&5
                   8148: $as_echo_n "checking size of char... " >&6; }
1.57      bertrand 8149: if ${ac_cv_sizeof_char+:} false; then :
1.15      bertrand 8150:   $as_echo_n "(cached) " >&6
                   8151: else
                   8152:   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (char))" "ac_cv_sizeof_char"        "$ac_includes_default"; then :
                   8153: 
                   8154: else
                   8155:   if test "$ac_cv_type_char" = yes; then
                   8156:      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
                   8157: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1.36      bertrand 8158: as_fn_error 77 "cannot compute sizeof (char)
1.57      bertrand 8159: See \`config.log' for more details" "$LINENO" 5; }
1.15      bertrand 8160:    else
                   8161:      ac_cv_sizeof_char=0
                   8162:    fi
                   8163: fi
                   8164: 
1.1       bertrand 8165: fi
1.15      bertrand 8166: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_char" >&5
                   8167: $as_echo "$ac_cv_sizeof_char" >&6; }
1.1       bertrand 8168: 
                   8169: 
                   8170: 
1.15      bertrand 8171: cat >>confdefs.h <<_ACEOF
                   8172: #define SIZEOF_CHAR $ac_cv_sizeof_char
                   8173: _ACEOF
1.1       bertrand 8174: 
                   8175: 
1.15      bertrand 8176: # The cast to long int works around a bug in the HP C Compiler
                   8177: # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
                   8178: # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
                   8179: # This bug is HP SR number 8606223364.
                   8180: { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short int" >&5
                   8181: $as_echo_n "checking size of short int... " >&6; }
1.57      bertrand 8182: if ${ac_cv_sizeof_short_int+:} false; then :
1.15      bertrand 8183:   $as_echo_n "(cached) " >&6
                   8184: else
                   8185:   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (short int))" "ac_cv_sizeof_short_int"        "$ac_includes_default"; then :
1.1       bertrand 8186: 
1.15      bertrand 8187: else
                   8188:   if test "$ac_cv_type_short_int" = yes; then
                   8189:      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
                   8190: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1.36      bertrand 8191: as_fn_error 77 "cannot compute sizeof (short int)
1.57      bertrand 8192: See \`config.log' for more details" "$LINENO" 5; }
1.15      bertrand 8193:    else
                   8194:      ac_cv_sizeof_short_int=0
                   8195:    fi
                   8196: fi
1.1       bertrand 8197: 
1.15      bertrand 8198: fi
                   8199: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_short_int" >&5
                   8200: $as_echo "$ac_cv_sizeof_short_int" >&6; }
1.1       bertrand 8201: 
                   8202: 
                   8203: 
1.15      bertrand 8204: cat >>confdefs.h <<_ACEOF
                   8205: #define SIZEOF_SHORT_INT $ac_cv_sizeof_short_int
                   8206: _ACEOF
1.1       bertrand 8207: 
                   8208: 
1.15      bertrand 8209: # The cast to long int works around a bug in the HP C Compiler
                   8210: # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
                   8211: # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
                   8212: # This bug is HP SR number 8606223364.
                   8213: { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
                   8214: $as_echo_n "checking size of int... " >&6; }
1.57      bertrand 8215: if ${ac_cv_sizeof_int+:} false; then :
1.15      bertrand 8216:   $as_echo_n "(cached) " >&6
                   8217: else
                   8218:   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int"        "$ac_includes_default"; then :
1.1       bertrand 8219: 
1.15      bertrand 8220: else
                   8221:   if test "$ac_cv_type_int" = yes; then
                   8222:      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
                   8223: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1.36      bertrand 8224: as_fn_error 77 "cannot compute sizeof (int)
1.57      bertrand 8225: See \`config.log' for more details" "$LINENO" 5; }
1.15      bertrand 8226:    else
                   8227:      ac_cv_sizeof_int=0
                   8228:    fi
                   8229: fi
1.1       bertrand 8230: 
1.15      bertrand 8231: fi
                   8232: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
                   8233: $as_echo "$ac_cv_sizeof_int" >&6; }
1.1       bertrand 8234: 
                   8235: 
                   8236: 
1.15      bertrand 8237: cat >>confdefs.h <<_ACEOF
                   8238: #define SIZEOF_INT $ac_cv_sizeof_int
                   8239: _ACEOF
1.1       bertrand 8240: 
                   8241: 
1.15      bertrand 8242: # The cast to long int works around a bug in the HP C Compiler
                   8243: # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
                   8244: # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
                   8245: # This bug is HP SR number 8606223364.
                   8246: { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long int" >&5
                   8247: $as_echo_n "checking size of long int... " >&6; }
1.57      bertrand 8248: if ${ac_cv_sizeof_long_int+:} false; then :
1.15      bertrand 8249:   $as_echo_n "(cached) " >&6
                   8250: else
                   8251:   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long int))" "ac_cv_sizeof_long_int"        "$ac_includes_default"; then :
1.1       bertrand 8252: 
1.14      bertrand 8253: else
1.15      bertrand 8254:   if test "$ac_cv_type_long_int" = yes; then
                   8255:      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
                   8256: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1.36      bertrand 8257: as_fn_error 77 "cannot compute sizeof (long int)
1.57      bertrand 8258: See \`config.log' for more details" "$LINENO" 5; }
1.15      bertrand 8259:    else
                   8260:      ac_cv_sizeof_long_int=0
                   8261:    fi
                   8262: fi
1.1       bertrand 8263: 
                   8264: fi
1.15      bertrand 8265: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_int" >&5
                   8266: $as_echo "$ac_cv_sizeof_long_int" >&6; }
                   8267: 
1.1       bertrand 8268: 
                   8269: 
1.15      bertrand 8270: cat >>confdefs.h <<_ACEOF
                   8271: #define SIZEOF_LONG_INT $ac_cv_sizeof_long_int
1.14      bertrand 8272: _ACEOF
1.15      bertrand 8273: 
                   8274: 
                   8275: # The cast to long int works around a bug in the HP C Compiler
                   8276: # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
                   8277: # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
                   8278: # This bug is HP SR number 8606223364.
                   8279: { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long int" >&5
                   8280: $as_echo_n "checking size of long long int... " >&6; }
1.57      bertrand 8281: if ${ac_cv_sizeof_long_long_int+:} false; then :
1.15      bertrand 8282:   $as_echo_n "(cached) " >&6
                   8283: else
                   8284:   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long int))" "ac_cv_sizeof_long_long_int"        "$ac_includes_default"; then :
                   8285: 
1.14      bertrand 8286: else
1.15      bertrand 8287:   if test "$ac_cv_type_long_long_int" = yes; then
                   8288:      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
                   8289: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1.36      bertrand 8290: as_fn_error 77 "cannot compute sizeof (long long int)
1.57      bertrand 8291: See \`config.log' for more details" "$LINENO" 5; }
1.15      bertrand 8292:    else
                   8293:      ac_cv_sizeof_long_long_int=0
                   8294:    fi
                   8295: fi
1.1       bertrand 8296: 
1.14      bertrand 8297: fi
1.15      bertrand 8298: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long_int" >&5
                   8299: $as_echo "$ac_cv_sizeof_long_long_int" >&6; }
                   8300: 
                   8301: 
                   8302: 
                   8303: cat >>confdefs.h <<_ACEOF
                   8304: #define SIZEOF_LONG_LONG_INT $ac_cv_sizeof_long_long_int
                   8305: _ACEOF
1.1       bertrand 8306: 
                   8307: 
1.15      bertrand 8308: # The cast to long int works around a bug in the HP C Compiler
                   8309: # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
                   8310: # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
                   8311: # This bug is HP SR number 8606223364.
                   8312: { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of float" >&5
                   8313: $as_echo_n "checking size of float... " >&6; }
1.57      bertrand 8314: if ${ac_cv_sizeof_float+:} false; then :
1.15      bertrand 8315:   $as_echo_n "(cached) " >&6
                   8316: else
                   8317:   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (float))" "ac_cv_sizeof_float"        "$ac_includes_default"; then :
1.1       bertrand 8318: 
                   8319: else
1.15      bertrand 8320:   if test "$ac_cv_type_float" = yes; then
                   8321:      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
                   8322: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1.36      bertrand 8323: as_fn_error 77 "cannot compute sizeof (float)
1.57      bertrand 8324: See \`config.log' for more details" "$LINENO" 5; }
1.15      bertrand 8325:    else
                   8326:      ac_cv_sizeof_float=0
                   8327:    fi
1.14      bertrand 8328: fi
                   8329: 
1.1       bertrand 8330: fi
1.15      bertrand 8331: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_float" >&5
                   8332: $as_echo "$ac_cv_sizeof_float" >&6; }
                   8333: 
                   8334: 
                   8335: 
                   8336: cat >>confdefs.h <<_ACEOF
                   8337: #define SIZEOF_FLOAT $ac_cv_sizeof_float
1.14      bertrand 8338: _ACEOF
1.1       bertrand 8339: 
                   8340: 
1.15      bertrand 8341: # The cast to long int works around a bug in the HP C Compiler
                   8342: # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
                   8343: # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
                   8344: # This bug is HP SR number 8606223364.
                   8345: { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of double" >&5
                   8346: $as_echo_n "checking size of double... " >&6; }
1.57      bertrand 8347: if ${ac_cv_sizeof_double+:} false; then :
1.15      bertrand 8348:   $as_echo_n "(cached) " >&6
                   8349: else
                   8350:   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (double))" "ac_cv_sizeof_double"        "$ac_includes_default"; then :
1.1       bertrand 8351: 
1.15      bertrand 8352: else
                   8353:   if test "$ac_cv_type_double" = yes; then
                   8354:      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
                   8355: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1.36      bertrand 8356: as_fn_error 77 "cannot compute sizeof (double)
1.57      bertrand 8357: See \`config.log' for more details" "$LINENO" 5; }
1.15      bertrand 8358:    else
                   8359:      ac_cv_sizeof_double=0
                   8360:    fi
                   8361: fi
1.1       bertrand 8362: 
1.15      bertrand 8363: fi
                   8364: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_double" >&5
                   8365: $as_echo "$ac_cv_sizeof_double" >&6; }
1.14      bertrand 8366: 
1.1       bertrand 8367: 
                   8368: 
1.15      bertrand 8369: cat >>confdefs.h <<_ACEOF
                   8370: #define SIZEOF_DOUBLE $ac_cv_sizeof_double
1.14      bertrand 8371: _ACEOF
1.15      bertrand 8372: 
                   8373: 
                   8374: # The cast to long int works around a bug in the HP C Compiler
                   8375: # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
                   8376: # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
                   8377: # This bug is HP SR number 8606223364.
                   8378: { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long double" >&5
                   8379: $as_echo_n "checking size of long double... " >&6; }
1.57      bertrand 8380: if ${ac_cv_sizeof_long_double+:} false; then :
1.15      bertrand 8381:   $as_echo_n "(cached) " >&6
                   8382: else
                   8383:   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long double))" "ac_cv_sizeof_long_double"        "$ac_includes_default"; then :
                   8384: 
1.14      bertrand 8385: else
1.15      bertrand 8386:   if test "$ac_cv_type_long_double" = yes; then
                   8387:      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
                   8388: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1.36      bertrand 8389: as_fn_error 77 "cannot compute sizeof (long double)
1.57      bertrand 8390: See \`config.log' for more details" "$LINENO" 5; }
1.15      bertrand 8391:    else
                   8392:      ac_cv_sizeof_long_double=0
                   8393:    fi
                   8394: fi
1.1       bertrand 8395: 
                   8396: fi
1.15      bertrand 8397: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_double" >&5
                   8398: $as_echo "$ac_cv_sizeof_long_double" >&6; }
                   8399: 
1.1       bertrand 8400: 
                   8401: 
1.15      bertrand 8402: cat >>confdefs.h <<_ACEOF
                   8403: #define SIZEOF_LONG_DOUBLE $ac_cv_sizeof_long_double
1.1       bertrand 8404: _ACEOF
                   8405: 
                   8406: 
1.15      bertrand 8407: 
                   8408: ac_header_dirent=no
                   8409: for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
                   8410:   as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
                   8411: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
                   8412: $as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }
1.57      bertrand 8413: if eval \${$as_ac_Header+:} false; then :
1.15      bertrand 8414:   $as_echo_n "(cached) " >&6
1.1       bertrand 8415: else
1.15      bertrand 8416:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.14      bertrand 8417: /* end confdefs.h.  */
                   8418: #include <sys/types.h>
1.15      bertrand 8419: #include <$ac_hdr>
1.1       bertrand 8420: 
1.15      bertrand 8421: int
                   8422: main ()
                   8423: {
                   8424: if ((DIR *) 0)
                   8425: return 0;
                   8426:   ;
                   8427:   return 0;
                   8428: }
1.1       bertrand 8429: _ACEOF
1.15      bertrand 8430: if ac_fn_c_try_compile "$LINENO"; then :
                   8431:   eval "$as_ac_Header=yes"
1.1       bertrand 8432: else
1.15      bertrand 8433:   eval "$as_ac_Header=no"
                   8434: fi
                   8435: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.1       bertrand 8436: fi
1.15      bertrand 8437: eval ac_res=\$$as_ac_Header
                   8438:           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
                   8439: $as_echo "$ac_res" >&6; }
1.36      bertrand 8440: if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
1.15      bertrand 8441:   cat >>confdefs.h <<_ACEOF
                   8442: #define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
                   8443: _ACEOF
1.1       bertrand 8444: 
1.15      bertrand 8445: ac_header_dirent=$ac_hdr; break
1.1       bertrand 8446: fi
                   8447: 
1.15      bertrand 8448: done
                   8449: # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
                   8450: if test $ac_header_dirent = dirent.h; then
                   8451:   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
                   8452: $as_echo_n "checking for library containing opendir... " >&6; }
1.57      bertrand 8453: if ${ac_cv_search_opendir+:} false; then :
1.15      bertrand 8454:   $as_echo_n "(cached) " >&6
                   8455: else
                   8456:   ac_func_search_save_LIBS=$LIBS
                   8457: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
                   8458: /* end confdefs.h.  */
                   8459: 
                   8460: /* Override any GCC internal prototype to avoid an error.
                   8461:    Use char because int might match the return type of a GCC
                   8462:    builtin and then its argument prototype would still apply.  */
                   8463: #ifdef __cplusplus
                   8464: extern "C"
                   8465: #endif
                   8466: char opendir ();
                   8467: int
                   8468: main ()
                   8469: {
                   8470: return opendir ();
                   8471:   ;
                   8472:   return 0;
                   8473: }
1.14      bertrand 8474: _ACEOF
1.15      bertrand 8475: for ac_lib in '' dir; do
                   8476:   if test -z "$ac_lib"; then
                   8477:     ac_res="none required"
                   8478:   else
                   8479:     ac_res=-l$ac_lib
                   8480:     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
                   8481:   fi
                   8482:   if ac_fn_c_try_link "$LINENO"; then :
                   8483:   ac_cv_search_opendir=$ac_res
                   8484: fi
                   8485: rm -f core conftest.err conftest.$ac_objext \
                   8486:     conftest$ac_exeext
1.57      bertrand 8487:   if ${ac_cv_search_opendir+:} false; then :
1.15      bertrand 8488:   break
                   8489: fi
                   8490: done
1.57      bertrand 8491: if ${ac_cv_search_opendir+:} false; then :
1.1       bertrand 8492: 
1.15      bertrand 8493: else
                   8494:   ac_cv_search_opendir=no
                   8495: fi
                   8496: rm conftest.$ac_ext
                   8497: LIBS=$ac_func_search_save_LIBS
                   8498: fi
                   8499: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
                   8500: $as_echo "$ac_cv_search_opendir" >&6; }
                   8501: ac_res=$ac_cv_search_opendir
                   8502: if test "$ac_res" != no; then :
                   8503:   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
1.1       bertrand 8504: 
1.14      bertrand 8505: fi
1.1       bertrand 8506: 
                   8507: else
1.15      bertrand 8508:   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
                   8509: $as_echo_n "checking for library containing opendir... " >&6; }
1.57      bertrand 8510: if ${ac_cv_search_opendir+:} false; then :
1.15      bertrand 8511:   $as_echo_n "(cached) " >&6
                   8512: else
                   8513:   ac_func_search_save_LIBS=$LIBS
                   8514: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 8515: /* end confdefs.h.  */
1.15      bertrand 8516: 
                   8517: /* Override any GCC internal prototype to avoid an error.
                   8518:    Use char because int might match the return type of a GCC
                   8519:    builtin and then its argument prototype would still apply.  */
                   8520: #ifdef __cplusplus
                   8521: extern "C"
                   8522: #endif
                   8523: char opendir ();
1.1       bertrand 8524: int
                   8525: main ()
                   8526: {
1.15      bertrand 8527: return opendir ();
1.1       bertrand 8528:   ;
                   8529:   return 0;
                   8530: }
                   8531: _ACEOF
1.15      bertrand 8532: for ac_lib in '' x; do
                   8533:   if test -z "$ac_lib"; then
                   8534:     ac_res="none required"
                   8535:   else
                   8536:     ac_res=-l$ac_lib
                   8537:     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
                   8538:   fi
                   8539:   if ac_fn_c_try_link "$LINENO"; then :
                   8540:   ac_cv_search_opendir=$ac_res
                   8541: fi
                   8542: rm -f core conftest.err conftest.$ac_objext \
                   8543:     conftest$ac_exeext
1.57      bertrand 8544:   if ${ac_cv_search_opendir+:} false; then :
1.15      bertrand 8545:   break
                   8546: fi
                   8547: done
1.57      bertrand 8548: if ${ac_cv_search_opendir+:} false; then :
1.15      bertrand 8549: 
1.1       bertrand 8550: else
1.15      bertrand 8551:   ac_cv_search_opendir=no
                   8552: fi
                   8553: rm conftest.$ac_ext
                   8554: LIBS=$ac_func_search_save_LIBS
1.1       bertrand 8555: fi
1.15      bertrand 8556: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
                   8557: $as_echo "$ac_cv_search_opendir" >&6; }
                   8558: ac_res=$ac_cv_search_opendir
                   8559: if test "$ac_res" != no; then :
                   8560:   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
1.14      bertrand 8561: 
1.1       bertrand 8562: fi
                   8563: 
                   8564: fi
                   8565: 
1.15      bertrand 8566: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
                   8567: $as_echo_n "checking for ANSI C header files... " >&6; }
1.57      bertrand 8568: if ${ac_cv_header_stdc+:} false; then :
1.15      bertrand 8569:   $as_echo_n "(cached) " >&6
1.1       bertrand 8570: else
1.15      bertrand 8571:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 8572: /* end confdefs.h.  */
1.15      bertrand 8573: #include <stdlib.h>
                   8574: #include <stdarg.h>
                   8575: #include <string.h>
                   8576: #include <float.h>
                   8577: 
1.1       bertrand 8578: int
                   8579: main ()
                   8580: {
1.15      bertrand 8581: 
1.1       bertrand 8582:   ;
                   8583:   return 0;
                   8584: }
                   8585: _ACEOF
1.15      bertrand 8586: if ac_fn_c_try_compile "$LINENO"; then :
                   8587:   ac_cv_header_stdc=yes
1.14      bertrand 8588: else
1.15      bertrand 8589:   ac_cv_header_stdc=no
                   8590: fi
                   8591: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   8592: 
                   8593: if test $ac_cv_header_stdc = yes; then
                   8594:   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
                   8595:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
                   8596: /* end confdefs.h.  */
                   8597: #include <string.h>
                   8598: 
                   8599: _ACEOF
                   8600: if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
                   8601:   $EGREP "memchr" >/dev/null 2>&1; then :
1.14      bertrand 8602: 
1.15      bertrand 8603: else
                   8604:   ac_cv_header_stdc=no
1.1       bertrand 8605: fi
1.15      bertrand 8606: rm -f conftest*
1.14      bertrand 8607: 
1.1       bertrand 8608: fi
                   8609: 
1.15      bertrand 8610: if test $ac_cv_header_stdc = yes; then
                   8611:   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
                   8612:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
                   8613: /* end confdefs.h.  */
                   8614: #include <stdlib.h>
                   8615: 
1.14      bertrand 8616: _ACEOF
1.15      bertrand 8617: if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
                   8618:   $EGREP "free" >/dev/null 2>&1; then :
                   8619: 
                   8620: else
                   8621:   ac_cv_header_stdc=no
                   8622: fi
                   8623: rm -f conftest*
1.1       bertrand 8624: 
                   8625: fi
                   8626: 
1.15      bertrand 8627: if test $ac_cv_header_stdc = yes; then
                   8628:   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
                   8629:   if test "$cross_compiling" = yes; then :
                   8630:   :
1.1       bertrand 8631: else
1.15      bertrand 8632:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 8633: /* end confdefs.h.  */
1.15      bertrand 8634: #include <ctype.h>
                   8635: #include <stdlib.h>
                   8636: #if ((' ' & 0x0FF) == 0x020)
                   8637: # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
                   8638: # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
                   8639: #else
                   8640: # define ISLOWER(c) \
                   8641:           (('a' <= (c) && (c) <= 'i') \
                   8642:             || ('j' <= (c) && (c) <= 'r') \
                   8643:             || ('s' <= (c) && (c) <= 'z'))
                   8644: # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
                   8645: #endif
1.1       bertrand 8646: 
1.15      bertrand 8647: #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
1.1       bertrand 8648: int
                   8649: main ()
                   8650: {
1.15      bertrand 8651:   int i;
                   8652:   for (i = 0; i < 256; i++)
                   8653:     if (XOR (islower (i), ISLOWER (i))
                   8654:    || toupper (i) != TOUPPER (i))
                   8655:       return 2;
1.1       bertrand 8656:   return 0;
                   8657: }
                   8658: _ACEOF
1.15      bertrand 8659: if ac_fn_c_try_run "$LINENO"; then :
                   8660: 
1.14      bertrand 8661: else
1.15      bertrand 8662:   ac_cv_header_stdc=no
                   8663: fi
                   8664: rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
                   8665:   conftest.$ac_objext conftest.beam conftest.$ac_ext
                   8666: fi
1.14      bertrand 8667: 
1.1       bertrand 8668: fi
                   8669: fi
1.15      bertrand 8670: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
                   8671: $as_echo "$ac_cv_header_stdc" >&6; }
                   8672: if test $ac_cv_header_stdc = yes; then
1.1       bertrand 8673: 
1.15      bertrand 8674: $as_echo "#define STDC_HEADERS 1" >>confdefs.h
1.1       bertrand 8675: 
                   8676: fi
                   8677: 
1.15      bertrand 8678: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
                   8679: $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
1.57      bertrand 8680: if ${ac_cv_header_sys_wait_h+:} false; then :
1.15      bertrand 8681:   $as_echo_n "(cached) " >&6
1.1       bertrand 8682: else
1.15      bertrand 8683:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 8684: /* end confdefs.h.  */
1.14      bertrand 8685: #include <sys/types.h>
1.15      bertrand 8686: #include <sys/wait.h>
                   8687: #ifndef WEXITSTATUS
                   8688: # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
                   8689: #endif
                   8690: #ifndef WIFEXITED
                   8691: # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
                   8692: #endif
1.1       bertrand 8693: 
                   8694: int
                   8695: main ()
                   8696: {
1.15      bertrand 8697:   int s;
                   8698:   wait (&s);
                   8699:   s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
1.1       bertrand 8700:   ;
                   8701:   return 0;
                   8702: }
                   8703: _ACEOF
1.15      bertrand 8704: if ac_fn_c_try_compile "$LINENO"; then :
                   8705:   ac_cv_header_sys_wait_h=yes
1.1       bertrand 8706: else
1.15      bertrand 8707:   ac_cv_header_sys_wait_h=no
                   8708: fi
                   8709: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   8710: fi
                   8711: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
                   8712: $as_echo "$ac_cv_header_sys_wait_h" >&6; }
                   8713: if test $ac_cv_header_sys_wait_h = yes; then
1.1       bertrand 8714: 
1.15      bertrand 8715: $as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
1.1       bertrand 8716: 
                   8717: fi
                   8718: 
1.15      bertrand 8719: for ac_header in dlfcn.h fcntl.h math.h pwd.h signal.h string.h termios.h \
                   8720:        time.h unistd.h sys/resource.h sys/stat.h sys/time.h sys/timeb.h \
                   8721:        sys/types.h sys/select.h sys/wait.h stdio.h stdlib.h pthread.h
                   8722: do :
                   8723:   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
                   8724: ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
1.36      bertrand 8725: if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
1.15      bertrand 8726:   cat >>confdefs.h <<_ACEOF
                   8727: #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
1.1       bertrand 8728: _ACEOF
                   8729: 
                   8730: fi
                   8731: 
1.15      bertrand 8732: done
                   8733: 
1.1       bertrand 8734: 
1.15      bertrand 8735: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
                   8736: $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
1.57      bertrand 8737: if ${ac_cv_c_const+:} false; then :
1.15      bertrand 8738:   $as_echo_n "(cached) " >&6
1.1       bertrand 8739: else
1.15      bertrand 8740:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 8741: /* end confdefs.h.  */
                   8742: 
                   8743: int
                   8744: main ()
                   8745: {
1.15      bertrand 8746: /* FIXME: Include the comments suggested by Paul. */
                   8747: #ifndef __cplusplus
                   8748:   /* Ultrix mips cc rejects this.  */
                   8749:   typedef int charset[2];
                   8750:   const charset cs;
                   8751:   /* SunOS 4.1.1 cc rejects this.  */
                   8752:   char const *const *pcpcc;
                   8753:   char **ppc;
                   8754:   /* NEC SVR4.0.2 mips cc rejects this.  */
                   8755:   struct point {int x, y;};
                   8756:   static struct point const zero = {0,0};
                   8757:   /* AIX XL C 1.02.0.0 rejects this.
                   8758:      It does not let you subtract one const X* pointer from another in
                   8759:      an arm of an if-expression whose if-part is not a constant
                   8760:      expression */
                   8761:   const char *g = "string";
                   8762:   pcpcc = &g + (g ? g-g : 0);
                   8763:   /* HPUX 7.0 cc rejects these. */
                   8764:   ++pcpcc;
                   8765:   ppc = (char**) pcpcc;
                   8766:   pcpcc = (char const *const *) ppc;
                   8767:   { /* SCO 3.2v4 cc rejects this.  */
                   8768:     char *t;
                   8769:     char const *s = 0 ? (char *) 0 : (char const *) 0;
                   8770: 
                   8771:     *t++ = 0;
                   8772:     if (s) return 0;
                   8773:   }
                   8774:   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
                   8775:     int x[] = {25, 17};
                   8776:     const int *foo = &x[0];
                   8777:     ++foo;
                   8778:   }
                   8779:   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
                   8780:     typedef const int *iptr;
                   8781:     iptr p = 0;
                   8782:     ++p;
                   8783:   }
                   8784:   { /* AIX XL C 1.02.0.0 rejects this saying
                   8785:        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
                   8786:     struct s { int j; const int *ap[3]; };
                   8787:     struct s *b; b->j = 5;
                   8788:   }
                   8789:   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
                   8790:     const int foo = 10;
                   8791:     if (!foo) return 0;
                   8792:   }
                   8793:   return !cs[0] && !zero.x;
                   8794: #endif
                   8795: 
1.14      bertrand 8796:   ;
1.1       bertrand 8797:   return 0;
                   8798: }
                   8799: _ACEOF
1.15      bertrand 8800: if ac_fn_c_try_compile "$LINENO"; then :
                   8801:   ac_cv_c_const=yes
1.14      bertrand 8802: else
1.15      bertrand 8803:   ac_cv_c_const=no
1.1       bertrand 8804: fi
1.14      bertrand 8805: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.1       bertrand 8806: fi
1.15      bertrand 8807: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
                   8808: $as_echo "$ac_cv_c_const" >&6; }
                   8809: if test $ac_cv_c_const = no; then
1.1       bertrand 8810: 
1.15      bertrand 8811: $as_echo "#define const /**/" >>confdefs.h
1.1       bertrand 8812: 
1.15      bertrand 8813: fi
1.1       bertrand 8814: 
1.15      bertrand 8815: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uid_t in sys/types.h" >&5
                   8816: $as_echo_n "checking for uid_t in sys/types.h... " >&6; }
1.57      bertrand 8817: if ${ac_cv_type_uid_t+:} false; then :
1.15      bertrand 8818:   $as_echo_n "(cached) " >&6
1.1       bertrand 8819: else
1.15      bertrand 8820:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 8821: /* end confdefs.h.  */
1.15      bertrand 8822: #include <sys/types.h>
                   8823: 
1.1       bertrand 8824: _ACEOF
1.15      bertrand 8825: if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
                   8826:   $EGREP "uid_t" >/dev/null 2>&1; then :
                   8827:   ac_cv_type_uid_t=yes
1.1       bertrand 8828: else
1.15      bertrand 8829:   ac_cv_type_uid_t=no
                   8830: fi
                   8831: rm -f conftest*
1.14      bertrand 8832: 
1.1       bertrand 8833: fi
1.15      bertrand 8834: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_uid_t" >&5
                   8835: $as_echo "$ac_cv_type_uid_t" >&6; }
                   8836: if test $ac_cv_type_uid_t = no; then
1.1       bertrand 8837: 
1.15      bertrand 8838: $as_echo "#define uid_t int" >>confdefs.h
1.1       bertrand 8839: 
                   8840: 
1.15      bertrand 8841: $as_echo "#define gid_t int" >>confdefs.h
1.1       bertrand 8842: 
                   8843: fi
                   8844: 
1.15      bertrand 8845: ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
1.57      bertrand 8846: if test "x$ac_cv_type_pid_t" = xyes; then :
1.1       bertrand 8847: 
                   8848: else
1.15      bertrand 8849: 
                   8850: cat >>confdefs.h <<_ACEOF
                   8851: #define pid_t int
1.14      bertrand 8852: _ACEOF
                   8853: 
1.15      bertrand 8854: fi
1.14      bertrand 8855: 
1.15      bertrand 8856: ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
1.57      bertrand 8857: if test "x$ac_cv_type_size_t" = xyes; then :
1.14      bertrand 8858: 
1.15      bertrand 8859: else
1.1       bertrand 8860: 
1.15      bertrand 8861: cat >>confdefs.h <<_ACEOF
                   8862: #define size_t unsigned int
1.1       bertrand 8863: _ACEOF
1.14      bertrand 8864: 
1.1       bertrand 8865: fi
                   8866: 
1.15      bertrand 8867: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
                   8868: $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
1.57      bertrand 8869: if ${ac_cv_header_time+:} false; then :
1.15      bertrand 8870:   $as_echo_n "(cached) " >&6
1.1       bertrand 8871: else
1.15      bertrand 8872:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 8873: /* end confdefs.h.  */
1.15      bertrand 8874: #include <sys/types.h>
                   8875: #include <sys/time.h>
                   8876: #include <time.h>
1.1       bertrand 8877: 
1.14      bertrand 8878: int
                   8879: main ()
                   8880: {
1.15      bertrand 8881: if ((struct tm *) 0)
                   8882: return 0;
1.14      bertrand 8883:   ;
                   8884:   return 0;
                   8885: }
1.1       bertrand 8886: _ACEOF
1.15      bertrand 8887: if ac_fn_c_try_compile "$LINENO"; then :
                   8888:   ac_cv_header_time=yes
1.1       bertrand 8889: else
1.15      bertrand 8890:   ac_cv_header_time=no
1.1       bertrand 8891: fi
1.15      bertrand 8892: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.1       bertrand 8893: fi
1.15      bertrand 8894: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
                   8895: $as_echo "$ac_cv_header_time" >&6; }
                   8896: if test $ac_cv_header_time = yes; then
1.1       bertrand 8897: 
1.15      bertrand 8898: $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
1.1       bertrand 8899: 
                   8900: fi
                   8901: 
1.15      bertrand 8902: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5
                   8903: $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }
1.57      bertrand 8904: if ${ac_cv_struct_tm+:} false; then :
1.15      bertrand 8905:   $as_echo_n "(cached) " >&6
1.1       bertrand 8906: else
1.15      bertrand 8907:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.14      bertrand 8908: /* end confdefs.h.  */
1.15      bertrand 8909: #include <sys/types.h>
                   8910: #include <time.h>
1.1       bertrand 8911: 
                   8912: int
                   8913: main ()
                   8914: {
1.15      bertrand 8915: struct tm tm;
                   8916:                     int *p = &tm.tm_sec;
                   8917:                     return !p;
1.1       bertrand 8918:   ;
                   8919:   return 0;
                   8920: }
                   8921: _ACEOF
1.15      bertrand 8922: if ac_fn_c_try_compile "$LINENO"; then :
                   8923:   ac_cv_struct_tm=time.h
1.1       bertrand 8924: else
1.15      bertrand 8925:   ac_cv_struct_tm=sys/time.h
                   8926: fi
                   8927: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   8928: fi
                   8929: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_struct_tm" >&5
                   8930: $as_echo "$ac_cv_struct_tm" >&6; }
                   8931: if test $ac_cv_struct_tm = sys/time.h; then
                   8932: 
                   8933: $as_echo "#define TM_IN_SYS_TIME 1" >>confdefs.h
1.14      bertrand 8934: 
1.1       bertrand 8935: fi
                   8936: 
                   8937: 
1.15      bertrand 8938: { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
                   8939: $as_echo_n "checking return type of signal handlers... " >&6; }
1.57      bertrand 8940: if ${ac_cv_type_signal+:} false; then :
1.15      bertrand 8941:   $as_echo_n "(cached) " >&6
1.1       bertrand 8942: else
1.15      bertrand 8943:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 8944: /* end confdefs.h.  */
1.15      bertrand 8945: #include <sys/types.h>
                   8946: #include <signal.h>
1.1       bertrand 8947: 
                   8948: int
                   8949: main ()
                   8950: {
1.15      bertrand 8951: return *(signal (0, 0)) (0) == 1;
1.1       bertrand 8952:   ;
                   8953:   return 0;
                   8954: }
                   8955: _ACEOF
1.15      bertrand 8956: if ac_fn_c_try_compile "$LINENO"; then :
                   8957:   ac_cv_type_signal=int
1.1       bertrand 8958: else
1.15      bertrand 8959:   ac_cv_type_signal=void
1.1       bertrand 8960: fi
1.15      bertrand 8961: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.1       bertrand 8962: fi
1.15      bertrand 8963: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
                   8964: $as_echo "$ac_cv_type_signal" >&6; }
1.14      bertrand 8965: 
1.15      bertrand 8966: cat >>confdefs.h <<_ACEOF
                   8967: #define RETSIGTYPE $ac_cv_type_signal
1.14      bertrand 8968: _ACEOF
1.1       bertrand 8969: 
1.15      bertrand 8970: 
                   8971: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working strcoll" >&5
                   8972: $as_echo_n "checking for working strcoll... " >&6; }
1.57      bertrand 8973: if ${ac_cv_func_strcoll_works+:} false; then :
1.15      bertrand 8974:   $as_echo_n "(cached) " >&6
                   8975: else
                   8976:   if test "$cross_compiling" = yes; then :
                   8977:   ac_cv_func_strcoll_works=no
                   8978: else
                   8979:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
                   8980: /* end confdefs.h.  */
                   8981: $ac_includes_default
                   8982: int
                   8983: main ()
                   8984: {
                   8985: return (strcoll ("abc", "def") >= 0 ||
                   8986:     strcoll ("ABC", "DEF") >= 0 ||
                   8987:     strcoll ("123", "456") >= 0)
                   8988:   ;
                   8989:   return 0;
                   8990: }
                   8991: _ACEOF
                   8992: if ac_fn_c_try_run "$LINENO"; then :
                   8993:   ac_cv_func_strcoll_works=yes
                   8994: else
                   8995:   ac_cv_func_strcoll_works=no
                   8996: fi
                   8997: rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
                   8998:   conftest.$ac_objext conftest.beam conftest.$ac_ext
1.14      bertrand 8999: fi
1.1       bertrand 9000: 
                   9001: fi
1.15      bertrand 9002: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_strcoll_works" >&5
                   9003: $as_echo "$ac_cv_func_strcoll_works" >&6; }
                   9004: if test $ac_cv_func_strcoll_works = yes; then
1.14      bertrand 9005: 
1.15      bertrand 9006: $as_echo "#define HAVE_STRCOLL 1" >>confdefs.h
1.1       bertrand 9007: 
1.15      bertrand 9008: fi
1.1       bertrand 9009: 
1.15      bertrand 9010: for ac_func in strftime
                   9011: do :
                   9012:   ac_fn_c_check_func "$LINENO" "strftime" "ac_cv_func_strftime"
1.57      bertrand 9013: if test "x$ac_cv_func_strftime" = xyes; then :
1.15      bertrand 9014:   cat >>confdefs.h <<_ACEOF
                   9015: #define HAVE_STRFTIME 1
                   9016: _ACEOF
1.1       bertrand 9017: 
                   9018: else
1.15      bertrand 9019:   # strftime is in -lintl on SCO UNIX.
                   9020: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strftime in -lintl" >&5
                   9021: $as_echo_n "checking for strftime in -lintl... " >&6; }
1.57      bertrand 9022: if ${ac_cv_lib_intl_strftime+:} false; then :
1.15      bertrand 9023:   $as_echo_n "(cached) " >&6
                   9024: else
                   9025:   ac_check_lib_save_LIBS=$LIBS
                   9026: LIBS="-lintl  $LIBS"
                   9027: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 9028: /* end confdefs.h.  */
                   9029: 
                   9030: /* Override any GCC internal prototype to avoid an error.
                   9031:    Use char because int might match the return type of a GCC
                   9032:    builtin and then its argument prototype would still apply.  */
                   9033: #ifdef __cplusplus
                   9034: extern "C"
                   9035: #endif
1.15      bertrand 9036: char strftime ();
1.1       bertrand 9037: int
                   9038: main ()
                   9039: {
1.15      bertrand 9040: return strftime ();
1.1       bertrand 9041:   ;
                   9042:   return 0;
                   9043: }
                   9044: _ACEOF
1.15      bertrand 9045: if ac_fn_c_try_link "$LINENO"; then :
                   9046:   ac_cv_lib_intl_strftime=yes
1.1       bertrand 9047: else
1.15      bertrand 9048:   ac_cv_lib_intl_strftime=no
                   9049: fi
                   9050: rm -f core conftest.err conftest.$ac_objext \
                   9051:     conftest$ac_exeext conftest.$ac_ext
                   9052: LIBS=$ac_check_lib_save_LIBS
                   9053: fi
                   9054: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_strftime" >&5
                   9055: $as_echo "$ac_cv_lib_intl_strftime" >&6; }
1.57      bertrand 9056: if test "x$ac_cv_lib_intl_strftime" = xyes; then :
1.15      bertrand 9057:   $as_echo "#define HAVE_STRFTIME 1" >>confdefs.h
                   9058: 
                   9059: LIBS="-lintl $LIBS"
                   9060: fi
                   9061: 
                   9062: fi
                   9063: done
                   9064: 
                   9065: for ac_func in vprintf
                   9066: do :
                   9067:   ac_fn_c_check_func "$LINENO" "vprintf" "ac_cv_func_vprintf"
1.57      bertrand 9068: if test "x$ac_cv_func_vprintf" = xyes; then :
1.15      bertrand 9069:   cat >>confdefs.h <<_ACEOF
                   9070: #define HAVE_VPRINTF 1
                   9071: _ACEOF
                   9072: 
                   9073: ac_fn_c_check_func "$LINENO" "_doprnt" "ac_cv_func__doprnt"
1.57      bertrand 9074: if test "x$ac_cv_func__doprnt" = xyes; then :
1.15      bertrand 9075: 
                   9076: $as_echo "#define HAVE_DOPRNT 1" >>confdefs.h
1.1       bertrand 9077: 
                   9078: fi
                   9079: 
                   9080: fi
1.15      bertrand 9081: done
                   9082: 
                   9083: 
                   9084: for ac_func in ftime getcwd putenv select strcspn strdup \
                   9085:        strerror strspn strstr strtod
                   9086: do :
                   9087:   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
                   9088: ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
1.36      bertrand 9089: if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
1.1       bertrand 9090:   cat >>confdefs.h <<_ACEOF
1.15      bertrand 9091: #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
1.1       bertrand 9092: _ACEOF
                   9093: 
                   9094: fi
                   9095: done
                   9096: 
                   9097: 
1.15      bertrand 9098: 
                   9099: # Check whether --with-openssl_arch was given.
                   9100: if test "${with_openssl_arch+set}" = set; then :
                   9101:   withval=$with_openssl_arch;
                   9102: else
                   9103:   with_openssl_arch=none
                   9104: fi
                   9105: 
                   9106: 
1.31      bertrand 9107: if test $(uname) = "OS/2"; then
1.34      bertrand 9108:    bash -c "cd tools/$OPENSSL && os2/OS2-EMX.cmd"
1.15      bertrand 9109: else
1.31      bertrand 9110:    if test "x$with_openssl_arch" = xnone; then
1.67      bertrand 9111:        (cd tools/$OPENSSL && ./config no-asm)
1.31      bertrand 9112:    elif test "x$with_openssl_arch" = xyes -o "x$with_openssl_arch" = xno; then
                   9113:        (cd tools/$OPENSSL && ./Configure)
1.36      bertrand 9114:        as_fn_error $? "OS/COMP informations are required!" "$LINENO" 5
1.31      bertrand 9115:    elif test "x$with_openssl_arch" = xlist; then
                   9116:        (cd tools/$OPENSSL && ./Configure)
1.36      bertrand 9117:        as_fn_error $? "Please specify OS and Architecture" "$LINENO" 5
1.31      bertrand 9118:    else
1.67      bertrand 9119:        (cd tools/$OPENSSL && ./Configure no-asm $with_openssl_arch)
1.31      bertrand 9120:    fi
1.15      bertrand 9121: fi
1.1       bertrand 9122: 
                   9123: if test "$MYGNUPLOT" = "yes"; then
                   9124:    if test ! -d "$srcdir"/tools/$GNUPLOT; then
                   9125:        gunzip -c "$srcdir"/tools/$GNUPLOT.tar.gz | \
                   9126:                (cd "$srcdir/tools" && tar -xf -)
                   9127:    fi
1.80      bertrand 9128:    subdirs="$subdirs tools/$GNUPLOT"
1.1       bertrand 9129: 
                   9130:    GNUPLOT_COMPILATION=$GNUPLOT
                   9131: else
                   9132:    GNUPLOT_COMPILATION=
                   9133: fi
                   9134: 
                   9135: 
                   9136: 
1.69      bertrand 9137: HOST=$host
                   9138: 
                   9139: 
1.1       bertrand 9140: case $host_cpu in
                   9141: 
                   9142:     i?86)
                   9143:    CFLAGS="$CFLAGS -malign-double -mieee-fp -Wall -funsigned-char \
                   9144:            -Wno-pointer-sign"
                   9145:    FFLAGS="$FFLAGS -malign-double -mieee-fp -Wall -fno-f2c"
                   9146:    FCFLAGS="$FCFLAGS -malign-double -mieee-fp -Wall -fno-f2c"
                   9147:    break ;;
                   9148: 
                   9149:    x86_64*)
                   9150:    CFLAGS="$CFLAGS -malign-double -mieee-fp -Wall -funsigned-char \
                   9151:            -Wno-pointer-sign"
                   9152:    FFLAGS="$FFLAGS -malign-double -mieee-fp -Wall -fno-f2c"
                   9153:    FCFLAGS="$FCFLAGS -malign-double -mieee-fp -Wall -fno-f2c"
                   9154:    break ;;
                   9155: 
                   9156:     alpha*)
                   9157:    CFLAGS="$CFLAGS -mieee -funsigned-char -Wall \
                   9158:            -Wno-pointer-sign"
                   9159:    FFLAGS="$FFLAGS -mieee -Wall"
                   9160:    FCFLAGS="$FCFLAGS -mieee -Wall"
                   9161:    break ;;
                   9162: 
                   9163:     sparc*)
                   9164:    CFLAGS="$CFLAGS -Wall -funsigned-char \
                   9165:            -Wno-pointer-sign"
                   9166:    FFLAGS="$FFLAGS -Wall"
                   9167:    FCFLAGS="$FCFLAGS -Wall"
                   9168:    break ;;
                   9169: 
                   9170: esac
                   9171: 
1.8       bertrand 9172: case $host_os in
                   9173: 
                   9174:    cygwin*)
                   9175:        OS=Cygwin
                   9176:    break ;;
                   9177: 
                   9178:    interix*)
                   9179:        OS=Interix
                   9180:    break ;;
                   9181: 
                   9182:    *)
                   9183:        OS=$(uname)
                   9184:    break ;;
                   9185: 
                   9186: esac
                   9187: 
                   9188: 
                   9189: 
1.1       bertrand 9190: DATE_FR=$(env LC_ALL=fr_FR date +'%A %x, %X %Z')
                   9191: DATE=$(env LC_ALL=C date +'%A %x, %X %Z')
1.49      bertrand 9192: MALLOC=
1.1       bertrand 9193: 
1.22      bertrand 9194: case $OS in
1.17      bertrand 9195: 
                   9196:     Darwin)
1.31      bertrand 9197:        EXPORT_DYNAMIC=-Wl,-flat_namespace
1.17      bertrand 9198:        NESTED_FUNCTIONS=-fnested-functions
1.23      bertrand 9199:        CXXFLAGS="$CXXFLAGS -D_GLIBCXX_FULLY_DYNAMIC_STRING"
1.31      bertrand 9200:        ac_configure_args="$ac_configure_args --with-readline=builtin \
1.69      bertrand 9201:                --disable-shared --enable-static --enable-threads \
                   9202:                CFLAGS=\"$CFLAGS\" CXXFLAGS=\"$CXXFLAGS\" \
                   9203:                FFLAGS=\"$FFLAGS\" FCFLAGS=\"$FCFLAGS\" \
                   9204:                LDFLAGS=\"$LDFLAGS\""
1.33      bertrand 9205:        C_STANDARD=-std=gnu99
1.75      bertrand 9206:        ELF=
1.17      bertrand 9207:    break ;;
                   9208: 
1.31      bertrand 9209:     Cygwin)
                   9210:        EXPORT_DYNAMIC=-Wl,--export-all-symbols
1.17      bertrand 9211:        NESTED_FUNCTIONS=
1.31      bertrand 9212:        ac_configure_args="$ac_configure_args --with-readline=builtin \
1.69      bertrand 9213:                --disable-shared --enable-static --enable-threads \
                   9214:                CFLAGS=\"$CFLAGS\" CXXFLAGS=\"$CXXFLAGS\" \
                   9215:                FFLAGS=\"$FFLAGS\" FCFLAGS=\"$FCFLAGS\" \
                   9216:                LDFLAGS=\"$LDFLAGS\""
1.33      bertrand 9217:        C_STANDARD=-std=gnu99
1.75      bertrand 9218:        ELF=
1.17      bertrand 9219:    break ;;
                   9220: 
1.34      bertrand 9221:    Interix)
                   9222:        EXPORT_DYNAMIC=-Wl,--export-all-symbols
                   9223:        NESTED_FUNCTIONS=
                   9224:        ac_configure_args="$ac_configure_args --with-readline=builtin \
1.69      bertrand 9225:                --disable-shared --enable-static --enable-threads \
                   9226:                CFLAGS=\"$CFLAGS\" CXXFLAGS=\"$CXXFLAGS\" \
                   9227:                FFLAGS=\"$FFLAGS\" FCFLAGS=\"$FCFLAGS\" \
                   9228:                LDFLAGS=\"$LDFLAGS\""
1.34      bertrand 9229:        C_STANDARD=-std=gnu99
1.75      bertrand 9230:        ELF=
1.34      bertrand 9231:    break;;
                   9232: 
1.31      bertrand 9233:     AIX)
                   9234:        EXPORT_DYNAMIC=-Wl,--export-dynamic
1.18      bertrand 9235:        NESTED_FUNCTIONS=
1.31      bertrand 9236:        ac_configure_args="$ac_configure_args --with-readline=builtin \
1.69      bertrand 9237:                --disable-shared --enable-static --enable-threads \
                   9238:                CFLAGS=\"$CFLAGS\" CXXFLAGS=\"$CXXFLAGS\" \
                   9239:                FFLAGS=\"$FFLAGS\" FCFLAGS=\"$FCFLAGS\" \
                   9240:                LDFLAGS=\"$LDFLAGS\""
1.33      bertrand 9241:        C_STANDARD=-std=gnu99
1.75      bertrand 9242:        ELF=
1.18      bertrand 9243:    break ;;
                   9244: 
1.31      bertrand 9245:     OS/2)
1.37      bertrand 9246:        if test $FORCED_FINAL_ENCODING -eq 0; then \
1.35      bertrand 9247:            FINAL_ENCODING=CP850; \
                   9248:        fi;
1.31      bertrand 9249:        OS=OS2
                   9250:        NESTED_FUNCTIONS=
                   9251:        EXPORT_DYNAMIC=-Zmap
                   9252:        ac_configure_args="$ac_configure_args --without-readline \
1.49      bertrand 9253:                --without-cairo --disable-shared --enable-static \
1.69      bertrand 9254:                --enable-threads \
                   9255:                CFLAGS=\"$CFLAGS\" CXXFLAGS=\"$CXXFLAGS\" \
                   9256:                FFLAGS=\"$FFLAGS\" FCFLAGS=\"$FCFLAGS\" \
                   9257:                LDFLAGS=\"$LDFLAGS\""
1.33      bertrand 9258:        C_STANDARD=
1.75      bertrand 9259:        ELF=
1.31      bertrand 9260:    break;;
                   9261: 
1.35      bertrand 9262:    OpenBSD)
1.37      bertrand 9263:        if test $FORCED_FINAL_ENCODING -eq 0; then \
1.35      bertrand 9264:            FINAL_ENCODING=UTF-8; \
                   9265:        fi;
                   9266:        EXPORT_DYNAMIC=-Wl,--export-dynamic
                   9267:        NESTED_FUNCTIONS=
                   9268:        ac_configure_args="$ac_configure_args --with-readline=builtin \
1.69      bertrand 9269:                --disable-shared --enable-static --enable-threads \
                   9270:                CFLAGS=\"$CFLAGS\" CXXFLAGS=\"$CXXFLAGS\" \
                   9271:                FFLAGS=\"$FFLAGS\" FCFLAGS=\"$FCFLAGS\" \
                   9272:                LDFLAGS=\"$LDFLAGS\""
1.35      bertrand 9273:        C_STANDARD=-std=gnu99
1.75      bertrand 9274:        ELF=
1.35      bertrand 9275:    break;;
                   9276: 
1.49      bertrand 9277:     SunOS)
                   9278:        EXPORT_DYNAMIC=-Wl,--export-dynamic
                   9279:        NESTED_FUNCTIONS=
                   9280: 
                   9281:        ac_configure_args="$ac_configure_args --with-readline=builtin \
1.69      bertrand 9282:                --disable-shared --enable-static --enable-threads \
                   9283:                CFLAGS=\"$CFLAGS\" CXXFLAGS=\"$CXXFLAGS\" \
                   9284:                FFLAGS=\"$FFLAGS\" FCFLAGS=\"$FCFLAGS\" \
                   9285:                LDFLAGS=\"$LDFLAGS\""
1.49      bertrand 9286:        C_STANDARD=-std=gnu99
                   9287:        MALLOC=-lumem
1.75      bertrand 9288:        ELF=
                   9289:    break ;;
                   9290: 
                   9291:     NetBSD)
                   9292:        EXPORT_DYNAMIC=-Wl,--export-dynamic
                   9293:        NESTED_FUNCTIONS=
                   9294: 
                   9295:        ac_configure_args="$ac_configure_args --with-readline=builtin \
                   9296:                --disable-shared --enable-static --enable-threads \
                   9297:                CFLAGS=\"$CFLAGS\" CXXFLAGS=\"$CXXFLAGS\" \
                   9298:                FFLAGS=\"$FFLAGS\" FCFLAGS=\"$FCFLAGS\" \
                   9299:                LDFLAGS=\"$LDFLAGS\""
                   9300:        C_STANDARD=-std=gnu99
                   9301:        GCCBIN=`which gcc`
                   9302:        GCCLIB=`dirname $GCCBIN`/../lib
                   9303:        ELF="-Wl,-R/usr/pkg/lib -Wl,-R$GCCLIB"
1.49      bertrand 9304:    break ;;
                   9305: 
1.17      bertrand 9306:     *)
1.31      bertrand 9307:        EXPORT_DYNAMIC=-Wl,--export-dynamic
1.17      bertrand 9308:        NESTED_FUNCTIONS=
1.36      bertrand 9309: 
1.31      bertrand 9310:        ac_configure_args="$ac_configure_args --with-readline=builtin \
1.69      bertrand 9311:                --disable-shared --enable-static --enable-threads \
                   9312:                CFLAGS=\"$CFLAGS\" CXXFLAGS=\"$CXXFLAGS\" \
                   9313:                FFLAGS=\"$FFLAGS\" FCFLAGS=\"$FCFLAGS\" \
                   9314:                LDFLAGS=\"$LDFLAGS\""
1.33      bertrand 9315:        C_STANDARD=-std=gnu99
1.75      bertrand 9316:        ELF=
1.17      bertrand 9317:    break ;;
                   9318: 
                   9319: esac
                   9320: 
                   9321: 
                   9322: 
                   9323: 
1.1       bertrand 9324: 
                   9325: 
                   9326: 
                   9327: 
                   9328: 
                   9329: 
                   9330: 
                   9331: 
                   9332: 
                   9333: 
                   9334: 
                   9335: 
                   9336: 
                   9337: 
                   9338: 
                   9339: 
                   9340: 
                   9341: 
                   9342: 
1.9       bertrand 9343: 
1.24      bertrand 9344: 
1.30      bertrand 9345: 
1.33      bertrand 9346: 
                   9347: 
                   9348: 
1.34      bertrand 9349: 
1.35      bertrand 9350: 
1.49      bertrand 9351: 
1.55      bertrand 9352: 
                   9353: 
1.56      bertrand 9354: 
                   9355: 
                   9356: 
                   9357: 
1.69      bertrand 9358: 
1.75      bertrand 9359: 
1.78      bertrand 9360: 
1.80      bertrand 9361: 
                   9362: 
                   9363: 
1.82    ! bertrand 9364: 
1.69      bertrand 9365: subdirs="$subdirs tools/$NCURSES"
                   9366: 
                   9367: subdirs="$subdirs tools/$READLINE"
                   9368: 
                   9369: subdirs="$subdirs tools/$GSL"
                   9370: 
                   9371: subdirs="$subdirs tools/$GPP"
                   9372: 
                   9373: subdirs="$subdirs tools/$FILE"
                   9374: 
                   9375: subdirs="$subdirs tools/$ICONV"
                   9376: 
                   9377: subdirs="$subdirs tools/$SQLITE"
                   9378: 
                   9379: subdirs="$subdirs tools/$UNITS"
                   9380: 
1.76      bertrand 9381: subdirs="$subdirs tools/$SIGSEGV"
                   9382: 
1.69      bertrand 9383: 
1.1       bertrand 9384: ac_config_files="$ac_config_files Makefile"
                   9385: 
                   9386: ac_config_files="$ac_config_files COPYING"
                   9387: 
                   9388: ac_config_files="$ac_config_files tools/Makefile"
                   9389: 
                   9390: ac_config_files="$ac_config_files src/Makefile"
                   9391: 
                   9392: ac_config_files="$ac_config_files man/Makefile"
                   9393: 
                   9394: ac_config_files="$ac_config_files man/fr_FR/Makefile"
                   9395: 
                   9396: ac_config_files="$ac_config_files doc/Makefile"
                   9397: 
                   9398: ac_config_files="$ac_config_files scripts/Makefile"
                   9399: 
                   9400: ac_config_files="$ac_config_files scripts/mkrplso"
                   9401: 
                   9402: ac_config_files="$ac_config_files scripts/rplcc"
                   9403: 
                   9404: ac_config_files="$ac_config_files scripts/rpllink"
                   9405: 
                   9406: ac_config_files="$ac_config_files rpltags/Makefile"
                   9407: 
                   9408: ac_config_files="$ac_config_files rpliconv/Makefile"
                   9409: 
1.9       bertrand 9410: ac_config_files="$ac_config_files rplsums/Makefile"
                   9411: 
1.55      bertrand 9412: ac_config_files="$ac_config_files rplcas/Makefile"
                   9413: 
1.39      bertrand 9414: ac_config_files="$ac_config_files rplawk/Makefile"
                   9415: 
1.1       bertrand 9416: ac_config_files="$ac_config_files lapack/lapack/Makefile"
                   9417: 
                   9418: ac_config_files="$ac_config_files lapack/blas/Makefile"
                   9419: 
                   9420: 
                   9421: ac_config_files="$ac_config_files man/rpl.1"
                   9422: 
                   9423: ac_config_files="$ac_config_files man/rplcc.1"
                   9424: 
                   9425: ac_config_files="$ac_config_files man/rpllink.1"
                   9426: 
                   9427: ac_config_files="$ac_config_files man/rpltags.1"
                   9428: 
                   9429: ac_config_files="$ac_config_files man/mkrplso.1"
                   9430: 
                   9431: ac_config_files="$ac_config_files man/fr_FR/rpl.1"
                   9432: 
                   9433: ac_config_files="$ac_config_files man/fr_FR/rplcc.1"
                   9434: 
                   9435: ac_config_files="$ac_config_files man/fr_FR/rpllink.1"
                   9436: 
                   9437: ac_config_files="$ac_config_files man/fr_FR/rpltags.1"
                   9438: 
                   9439: ac_config_files="$ac_config_files man/fr_FR/mkrplso.1"
                   9440: 
                   9441: 
                   9442: cat >confcache <<\_ACEOF
                   9443: # This file is a shell script that caches the results of configure
                   9444: # tests run on this system so they can be shared between configure
                   9445: # scripts and configure runs, see configure's option --config-cache.
                   9446: # It is not useful on other systems.  If it contains results you don't
                   9447: # want to keep, you may remove or edit it.
                   9448: #
                   9449: # config.status only pays attention to the cache file if you give it
                   9450: # the --recheck option to rerun configure.
                   9451: #
                   9452: # `ac_cv_env_foo' variables (set or unset) will be overridden when
                   9453: # loading this file, other *unset* `ac_cv_foo' will be assigned the
                   9454: # following values.
                   9455: 
                   9456: _ACEOF
                   9457: 
                   9458: # The following way of writing the cache mishandles newlines in values,
                   9459: # but we know of no workaround that is simple, portable, and efficient.
                   9460: # So, we kill variables containing newlines.
                   9461: # Ultrix sh set writes to stderr and can't be redirected directly,
                   9462: # and sets the high bit in the cache file unless we assign to the vars.
                   9463: (
                   9464:   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
                   9465:     eval ac_val=\$$ac_var
                   9466:     case $ac_val in #(
                   9467:     *${as_nl}*)
                   9468:       case $ac_var in #(
1.15      bertrand 9469:       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
                   9470: $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1.1       bertrand 9471:       esac
                   9472:       case $ac_var in #(
                   9473:       _ | IFS | as_nl) ;; #(
1.15      bertrand 9474:       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
                   9475:       *) { eval $ac_var=; unset $ac_var;} ;;
1.1       bertrand 9476:       esac ;;
                   9477:     esac
                   9478:   done
                   9479: 
                   9480:   (set) 2>&1 |
                   9481:     case $as_nl`(ac_space=' '; set) 2>&1` in #(
                   9482:     *${as_nl}ac_space=\ *)
1.15      bertrand 9483:       # `set' does not quote correctly, so add quotes: double-quote
                   9484:       # substitution turns \\\\ into \\, and sed turns \\ into \.
1.1       bertrand 9485:       sed -n \
                   9486:    "s/'/'\\\\''/g;
                   9487:      s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
                   9488:       ;; #(
                   9489:     *)
                   9490:       # `set' quotes correctly as required by POSIX, so do not add quotes.
                   9491:       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
                   9492:       ;;
                   9493:     esac |
                   9494:     sort
                   9495: ) |
                   9496:   sed '
                   9497:      /^ac_cv_env_/b end
                   9498:      t clear
                   9499:      :clear
                   9500:      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
                   9501:      t end
                   9502:      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
                   9503:      :end' >>confcache
                   9504: if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
                   9505:   if test -w "$cache_file"; then
1.57      bertrand 9506:     if test "x$cache_file" != "x/dev/null"; then
1.15      bertrand 9507:       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
                   9508: $as_echo "$as_me: updating cache $cache_file" >&6;}
1.57      bertrand 9509:       if test ! -f "$cache_file" || test -h "$cache_file"; then
                   9510:    cat confcache >"$cache_file"
                   9511:       else
                   9512:         case $cache_file in #(
                   9513:         */* | ?:*)
                   9514:      mv -f confcache "$cache_file"$$ &&
                   9515:      mv -f "$cache_file"$$ "$cache_file" ;; #(
                   9516:         *)
                   9517:      mv -f confcache "$cache_file" ;;
                   9518:    esac
                   9519:       fi
                   9520:     fi
1.1       bertrand 9521:   else
1.15      bertrand 9522:     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
                   9523: $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
1.1       bertrand 9524:   fi
                   9525: fi
                   9526: rm -f confcache
                   9527: 
                   9528: test "x$prefix" = xNONE && prefix=$ac_default_prefix
                   9529: # Let make expand exec_prefix.
                   9530: test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
                   9531: 
                   9532: DEFS=-DHAVE_CONFIG_H
                   9533: 
                   9534: ac_libobjs=
                   9535: ac_ltlibobjs=
1.36      bertrand 9536: U=
1.1       bertrand 9537: for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
                   9538:   # 1. Remove the extension, and $U if already installed.
                   9539:   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
1.15      bertrand 9540:   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
1.1       bertrand 9541:   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
                   9542:   #    will be set to the directory where LIBOBJS objects are built.
1.15      bertrand 9543:   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
                   9544:   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
1.1       bertrand 9545: done
                   9546: LIBOBJS=$ac_libobjs
                   9547: 
                   9548: LTLIBOBJS=$ac_ltlibobjs
                   9549: 
                   9550: 
1.15      bertrand 9551:  if test -n "$EXEEXT"; then
                   9552:   am__EXEEXT_TRUE=
                   9553:   am__EXEEXT_FALSE='#'
                   9554: else
                   9555:   am__EXEEXT_TRUE='#'
                   9556:   am__EXEEXT_FALSE=
                   9557: fi
                   9558: 
1.1       bertrand 9559: if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
1.36      bertrand 9560:   as_fn_error $? "conditional \"AMDEP\" was never defined.
1.15      bertrand 9561: Usually this means the macro was only invoked conditionally." "$LINENO" 5
1.1       bertrand 9562: fi
                   9563: if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
1.36      bertrand 9564:   as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
1.15      bertrand 9565: Usually this means the macro was only invoked conditionally." "$LINENO" 5
1.1       bertrand 9566: fi
                   9567: if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
1.36      bertrand 9568:   as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
1.15      bertrand 9569: Usually this means the macro was only invoked conditionally." "$LINENO" 5
1.1       bertrand 9570: fi
                   9571: 
1.57      bertrand 9572: : "${CONFIG_STATUS=./config.status}"
1.15      bertrand 9573: ac_write_fail=0
1.1       bertrand 9574: ac_clean_files_save=$ac_clean_files
                   9575: ac_clean_files="$ac_clean_files $CONFIG_STATUS"
1.15      bertrand 9576: { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
                   9577: $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
                   9578: as_write_fail=0
                   9579: cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
1.1       bertrand 9580: #! $SHELL
                   9581: # Generated by $as_me.
                   9582: # Run this file to recreate the current configuration.
                   9583: # Compiler output produced by configure, useful for debugging
                   9584: # configure, is in config.log if it exists.
                   9585: 
                   9586: debug=false
                   9587: ac_cs_recheck=false
                   9588: ac_cs_silent=false
1.15      bertrand 9589: 
1.14      bertrand 9590: SHELL=\${CONFIG_SHELL-$SHELL}
1.15      bertrand 9591: export SHELL
                   9592: _ASEOF
                   9593: cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
                   9594: ## -------------------- ##
                   9595: ## M4sh Initialization. ##
                   9596: ## -------------------- ##
1.1       bertrand 9597: 
                   9598: # Be more Bourne compatible
                   9599: DUALCASE=1; export DUALCASE # for MKS sh
1.15      bertrand 9600: if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
1.1       bertrand 9601:   emulate sh
                   9602:   NULLCMD=:
1.15      bertrand 9603:   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1.1       bertrand 9604:   # is contrary to our usage.  Disable this feature.
                   9605:   alias -g '${1+"$@"}'='"$@"'
                   9606:   setopt NO_GLOB_SUBST
                   9607: else
1.15      bertrand 9608:   case `(set -o) 2>/dev/null` in #(
                   9609:   *posix*) :
                   9610:     set -o posix ;; #(
                   9611:   *) :
                   9612:      ;;
1.1       bertrand 9613: esac
                   9614: fi
                   9615: 
                   9616: 
1.15      bertrand 9617: as_nl='
                   9618: '
                   9619: export as_nl
                   9620: # Printing a long string crashes Solaris 7 /usr/bin/printf.
                   9621: as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
                   9622: as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
                   9623: as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
                   9624: # Prefer a ksh shell builtin over an external printf program on Solaris,
                   9625: # but without wasting forks for bash or zsh.
                   9626: if test -z "$BASH_VERSION$ZSH_VERSION" \
                   9627:     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
                   9628:   as_echo='print -r --'
                   9629:   as_echo_n='print -rn --'
                   9630: elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
                   9631:   as_echo='printf %s\n'
                   9632:   as_echo_n='printf %s'
                   9633: else
                   9634:   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
                   9635:     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
                   9636:     as_echo_n='/usr/ucb/echo -n'
                   9637:   else
                   9638:     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
                   9639:     as_echo_n_body='eval
                   9640:       arg=$1;
                   9641:       case $arg in #(
                   9642:       *"$as_nl"*)
                   9643:    expr "X$arg" : "X\\(.*\\)$as_nl";
                   9644:    arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
                   9645:       esac;
                   9646:       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
                   9647:     '
                   9648:     export as_echo_n_body
                   9649:     as_echo_n='sh -c $as_echo_n_body as_echo'
                   9650:   fi
                   9651:   export as_echo_body
                   9652:   as_echo='sh -c $as_echo_body as_echo'
                   9653: fi
1.14      bertrand 9654: 
                   9655: # The user is always right.
                   9656: if test "${PATH_SEPARATOR+set}" != set; then
1.15      bertrand 9657:   PATH_SEPARATOR=:
                   9658:   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
                   9659:     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
                   9660:       PATH_SEPARATOR=';'
                   9661:   }
1.1       bertrand 9662: fi
                   9663: 
                   9664: 
                   9665: # IFS
                   9666: # We need space, tab and new line, in precisely that order.  Quoting is
                   9667: # there to prevent editors from complaining about space-tab.
                   9668: # (If _AS_PATH_WALK were called with IFS unset, it would disable word
                   9669: # splitting by setting IFS to empty value.)
                   9670: IFS=" ""   $as_nl"
                   9671: 
                   9672: # Find who we are.  Look in the path if we contain no directory separator.
1.57      bertrand 9673: as_myself=
1.15      bertrand 9674: case $0 in #((
1.1       bertrand 9675:   *[\\/]* ) as_myself=$0 ;;
                   9676:   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   9677: for as_dir in $PATH
                   9678: do
                   9679:   IFS=$as_save_IFS
                   9680:   test -z "$as_dir" && as_dir=.
1.15      bertrand 9681:     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
                   9682:   done
1.1       bertrand 9683: IFS=$as_save_IFS
                   9684: 
                   9685:      ;;
                   9686: esac
                   9687: # We did not find ourselves, most probably we were run as `sh COMMAND'
                   9688: # in which case we are not to be found in the path.
                   9689: if test "x$as_myself" = x; then
                   9690:   as_myself=$0
                   9691: fi
                   9692: if test ! -f "$as_myself"; then
1.15      bertrand 9693:   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
                   9694:   exit 1
1.1       bertrand 9695: fi
                   9696: 
1.15      bertrand 9697: # Unset variables that we do not need and which cause bugs (e.g. in
                   9698: # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
                   9699: # suppresses any "Segmentation fault" message there.  '((' could
                   9700: # trigger a bug in pdksh 5.2.14.
                   9701: for as_var in BASH_ENV ENV MAIL MAILPATH
                   9702: do eval test x\${$as_var+set} = xset \
                   9703:   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
1.1       bertrand 9704: done
                   9705: PS1='$ '
                   9706: PS2='> '
                   9707: PS4='+ '
                   9708: 
                   9709: # NLS nuisances.
1.15      bertrand 9710: LC_ALL=C
                   9711: export LC_ALL
                   9712: LANGUAGE=C
                   9713: export LANGUAGE
                   9714: 
                   9715: # CDPATH.
                   9716: (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
                   9717: 
                   9718: 
1.36      bertrand 9719: # as_fn_error STATUS ERROR [LINENO LOG_FD]
                   9720: # ----------------------------------------
1.15      bertrand 9721: # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
                   9722: # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
1.36      bertrand 9723: # script with STATUS, using 1 if that was 0.
1.15      bertrand 9724: as_fn_error ()
                   9725: {
1.36      bertrand 9726:   as_status=$1; test $as_status -eq 0 && as_status=1
                   9727:   if test "$4"; then
                   9728:     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
                   9729:     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
1.15      bertrand 9730:   fi
1.36      bertrand 9731:   $as_echo "$as_me: error: $2" >&2
1.15      bertrand 9732:   as_fn_exit $as_status
                   9733: } # as_fn_error
                   9734: 
                   9735: 
                   9736: # as_fn_set_status STATUS
                   9737: # -----------------------
                   9738: # Set $? to STATUS, without forking.
                   9739: as_fn_set_status ()
                   9740: {
                   9741:   return $1
                   9742: } # as_fn_set_status
                   9743: 
                   9744: # as_fn_exit STATUS
                   9745: # -----------------
                   9746: # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
                   9747: as_fn_exit ()
                   9748: {
                   9749:   set +e
                   9750:   as_fn_set_status $1
                   9751:   exit $1
                   9752: } # as_fn_exit
                   9753: 
                   9754: # as_fn_unset VAR
                   9755: # ---------------
                   9756: # Portably unset VAR.
                   9757: as_fn_unset ()
                   9758: {
                   9759:   { eval $1=; unset $1;}
                   9760: }
                   9761: as_unset=as_fn_unset
                   9762: # as_fn_append VAR VALUE
                   9763: # ----------------------
                   9764: # Append the text in VALUE to the end of the definition contained in VAR. Take
                   9765: # advantage of any shell optimizations that allow amortized linear growth over
                   9766: # repeated appends, instead of the typical quadratic growth present in naive
                   9767: # implementations.
                   9768: if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
                   9769:   eval 'as_fn_append ()
                   9770:   {
                   9771:     eval $1+=\$2
                   9772:   }'
                   9773: else
                   9774:   as_fn_append ()
                   9775:   {
                   9776:     eval $1=\$$1\$2
                   9777:   }
                   9778: fi # as_fn_append
                   9779: 
                   9780: # as_fn_arith ARG...
                   9781: # ------------------
                   9782: # Perform arithmetic evaluation on the ARGs, and store the result in the
                   9783: # global $as_val. Take advantage of shells that can avoid forks. The arguments
                   9784: # must be portable across $(()) and expr.
                   9785: if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
                   9786:   eval 'as_fn_arith ()
                   9787:   {
                   9788:     as_val=$(( $* ))
                   9789:   }'
                   9790: else
                   9791:   as_fn_arith ()
                   9792:   {
                   9793:     as_val=`expr "$@" || test $? -eq 1`
                   9794:   }
                   9795: fi # as_fn_arith
                   9796: 
1.1       bertrand 9797: 
                   9798: if expr a : '\(a\)' >/dev/null 2>&1 &&
                   9799:    test "X`expr 00001 : '.*\(...\)'`" = X001; then
                   9800:   as_expr=expr
                   9801: else
                   9802:   as_expr=false
                   9803: fi
                   9804: 
                   9805: if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
                   9806:   as_basename=basename
                   9807: else
                   9808:   as_basename=false
                   9809: fi
                   9810: 
1.15      bertrand 9811: if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
                   9812:   as_dirname=dirname
                   9813: else
                   9814:   as_dirname=false
                   9815: fi
1.1       bertrand 9816: 
                   9817: as_me=`$as_basename -- "$0" ||
                   9818: $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
                   9819:     X"$0" : 'X\(//\)$' \| \
                   9820:     X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1.15      bertrand 9821: $as_echo X/"$0" |
1.1       bertrand 9822:     sed '/^.*\/\([^/][^/]*\)\/*$/{
                   9823:        s//\1/
                   9824:        q
                   9825:      }
                   9826:      /^X\/\(\/\/\)$/{
                   9827:        s//\1/
                   9828:        q
                   9829:      }
                   9830:      /^X\/\(\/\).*/{
                   9831:        s//\1/
                   9832:        q
                   9833:      }
1.14      bertrand 9834:      s/.*/./; q'`
                   9835: 
1.15      bertrand 9836: # Avoid depending upon Character Ranges.
                   9837: as_cr_letters='abcdefghijklmnopqrstuvwxyz'
                   9838: as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
                   9839: as_cr_Letters=$as_cr_letters$as_cr_LETTERS
                   9840: as_cr_digits='0123456789'
                   9841: as_cr_alnum=$as_cr_Letters$as_cr_digits
1.1       bertrand 9842: 
                   9843: ECHO_C= ECHO_N= ECHO_T=
1.15      bertrand 9844: case `echo -n x` in #(((((
1.1       bertrand 9845: -n*)
1.15      bertrand 9846:   case `echo 'xy\c'` in
1.1       bertrand 9847:   *c*) ECHO_T='    ';; # ECHO_T is single tab character.
1.15      bertrand 9848:   xy)  ECHO_C='\c';;
                   9849:   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
                   9850:        ECHO_T='    ';;
1.1       bertrand 9851:   esac;;
                   9852: *)
                   9853:   ECHO_N='-n';;
                   9854: esac
                   9855: 
                   9856: rm -f conf$$ conf$$.exe conf$$.file
                   9857: if test -d conf$$.dir; then
                   9858:   rm -f conf$$.dir/conf$$.file
                   9859: else
                   9860:   rm -f conf$$.dir
1.15      bertrand 9861:   mkdir conf$$.dir 2>/dev/null
1.1       bertrand 9862: fi
1.15      bertrand 9863: if (echo >conf$$.file) 2>/dev/null; then
                   9864:   if ln -s conf$$.file conf$$ 2>/dev/null; then
                   9865:     as_ln_s='ln -s'
                   9866:     # ... but there are two gotchas:
                   9867:     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
                   9868:     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
                   9869:     # In both cases, we have to default to `cp -p'.
                   9870:     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
                   9871:       as_ln_s='cp -p'
                   9872:   elif ln conf$$.file conf$$ 2>/dev/null; then
                   9873:     as_ln_s=ln
                   9874:   else
1.1       bertrand 9875:     as_ln_s='cp -p'
1.15      bertrand 9876:   fi
1.1       bertrand 9877: else
                   9878:   as_ln_s='cp -p'
                   9879: fi
                   9880: rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
                   9881: rmdir conf$$.dir 2>/dev/null
                   9882: 
1.15      bertrand 9883: 
                   9884: # as_fn_mkdir_p
                   9885: # -------------
                   9886: # Create "$as_dir" as a directory, including parents if necessary.
                   9887: as_fn_mkdir_p ()
                   9888: {
                   9889: 
                   9890:   case $as_dir in #(
                   9891:   -*) as_dir=./$as_dir;;
                   9892:   esac
                   9893:   test -d "$as_dir" || eval $as_mkdir_p || {
                   9894:     as_dirs=
                   9895:     while :; do
                   9896:       case $as_dir in #(
                   9897:       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
                   9898:       *) as_qdir=$as_dir;;
                   9899:       esac
                   9900:       as_dirs="'$as_qdir' $as_dirs"
                   9901:       as_dir=`$as_dirname -- "$as_dir" ||
                   9902: $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
                   9903:     X"$as_dir" : 'X\(//\)[^/]' \| \
                   9904:     X"$as_dir" : 'X\(//\)$' \| \
                   9905:     X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
                   9906: $as_echo X"$as_dir" |
                   9907:     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
                   9908:        s//\1/
                   9909:        q
                   9910:      }
                   9911:      /^X\(\/\/\)[^/].*/{
                   9912:        s//\1/
                   9913:        q
                   9914:      }
                   9915:      /^X\(\/\/\)$/{
                   9916:        s//\1/
                   9917:        q
                   9918:      }
                   9919:      /^X\(\/\).*/{
                   9920:        s//\1/
                   9921:        q
                   9922:      }
                   9923:      s/.*/./; q'`
                   9924:       test -d "$as_dir" && break
                   9925:     done
                   9926:     test -z "$as_dirs" || eval "mkdir $as_dirs"
1.36      bertrand 9927:   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
1.15      bertrand 9928: 
                   9929: 
                   9930: } # as_fn_mkdir_p
1.1       bertrand 9931: if mkdir -p . 2>/dev/null; then
1.15      bertrand 9932:   as_mkdir_p='mkdir -p "$as_dir"'
1.1       bertrand 9933: else
                   9934:   test -d ./-p && rmdir ./-p
                   9935:   as_mkdir_p=false
                   9936: fi
                   9937: 
                   9938: if test -x / >/dev/null 2>&1; then
                   9939:   as_test_x='test -x'
                   9940: else
                   9941:   if ls -dL / >/dev/null 2>&1; then
                   9942:     as_ls_L_option=L
                   9943:   else
                   9944:     as_ls_L_option=
                   9945:   fi
                   9946:   as_test_x='
                   9947:     eval sh -c '\''
                   9948:       if test -d "$1"; then
1.15      bertrand 9949:    test -d "$1/.";
1.1       bertrand 9950:       else
1.15      bertrand 9951:    case $1 in #(
                   9952:    -*)set "./$1";;
1.1       bertrand 9953:    esac;
1.15      bertrand 9954:    case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
1.1       bertrand 9955:    ???[sx]*):;;*)false;;esac;fi
                   9956:     '\'' sh
                   9957:   '
                   9958: fi
                   9959: as_executable_p=$as_test_x
                   9960: 
                   9961: # Sed expression to map a string onto a valid CPP name.
                   9962: as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
                   9963: 
                   9964: # Sed expression to map a string onto a valid variable name.
                   9965: as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
                   9966: 
                   9967: 
                   9968: exec 6>&1
1.15      bertrand 9969: ## ----------------------------------- ##
                   9970: ## Main body of $CONFIG_STATUS script. ##
                   9971: ## ----------------------------------- ##
                   9972: _ASEOF
                   9973: test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
1.1       bertrand 9974: 
1.15      bertrand 9975: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
                   9976: # Save the log message, to keep $0 and so on meaningful, and to
1.1       bertrand 9977: # report actual input values of CONFIG_FILES etc. instead of their
                   9978: # values after options handling.
                   9979: ac_log="
1.73      bertrand 9980: This file was extended by rpl $as_me 4.1.3, which was
1.57      bertrand 9981: generated by GNU Autoconf 2.68.  Invocation command line was
1.1       bertrand 9982: 
                   9983:   CONFIG_FILES    = $CONFIG_FILES
                   9984:   CONFIG_HEADERS  = $CONFIG_HEADERS
                   9985:   CONFIG_LINKS    = $CONFIG_LINKS
                   9986:   CONFIG_COMMANDS = $CONFIG_COMMANDS
                   9987:   $ $0 $@
                   9988: 
                   9989: on `(hostname || uname -n) 2>/dev/null | sed 1q`
                   9990: "
                   9991: 
                   9992: _ACEOF
                   9993: 
1.15      bertrand 9994: case $ac_config_files in *"
                   9995: "*) set x $ac_config_files; shift; ac_config_files=$*;;
                   9996: esac
                   9997: 
                   9998: case $ac_config_headers in *"
                   9999: "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
                   10000: esac
                   10001: 
                   10002: 
                   10003: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1.1       bertrand 10004: # Files that config.status was made for.
                   10005: config_files="$ac_config_files"
                   10006: config_headers="$ac_config_headers"
                   10007: config_commands="$ac_config_commands"
                   10008: 
                   10009: _ACEOF
                   10010: 
1.15      bertrand 10011: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1.1       bertrand 10012: ac_cs_usage="\
1.15      bertrand 10013: \`$as_me' instantiates files and other configuration actions
                   10014: from templates according to the current configuration.  Unless the files
                   10015: and actions are specified as TAGs, all are instantiated by default.
1.1       bertrand 10016: 
1.15      bertrand 10017: Usage: $0 [OPTION]... [TAG]...
1.1       bertrand 10018: 
                   10019:   -h, --help       print this help, then exit
                   10020:   -V, --version    print version number and configuration settings, then exit
1.15      bertrand 10021:       --config     print configuration, then exit
                   10022:   -q, --quiet, --silent
                   10023:                    do not print progress messages
1.1       bertrand 10024:   -d, --debug      don't remove temporary files
                   10025:       --recheck    update $as_me by reconfiguring in the same conditions
1.15      bertrand 10026:       --file=FILE[:TEMPLATE]
                   10027:                    instantiate the configuration file FILE
                   10028:       --header=FILE[:TEMPLATE]
                   10029:                    instantiate the configuration header FILE
1.1       bertrand 10030: 
                   10031: Configuration files:
                   10032: $config_files
                   10033: 
                   10034: Configuration headers:
                   10035: $config_headers
                   10036: 
                   10037: Configuration commands:
                   10038: $config_commands
                   10039: 
1.15      bertrand 10040: Report bugs to the package provider."
1.1       bertrand 10041: 
                   10042: _ACEOF
1.15      bertrand 10043: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
                   10044: ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1.1       bertrand 10045: ac_cs_version="\\
1.73      bertrand 10046: rpl config.status 4.1.3
1.57      bertrand 10047: configured by $0, generated by GNU Autoconf 2.68,
1.15      bertrand 10048:   with options \\"\$ac_cs_config\\"
1.1       bertrand 10049: 
1.36      bertrand 10050: Copyright (C) 2010 Free Software Foundation, Inc.
1.1       bertrand 10051: This config.status script is free software; the Free Software Foundation
                   10052: gives unlimited permission to copy, distribute and modify it."
                   10053: 
                   10054: ac_pwd='$ac_pwd'
                   10055: srcdir='$srcdir'
                   10056: INSTALL='$INSTALL'
                   10057: MKDIR_P='$MKDIR_P'
1.15      bertrand 10058: AWK='$AWK'
                   10059: test -n "\$AWK" || AWK=awk
1.1       bertrand 10060: _ACEOF
                   10061: 
1.15      bertrand 10062: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
                   10063: # The default lists apply if the user does not specify any file.
1.1       bertrand 10064: ac_need_defaults=:
                   10065: while test $# != 0
                   10066: do
                   10067:   case $1 in
1.36      bertrand 10068:   --*=?*)
1.1       bertrand 10069:     ac_option=`expr "X$1" : 'X\([^=]*\)='`
                   10070:     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
                   10071:     ac_shift=:
                   10072:     ;;
1.36      bertrand 10073:   --*=)
                   10074:     ac_option=`expr "X$1" : 'X\([^=]*\)='`
                   10075:     ac_optarg=
                   10076:     ac_shift=:
                   10077:     ;;
1.1       bertrand 10078:   *)
                   10079:     ac_option=$1
                   10080:     ac_optarg=$2
                   10081:     ac_shift=shift
                   10082:     ;;
                   10083:   esac
                   10084: 
                   10085:   case $ac_option in
                   10086:   # Handling of the options.
                   10087:   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
                   10088:     ac_cs_recheck=: ;;
                   10089:   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
1.15      bertrand 10090:     $as_echo "$ac_cs_version"; exit ;;
                   10091:   --config | --confi | --conf | --con | --co | --c )
                   10092:     $as_echo "$ac_cs_config"; exit ;;
1.1       bertrand 10093:   --debug | --debu | --deb | --de | --d | -d )
                   10094:     debug=: ;;
                   10095:   --file | --fil | --fi | --f )
                   10096:     $ac_shift
1.15      bertrand 10097:     case $ac_optarg in
                   10098:     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
1.36      bertrand 10099:     '') as_fn_error $? "missing file argument" ;;
1.15      bertrand 10100:     esac
                   10101:     as_fn_append CONFIG_FILES " '$ac_optarg'"
1.1       bertrand 10102:     ac_need_defaults=false;;
                   10103:   --header | --heade | --head | --hea )
                   10104:     $ac_shift
1.15      bertrand 10105:     case $ac_optarg in
                   10106:     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
                   10107:     esac
                   10108:     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
1.1       bertrand 10109:     ac_need_defaults=false;;
                   10110:   --he | --h)
                   10111:     # Conflict between --help and --header
1.36      bertrand 10112:     as_fn_error $? "ambiguous option: \`$1'
1.15      bertrand 10113: Try \`$0 --help' for more information.";;
1.1       bertrand 10114:   --help | --hel | -h )
1.15      bertrand 10115:     $as_echo "$ac_cs_usage"; exit ;;
1.1       bertrand 10116:   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
                   10117:   | -silent | --silent | --silen | --sile | --sil | --si | --s)
                   10118:     ac_cs_silent=: ;;
                   10119: 
                   10120:   # This is an error.
1.36      bertrand 10121:   -*) as_fn_error $? "unrecognized option: \`$1'
1.15      bertrand 10122: Try \`$0 --help' for more information." ;;
1.1       bertrand 10123: 
1.15      bertrand 10124:   *) as_fn_append ac_config_targets " $1"
1.1       bertrand 10125:      ac_need_defaults=false ;;
                   10126: 
                   10127:   esac
                   10128:   shift
                   10129: done
                   10130: 
                   10131: ac_configure_extra_args=
                   10132: 
                   10133: if $ac_cs_silent; then
                   10134:   exec 6>/dev/null
                   10135:   ac_configure_extra_args="$ac_configure_extra_args --silent"
                   10136: fi
                   10137: 
                   10138: _ACEOF
1.15      bertrand 10139: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1.1       bertrand 10140: if \$ac_cs_recheck; then
1.15      bertrand 10141:   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
                   10142:   shift
                   10143:   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
                   10144:   CONFIG_SHELL='$SHELL'
1.1       bertrand 10145:   export CONFIG_SHELL
1.15      bertrand 10146:   exec "\$@"
1.1       bertrand 10147: fi
                   10148: 
                   10149: _ACEOF
1.15      bertrand 10150: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1.1       bertrand 10151: exec 5>>config.log
                   10152: {
                   10153:   echo
                   10154:   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
                   10155: ## Running $as_me. ##
                   10156: _ASBOX
1.15      bertrand 10157:   $as_echo "$ac_log"
1.1       bertrand 10158: } >&5
                   10159: 
                   10160: _ACEOF
1.15      bertrand 10161: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1.1       bertrand 10162: #
                   10163: # INIT-COMMANDS
                   10164: #
                   10165: AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
                   10166: 
                   10167: _ACEOF
                   10168: 
1.15      bertrand 10169: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1.1       bertrand 10170: 
                   10171: # Handling of arguments.
                   10172: for ac_config_target in $ac_config_targets
                   10173: do
                   10174:   case $ac_config_target in
                   10175:     "rplconfig.h") CONFIG_HEADERS="$CONFIG_HEADERS rplconfig.h" ;;
                   10176:     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
                   10177:     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
                   10178:     "COPYING") CONFIG_FILES="$CONFIG_FILES COPYING" ;;
                   10179:     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
                   10180:     "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
                   10181:     "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
                   10182:     "man/fr_FR/Makefile") CONFIG_FILES="$CONFIG_FILES man/fr_FR/Makefile" ;;
                   10183:     "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
                   10184:     "scripts/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/Makefile" ;;
                   10185:     "scripts/mkrplso") CONFIG_FILES="$CONFIG_FILES scripts/mkrplso" ;;
                   10186:     "scripts/rplcc") CONFIG_FILES="$CONFIG_FILES scripts/rplcc" ;;
                   10187:     "scripts/rpllink") CONFIG_FILES="$CONFIG_FILES scripts/rpllink" ;;
                   10188:     "rpltags/Makefile") CONFIG_FILES="$CONFIG_FILES rpltags/Makefile" ;;
                   10189:     "rpliconv/Makefile") CONFIG_FILES="$CONFIG_FILES rpliconv/Makefile" ;;
1.9       bertrand 10190:     "rplsums/Makefile") CONFIG_FILES="$CONFIG_FILES rplsums/Makefile" ;;
1.55      bertrand 10191:     "rplcas/Makefile") CONFIG_FILES="$CONFIG_FILES rplcas/Makefile" ;;
1.39      bertrand 10192:     "rplawk/Makefile") CONFIG_FILES="$CONFIG_FILES rplawk/Makefile" ;;
1.1       bertrand 10193:     "lapack/lapack/Makefile") CONFIG_FILES="$CONFIG_FILES lapack/lapack/Makefile" ;;
                   10194:     "lapack/blas/Makefile") CONFIG_FILES="$CONFIG_FILES lapack/blas/Makefile" ;;
                   10195:     "man/rpl.1") CONFIG_FILES="$CONFIG_FILES man/rpl.1" ;;
                   10196:     "man/rplcc.1") CONFIG_FILES="$CONFIG_FILES man/rplcc.1" ;;
                   10197:     "man/rpllink.1") CONFIG_FILES="$CONFIG_FILES man/rpllink.1" ;;
                   10198:     "man/rpltags.1") CONFIG_FILES="$CONFIG_FILES man/rpltags.1" ;;
                   10199:     "man/mkrplso.1") CONFIG_FILES="$CONFIG_FILES man/mkrplso.1" ;;
                   10200:     "man/fr_FR/rpl.1") CONFIG_FILES="$CONFIG_FILES man/fr_FR/rpl.1" ;;
                   10201:     "man/fr_FR/rplcc.1") CONFIG_FILES="$CONFIG_FILES man/fr_FR/rplcc.1" ;;
                   10202:     "man/fr_FR/rpllink.1") CONFIG_FILES="$CONFIG_FILES man/fr_FR/rpllink.1" ;;
                   10203:     "man/fr_FR/rpltags.1") CONFIG_FILES="$CONFIG_FILES man/fr_FR/rpltags.1" ;;
                   10204:     "man/fr_FR/mkrplso.1") CONFIG_FILES="$CONFIG_FILES man/fr_FR/mkrplso.1" ;;
                   10205: 
1.57      bertrand 10206:   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
1.1       bertrand 10207:   esac
                   10208: done
                   10209: 
                   10210: 
                   10211: # If the user did not use the arguments to specify the items to instantiate,
                   10212: # then the envvar interface is used.  Set only those that are not.
                   10213: # We use the long form for the default assignment because of an extremely
                   10214: # bizarre bug on SunOS 4.1.3.
                   10215: if $ac_need_defaults; then
                   10216:   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
                   10217:   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
                   10218:   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
                   10219: fi
                   10220: 
                   10221: # Have a temporary directory for convenience.  Make it in the build tree
                   10222: # simply because there is no reason against having it here, and in addition,
                   10223: # creating and moving files from /tmp can sometimes cause problems.
                   10224: # Hook for its removal unless debugging.
                   10225: # Note that there is a small window in which the directory will not be cleaned:
                   10226: # after its creation but before its name has been assigned to `$tmp'.
                   10227: $debug ||
                   10228: {
1.57      bertrand 10229:   tmp= ac_tmp=
1.1       bertrand 10230:   trap 'exit_status=$?
1.57      bertrand 10231:   : "${ac_tmp:=$tmp}"
                   10232:   { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
1.1       bertrand 10233: ' 0
1.15      bertrand 10234:   trap 'as_fn_exit 1' 1 2 13 15
1.1       bertrand 10235: }
                   10236: # Create a (secure) tmp directory for tmp files.
                   10237: 
                   10238: {
                   10239:   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
1.57      bertrand 10240:   test -d "$tmp"
1.1       bertrand 10241: }  ||
                   10242: {
                   10243:   tmp=./conf$$-$RANDOM
                   10244:   (umask 077 && mkdir "$tmp")
1.36      bertrand 10245: } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
1.57      bertrand 10246: ac_tmp=$tmp
1.15      bertrand 10247: 
                   10248: # Set up the scripts for CONFIG_FILES section.
                   10249: # No need to generate them if there are no CONFIG_FILES.
                   10250: # This happens for instance with `./config.status config.h'.
                   10251: if test -n "$CONFIG_FILES"; then
1.14      bertrand 10252: 
1.1       bertrand 10253: 
1.15      bertrand 10254: ac_cr=`echo X | tr X '\015'`
                   10255: # On cygwin, bash can eat \r inside `` if the user requested igncr.
                   10256: # But we know of no other shell where ac_cr would be empty at this
                   10257: # point, so we can use a bashism as a fallback.
                   10258: if test "x$ac_cr" = x; then
                   10259:   eval ac_cr=\$\'\\r\'
                   10260: fi
                   10261: ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
                   10262: if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
1.36      bertrand 10263:   ac_cs_awk_cr='\\r'
1.15      bertrand 10264: else
                   10265:   ac_cs_awk_cr=$ac_cr
                   10266: fi
1.1       bertrand 10267: 
1.57      bertrand 10268: echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
1.14      bertrand 10269: _ACEOF
                   10270: 
                   10271: 
1.15      bertrand 10272: {
                   10273:   echo "cat >conf$$subs.awk <<_ACEOF" &&
                   10274:   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
                   10275:   echo "_ACEOF"
                   10276: } >conf$$subs.sh ||
1.36      bertrand 10277:   as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
                   10278: ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
1.14      bertrand 10279: ac_delim='%!_!# '
                   10280: for ac_last_try in false false false false false :; do
1.15      bertrand 10281:   . ./conf$$subs.sh ||
1.36      bertrand 10282:     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
1.14      bertrand 10283: 
1.15      bertrand 10284:   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
                   10285:   if test $ac_delim_n = $ac_delim_num; then
1.14      bertrand 10286:     break
                   10287:   elif $ac_last_try; then
1.36      bertrand 10288:     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
1.14      bertrand 10289:   else
                   10290:     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
                   10291:   fi
                   10292: done
1.15      bertrand 10293: rm -f conf$$subs.sh
1.1       bertrand 10294: 
1.15      bertrand 10295: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1.57      bertrand 10296: cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
1.15      bertrand 10297: _ACEOF
                   10298: sed -n '
                   10299: h
                   10300: s/^/S["/; s/!.*/"]=/
                   10301: p
                   10302: g
                   10303: s/^[^!]*!//
                   10304: :repl
                   10305: t repl
                   10306: s/'"$ac_delim"'$//
                   10307: t delim
                   10308: :nl
                   10309: h
                   10310: s/\(.\{148\}\)..*/\1/
                   10311: t more1
                   10312: s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
                   10313: p
                   10314: n
                   10315: b repl
                   10316: :more1
                   10317: s/["\\]/\\&/g; s/^/"/; s/$/"\\/
                   10318: p
                   10319: g
                   10320: s/.\{148\}//
                   10321: t nl
                   10322: :delim
                   10323: h
                   10324: s/\(.\{148\}\)..*/\1/
                   10325: t more2
                   10326: s/["\\]/\\&/g; s/^/"/; s/$/"/
                   10327: p
                   10328: b
                   10329: :more2
                   10330: s/["\\]/\\&/g; s/^/"/; s/$/"\\/
                   10331: p
                   10332: g
                   10333: s/.\{148\}//
                   10334: t delim
                   10335: ' <conf$$subs.awk | sed '
                   10336: /^[^""]/{
                   10337:   N
                   10338:   s/\n//
                   10339: }
                   10340: ' >>$CONFIG_STATUS || ac_write_fail=1
                   10341: rm -f conf$$subs.awk
                   10342: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
                   10343: _ACAWK
1.57      bertrand 10344: cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
1.15      bertrand 10345:   for (key in S) S_is_set[key] = 1
                   10346:   FS = ""
1.1       bertrand 10347: 
1.15      bertrand 10348: }
                   10349: {
                   10350:   line = $ 0
                   10351:   nfields = split(line, field, "@")
                   10352:   substed = 0
                   10353:   len = length(field[1])
                   10354:   for (i = 2; i < nfields; i++) {
                   10355:     key = field[i]
                   10356:     keylen = length(key)
                   10357:     if (S_is_set[key]) {
                   10358:       value = S[key]
                   10359:       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
                   10360:       len += length(value) + length(field[++i])
                   10361:       substed = 1
                   10362:     } else
                   10363:       len += 1 + keylen
                   10364:   }
1.1       bertrand 10365: 
1.15      bertrand 10366:   print line
                   10367: }
1.1       bertrand 10368: 
1.15      bertrand 10369: _ACAWK
1.14      bertrand 10370: _ACEOF
1.15      bertrand 10371: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
                   10372: if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
                   10373:   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
                   10374: else
                   10375:   cat
1.57      bertrand 10376: fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
1.36      bertrand 10377:   || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
1.1       bertrand 10378: _ACEOF
                   10379: 
1.36      bertrand 10380: # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
                   10381: # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
1.1       bertrand 10382: # trailing colons and then remove the whole line if VPATH becomes empty
                   10383: # (actually we leave an empty line to preserve line numbers).
                   10384: if test "x$srcdir" = x.; then
1.36      bertrand 10385:   ac_vpsub='/^[     ]*VPATH[    ]*=[    ]*/{
                   10386: h
                   10387: s///
                   10388: s/^/:/
                   10389: s/[     ]*$/:/
                   10390: s/:\$(srcdir):/:/g
                   10391: s/:\${srcdir}:/:/g
                   10392: s/:@srcdir@:/:/g
                   10393: s/^:*//
1.1       bertrand 10394: s/:*$//
1.36      bertrand 10395: x
                   10396: s/\(=[  ]*\).*/\1/
                   10397: G
                   10398: s/\n//
1.1       bertrand 10399: s/^[^=]*=[  ]*$//
                   10400: }'
                   10401: fi
                   10402: 
1.15      bertrand 10403: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1.1       bertrand 10404: fi # test -n "$CONFIG_FILES"
                   10405: 
1.15      bertrand 10406: # Set up the scripts for CONFIG_HEADERS section.
                   10407: # No need to generate them if there are no CONFIG_HEADERS.
                   10408: # This happens for instance with `./config.status Makefile'.
                   10409: if test -n "$CONFIG_HEADERS"; then
1.57      bertrand 10410: cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
1.15      bertrand 10411: BEGIN {
                   10412: _ACEOF
                   10413: 
                   10414: # Transform confdefs.h into an awk script `defines.awk', embedded as
                   10415: # here-document in config.status, that substitutes the proper values into
                   10416: # config.h.in to produce config.h.
                   10417: 
                   10418: # Create a delimiter string that does not exist in confdefs.h, to ease
                   10419: # handling of long lines.
                   10420: ac_delim='%!_!# '
                   10421: for ac_last_try in false false :; do
1.57      bertrand 10422:   ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
                   10423:   if test -z "$ac_tt"; then
1.15      bertrand 10424:     break
                   10425:   elif $ac_last_try; then
1.36      bertrand 10426:     as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
1.15      bertrand 10427:   else
                   10428:     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
                   10429:   fi
                   10430: done
                   10431: 
                   10432: # For the awk script, D is an array of macro values keyed by name,
                   10433: # likewise P contains macro parameters if any.  Preserve backslash
                   10434: # newline sequences.
                   10435: 
                   10436: ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
                   10437: sed -n '
                   10438: s/.\{148\}/&'"$ac_delim"'/g
                   10439: t rset
                   10440: :rset
                   10441: s/^[    ]*#[    ]*define[   ][  ]*/ /
                   10442: t def
                   10443: d
                   10444: :def
                   10445: s/\\$//
                   10446: t bsnl
                   10447: s/["\\]/\\&/g
                   10448: s/^ \('"$ac_word_re"'\)\(([^()]*)\)[    ]*\(.*\)/P["\1"]="\2"\
                   10449: D["\1"]=" \3"/p
                   10450: s/^ \('"$ac_word_re"'\)[    ]*\(.*\)/D["\1"]=" \2"/p
                   10451: d
                   10452: :bsnl
                   10453: s/["\\]/\\&/g
                   10454: s/^ \('"$ac_word_re"'\)\(([^()]*)\)[    ]*\(.*\)/P["\1"]="\2"\
                   10455: D["\1"]=" \3\\\\\\n"\\/p
                   10456: t cont
                   10457: s/^ \('"$ac_word_re"'\)[    ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
                   10458: t cont
                   10459: d
                   10460: :cont
                   10461: n
                   10462: s/.\{148\}/&'"$ac_delim"'/g
                   10463: t clear
                   10464: :clear
                   10465: s/\\$//
                   10466: t bsnlc
                   10467: s/["\\]/\\&/g; s/^/"/; s/$/"/p
                   10468: d
                   10469: :bsnlc
                   10470: s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
                   10471: b cont
                   10472: ' <confdefs.h | sed '
                   10473: s/'"$ac_delim"'/"\\\
                   10474: "/g' >>$CONFIG_STATUS || ac_write_fail=1
                   10475: 
                   10476: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
                   10477:   for (key in D) D_is_set[key] = 1
                   10478:   FS = ""
                   10479: }
                   10480: /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
                   10481:   line = \$ 0
                   10482:   split(line, arg, " ")
                   10483:   if (arg[1] == "#") {
                   10484:     defundef = arg[2]
                   10485:     mac1 = arg[3]
                   10486:   } else {
                   10487:     defundef = substr(arg[1], 2)
                   10488:     mac1 = arg[2]
                   10489:   }
                   10490:   split(mac1, mac2, "(") #)
                   10491:   macro = mac2[1]
                   10492:   prefix = substr(line, 1, index(line, defundef) - 1)
                   10493:   if (D_is_set[macro]) {
                   10494:     # Preserve the white space surrounding the "#".
                   10495:     print prefix "define", macro P[macro] D[macro]
                   10496:     next
                   10497:   } else {
                   10498:     # Replace #undef with comments.  This is necessary, for example,
                   10499:     # in the case of _POSIX_SOURCE, which is predefined and required
                   10500:     # on some systems where configure will not decide to define it.
                   10501:     if (defundef == "undef") {
                   10502:       print "/*", prefix defundef, macro, "*/"
                   10503:       next
                   10504:     }
                   10505:   }
                   10506: }
                   10507: { print }
                   10508: _ACAWK
                   10509: _ACEOF
                   10510: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1.36      bertrand 10511:   as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
1.15      bertrand 10512: fi # test -n "$CONFIG_HEADERS"
                   10513: 
1.1       bertrand 10514: 
1.15      bertrand 10515: eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
                   10516: shift
                   10517: for ac_tag
1.1       bertrand 10518: do
                   10519:   case $ac_tag in
                   10520:   :[FHLC]) ac_mode=$ac_tag; continue;;
                   10521:   esac
                   10522:   case $ac_mode$ac_tag in
                   10523:   :[FHL]*:*);;
1.57      bertrand 10524:   :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
1.1       bertrand 10525:   :[FH]-) ac_tag=-:-;;
                   10526:   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
                   10527:   esac
                   10528:   ac_save_IFS=$IFS
                   10529:   IFS=:
                   10530:   set x $ac_tag
                   10531:   IFS=$ac_save_IFS
                   10532:   shift
                   10533:   ac_file=$1
                   10534:   shift
                   10535: 
                   10536:   case $ac_mode in
                   10537:   :L) ac_source=$1;;
                   10538:   :[FH])
                   10539:     ac_file_inputs=
                   10540:     for ac_f
                   10541:     do
                   10542:       case $ac_f in
1.57      bertrand 10543:       -) ac_f="$ac_tmp/stdin";;
1.1       bertrand 10544:       *) # Look for the file first in the build tree, then in the source tree
                   10545:     # (if the path is not absolute).  The absolute path cannot be DOS-style,
                   10546:     # because $ac_f cannot contain `:'.
                   10547:     test -f "$ac_f" ||
                   10548:       case $ac_f in
                   10549:       [\\/$]*) false;;
                   10550:       *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
                   10551:       esac ||
1.57      bertrand 10552:       as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1.1       bertrand 10553:       esac
1.15      bertrand 10554:       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
                   10555:       as_fn_append ac_file_inputs " '$ac_f'"
1.1       bertrand 10556:     done
                   10557: 
                   10558:     # Let's still pretend it is `configure' which instantiates (i.e., don't
                   10559:     # use $as_me), people would be surprised to read:
                   10560:     #    /* config.h.  Generated by config.status.  */
1.15      bertrand 10561:     configure_input='Generated from '`
                   10562:      $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
                   10563:    `' by configure.'
1.1       bertrand 10564:     if test x"$ac_file" != x-; then
                   10565:       configure_input="$ac_file.  $configure_input"
1.15      bertrand 10566:       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
                   10567: $as_echo "$as_me: creating $ac_file" >&6;}
1.1       bertrand 10568:     fi
1.15      bertrand 10569:     # Neutralize special characters interpreted by sed in replacement strings.
                   10570:     case $configure_input in #(
                   10571:     *\&* | *\|* | *\\* )
                   10572:        ac_sed_conf_input=`$as_echo "$configure_input" |
                   10573:        sed 's/[\\\\&|]/\\\\&/g'`;; #(
                   10574:     *) ac_sed_conf_input=$configure_input;;
                   10575:     esac
1.1       bertrand 10576: 
                   10577:     case $ac_tag in
1.57      bertrand 10578:     *:-:* | *:-) cat >"$ac_tmp/stdin" \
                   10579:       || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
1.1       bertrand 10580:     esac
                   10581:     ;;
                   10582:   esac
                   10583: 
                   10584:   ac_dir=`$as_dirname -- "$ac_file" ||
                   10585: $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
                   10586:     X"$ac_file" : 'X\(//\)[^/]' \| \
                   10587:     X"$ac_file" : 'X\(//\)$' \| \
                   10588:     X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1.15      bertrand 10589: $as_echo X"$ac_file" |
1.1       bertrand 10590:     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
                   10591:        s//\1/
                   10592:        q
                   10593:      }
                   10594:      /^X\(\/\/\)[^/].*/{
                   10595:        s//\1/
                   10596:        q
                   10597:      }
                   10598:      /^X\(\/\/\)$/{
                   10599:        s//\1/
                   10600:        q
                   10601:      }
                   10602:      /^X\(\/\).*/{
                   10603:        s//\1/
                   10604:        q
                   10605:      }
                   10606:      s/.*/./; q'`
1.15      bertrand 10607:   as_dir="$ac_dir"; as_fn_mkdir_p
1.1       bertrand 10608:   ac_builddir=.
                   10609: 
                   10610: case "$ac_dir" in
                   10611: .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
                   10612: *)
1.15      bertrand 10613:   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1.1       bertrand 10614:   # A ".." for each directory in $ac_dir_suffix.
1.15      bertrand 10615:   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1.1       bertrand 10616:   case $ac_top_builddir_sub in
                   10617:   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
                   10618:   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
                   10619:   esac ;;
                   10620: esac
                   10621: ac_abs_top_builddir=$ac_pwd
                   10622: ac_abs_builddir=$ac_pwd$ac_dir_suffix
                   10623: # for backward compatibility:
                   10624: ac_top_builddir=$ac_top_build_prefix
                   10625: 
                   10626: case $srcdir in
                   10627:   .)  # We are building in place.
                   10628:     ac_srcdir=.
                   10629:     ac_top_srcdir=$ac_top_builddir_sub
                   10630:     ac_abs_top_srcdir=$ac_pwd ;;
                   10631:   [\\/]* | ?:[\\/]* )  # Absolute name.
                   10632:     ac_srcdir=$srcdir$ac_dir_suffix;
                   10633:     ac_top_srcdir=$srcdir
                   10634:     ac_abs_top_srcdir=$srcdir ;;
                   10635:   *) # Relative name.
                   10636:     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
                   10637:     ac_top_srcdir=$ac_top_build_prefix$srcdir
                   10638:     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
                   10639: esac
                   10640: ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
                   10641: 
                   10642: 
                   10643:   case $ac_mode in
                   10644:   :F)
                   10645:   #
                   10646:   # CONFIG_FILE
                   10647:   #
                   10648: 
                   10649:   case $INSTALL in
                   10650:   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
                   10651:   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
                   10652:   esac
                   10653:   ac_MKDIR_P=$MKDIR_P
                   10654:   case $MKDIR_P in
                   10655:   [\\/$]* | ?:[\\/]* ) ;;
                   10656:   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
                   10657:   esac
                   10658: _ACEOF
                   10659: 
1.15      bertrand 10660: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1.1       bertrand 10661: # If the template does not know about datarootdir, expand it.
                   10662: # FIXME: This hack should be removed a few years after 2.60.
                   10663: ac_datarootdir_hack=; ac_datarootdir_seen=
1.15      bertrand 10664: ac_sed_dataroot='
                   10665: /datarootdir/ {
1.1       bertrand 10666:   p
                   10667:   q
                   10668: }
                   10669: /@datadir@/p
                   10670: /@docdir@/p
                   10671: /@infodir@/p
                   10672: /@localedir@/p
1.15      bertrand 10673: /@mandir@/p'
                   10674: case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1.1       bertrand 10675: *datarootdir*) ac_datarootdir_seen=yes;;
                   10676: *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1.15      bertrand 10677:   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
                   10678: $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1.1       bertrand 10679: _ACEOF
1.15      bertrand 10680: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1.1       bertrand 10681:   ac_datarootdir_hack='
                   10682:   s&@datadir@&$datadir&g
                   10683:   s&@docdir@&$docdir&g
                   10684:   s&@infodir@&$infodir&g
                   10685:   s&@localedir@&$localedir&g
                   10686:   s&@mandir@&$mandir&g
1.15      bertrand 10687:   s&\\\${datarootdir}&$datarootdir&g' ;;
1.1       bertrand 10688: esac
                   10689: _ACEOF
                   10690: 
                   10691: # Neutralize VPATH when `$srcdir' = `.'.
                   10692: # Shell code in configure.ac might set extrasub.
                   10693: # FIXME: do we really want to maintain this feature?
1.15      bertrand 10694: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
                   10695: ac_sed_extra="$ac_vpsub
1.1       bertrand 10696: $extrasub
                   10697: _ACEOF
1.15      bertrand 10698: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1.1       bertrand 10699: :t
                   10700: /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1.15      bertrand 10701: s|@configure_input@|$ac_sed_conf_input|;t t
1.1       bertrand 10702: s&@top_builddir@&$ac_top_builddir_sub&;t t
1.15      bertrand 10703: s&@top_build_prefix@&$ac_top_build_prefix&;t t
1.1       bertrand 10704: s&@srcdir@&$ac_srcdir&;t t
                   10705: s&@abs_srcdir@&$ac_abs_srcdir&;t t
                   10706: s&@top_srcdir@&$ac_top_srcdir&;t t
                   10707: s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
                   10708: s&@builddir@&$ac_builddir&;t t
                   10709: s&@abs_builddir@&$ac_abs_builddir&;t t
                   10710: s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
                   10711: s&@INSTALL@&$ac_INSTALL&;t t
                   10712: s&@MKDIR_P@&$ac_MKDIR_P&;t t
                   10713: $ac_datarootdir_hack
1.15      bertrand 10714: "
1.57      bertrand 10715: eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
                   10716:   >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1.1       bertrand 10717: 
                   10718: test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1.57      bertrand 10719:   { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
                   10720:   { ac_out=`sed -n '/^[     ]*datarootdir[  ]*:*=/p' \
                   10721:       "$ac_tmp/out"`; test -z "$ac_out"; } &&
1.15      bertrand 10722:   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1.36      bertrand 10723: which seems to be undefined.  Please make sure it is defined" >&5
1.15      bertrand 10724: $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1.36      bertrand 10725: which seems to be undefined.  Please make sure it is defined" >&2;}
1.1       bertrand 10726: 
1.57      bertrand 10727:   rm -f "$ac_tmp/stdin"
1.1       bertrand 10728:   case $ac_file in
1.57      bertrand 10729:   -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
                   10730:   *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
1.15      bertrand 10731:   esac \
1.36      bertrand 10732:   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1.1       bertrand 10733:  ;;
                   10734:   :H)
                   10735:   #
                   10736:   # CONFIG_HEADER
                   10737:   #
                   10738:   if test x"$ac_file" != x-; then
1.15      bertrand 10739:     {
                   10740:       $as_echo "/* $configure_input  */" \
1.57      bertrand 10741:       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
                   10742:     } >"$ac_tmp/config.h" \
1.36      bertrand 10743:       || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1.57      bertrand 10744:     if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
1.15      bertrand 10745:       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
                   10746: $as_echo "$as_me: $ac_file is unchanged" >&6;}
1.1       bertrand 10747:     else
1.15      bertrand 10748:       rm -f "$ac_file"
1.57      bertrand 10749:       mv "$ac_tmp/config.h" "$ac_file" \
1.36      bertrand 10750:    || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1.1       bertrand 10751:     fi
                   10752:   else
1.15      bertrand 10753:     $as_echo "/* $configure_input  */" \
1.57      bertrand 10754:       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
1.36      bertrand 10755:       || as_fn_error $? "could not create -" "$LINENO" 5
1.1       bertrand 10756:   fi
1.15      bertrand 10757: # Compute "$ac_file"'s index in $config_headers.
                   10758: _am_arg="$ac_file"
1.1       bertrand 10759: _am_stamp_count=1
                   10760: for _am_header in $config_headers :; do
                   10761:   case $_am_header in
                   10762:     $_am_arg | $_am_arg:* )
                   10763:       break ;;
                   10764:     * )
                   10765:       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
                   10766:   esac
                   10767: done
                   10768: echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
                   10769: $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
                   10770:     X"$_am_arg" : 'X\(//\)[^/]' \| \
                   10771:     X"$_am_arg" : 'X\(//\)$' \| \
                   10772:     X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1.15      bertrand 10773: $as_echo X"$_am_arg" |
1.1       bertrand 10774:     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
                   10775:        s//\1/
                   10776:        q
                   10777:      }
                   10778:      /^X\(\/\/\)[^/].*/{
                   10779:        s//\1/
                   10780:        q
                   10781:      }
                   10782:      /^X\(\/\/\)$/{
                   10783:        s//\1/
                   10784:        q
                   10785:      }
                   10786:      /^X\(\/\).*/{
                   10787:        s//\1/
                   10788:        q
                   10789:      }
                   10790:      s/.*/./; q'`/stamp-h$_am_stamp_count
                   10791:  ;;
                   10792: 
1.15      bertrand 10793:   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
                   10794: $as_echo "$as_me: executing $ac_file commands" >&6;}
1.1       bertrand 10795:  ;;
                   10796:   esac
                   10797: 
                   10798: 
                   10799:   case $ac_file$ac_mode in
1.15      bertrand 10800:     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
                   10801:   # Autoconf 2.62 quotes --file arguments for eval, but not when files
                   10802:   # are listed without --file.  Let's play safe and only enable the eval
                   10803:   # if we detect the quoting.
                   10804:   case $CONFIG_FILES in
                   10805:   *\'*) eval set x "$CONFIG_FILES" ;;
                   10806:   *)   set x $CONFIG_FILES ;;
                   10807:   esac
                   10808:   shift
                   10809:   for mf
                   10810:   do
                   10811:     # Strip MF so we end up with the name of the file.
                   10812:     mf=`echo "$mf" | sed -e 's/:.*$//'`
                   10813:     # Check whether this is an Automake generated Makefile or not.
                   10814:     # We used to match only the files named `Makefile.in', but
                   10815:     # some people rename them; so instead we look at the file content.
                   10816:     # Grep'ing the first line is not enough: some people post-process
                   10817:     # each Makefile.in and add a new line on top of each file to say so.
                   10818:     # Grep'ing the whole file is not good either: AIX grep has a line
                   10819:     # limit of 2048, but all sed's we know have understand at least 4000.
                   10820:     if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
                   10821:       dirpart=`$as_dirname -- "$mf" ||
1.1       bertrand 10822: $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
                   10823:     X"$mf" : 'X\(//\)[^/]' \| \
                   10824:     X"$mf" : 'X\(//\)$' \| \
                   10825:     X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1.15      bertrand 10826: $as_echo X"$mf" |
1.1       bertrand 10827:     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
                   10828:        s//\1/
                   10829:        q
                   10830:      }
                   10831:      /^X\(\/\/\)[^/].*/{
                   10832:        s//\1/
                   10833:        q
                   10834:      }
                   10835:      /^X\(\/\/\)$/{
                   10836:        s//\1/
                   10837:        q
                   10838:      }
                   10839:      /^X\(\/\).*/{
                   10840:        s//\1/
                   10841:        q
                   10842:      }
                   10843:      s/.*/./; q'`
1.15      bertrand 10844:     else
                   10845:       continue
                   10846:     fi
                   10847:     # Extract the definition of DEPDIR, am__include, and am__quote
                   10848:     # from the Makefile without running `make'.
                   10849:     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
                   10850:     test -z "$DEPDIR" && continue
                   10851:     am__include=`sed -n 's/^am__include = //p' < "$mf"`
                   10852:     test -z "am__include" && continue
                   10853:     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
                   10854:     # When using ansi2knr, U may be empty or an underscore; expand it
                   10855:     U=`sed -n 's/^U = //p' < "$mf"`
                   10856:     # Find all dependency output files, they are included files with
                   10857:     # $(DEPDIR) in their names.  We invoke sed twice because it is the
                   10858:     # simplest approach to changing $(DEPDIR) to its actual value in the
                   10859:     # expansion.
                   10860:     for file in `sed -n "
                   10861:       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
                   10862:     sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
                   10863:       # Make sure the directory exists.
                   10864:       test -f "$dirpart/$file" && continue
                   10865:       fdir=`$as_dirname -- "$file" ||
1.1       bertrand 10866: $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
                   10867:     X"$file" : 'X\(//\)[^/]' \| \
                   10868:     X"$file" : 'X\(//\)$' \| \
                   10869:     X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1.15      bertrand 10870: $as_echo X"$file" |
1.1       bertrand 10871:     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
                   10872:        s//\1/
                   10873:        q
                   10874:      }
                   10875:      /^X\(\/\/\)[^/].*/{
                   10876:        s//\1/
                   10877:        q
                   10878:      }
                   10879:      /^X\(\/\/\)$/{
                   10880:        s//\1/
                   10881:        q
                   10882:      }
                   10883:      /^X\(\/\).*/{
                   10884:        s//\1/
                   10885:        q
                   10886:      }
                   10887:      s/.*/./; q'`
1.15      bertrand 10888:       as_dir=$dirpart/$fdir; as_fn_mkdir_p
                   10889:       # echo "creating $dirpart/$file"
                   10890:       echo '# dummy' > "$dirpart/$file"
1.1       bertrand 10891:     done
                   10892:   done
1.15      bertrand 10893: }
1.1       bertrand 10894:  ;;
                   10895: 
                   10896:   esac
                   10897: done # for ac_tag
                   10898: 
                   10899: 
1.15      bertrand 10900: as_fn_exit 0
1.1       bertrand 10901: _ACEOF
                   10902: ac_clean_files=$ac_clean_files_save
                   10903: 
1.15      bertrand 10904: test $ac_write_fail = 0 ||
1.36      bertrand 10905:   as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
1.15      bertrand 10906: 
1.1       bertrand 10907: 
                   10908: # configure is writing to config.log, and then calls config.status.
                   10909: # config.status does its own redirection, appending to config.log.
                   10910: # Unfortunately, on DOS this fails, as config.log is still kept open
                   10911: # by configure, so config.status won't be able to write to it; its
                   10912: # output is simply discarded.  So we exec the FD to /dev/null,
                   10913: # effectively closing config.log, so it can be properly (re)opened and
                   10914: # appended to by config.status.  When coming back to configure, we
                   10915: # need to make the FD available again.
                   10916: if test "$no_create" != yes; then
                   10917:   ac_cs_success=:
                   10918:   ac_config_status_args=
                   10919:   test "$silent" = yes &&
                   10920:     ac_config_status_args="$ac_config_status_args --quiet"
                   10921:   exec 5>/dev/null
                   10922:   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
                   10923:   exec 5>>config.log
                   10924:   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
                   10925:   # would make configure fail if this is the last instruction.
1.36      bertrand 10926:   $ac_cs_success || as_fn_exit 1
1.1       bertrand 10927: fi
                   10928: 
                   10929: #
                   10930: # CONFIG_SUBDIRS section.
                   10931: #
                   10932: if test "$no_recursion" != yes; then
                   10933: 
1.15      bertrand 10934:   # Remove --cache-file, --srcdir, and --disable-option-checking arguments
                   10935:   # so they do not pile up.
1.1       bertrand 10936:   ac_sub_configure_args=
                   10937:   ac_prev=
                   10938:   eval "set x $ac_configure_args"
                   10939:   shift
                   10940:   for ac_arg
                   10941:   do
                   10942:     if test -n "$ac_prev"; then
                   10943:       ac_prev=
                   10944:       continue
                   10945:     fi
                   10946:     case $ac_arg in
                   10947:     -cache-file | --cache-file | --cache-fil | --cache-fi \
                   10948:     | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
                   10949:       ac_prev=cache_file ;;
                   10950:     -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
                   10951:     | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
                   10952:     | --c=*)
                   10953:       ;;
                   10954:     --config-cache | -C)
                   10955:       ;;
                   10956:     -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
                   10957:       ac_prev=srcdir ;;
                   10958:     -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
                   10959:       ;;
                   10960:     -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
                   10961:       ac_prev=prefix ;;
                   10962:     -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
                   10963:       ;;
1.15      bertrand 10964:     --disable-option-checking)
                   10965:       ;;
1.1       bertrand 10966:     *)
                   10967:       case $ac_arg in
1.15      bertrand 10968:       *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1.1       bertrand 10969:       esac
1.15      bertrand 10970:       as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
1.1       bertrand 10971:     esac
                   10972:   done
                   10973: 
                   10974:   # Always prepend --prefix to ensure using the same prefix
                   10975:   # in subdir configurations.
                   10976:   ac_arg="--prefix=$prefix"
                   10977:   case $ac_arg in
1.15      bertrand 10978:   *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1.1       bertrand 10979:   esac
                   10980:   ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
                   10981: 
                   10982:   # Pass --silent
                   10983:   if test "$silent" = yes; then
                   10984:     ac_sub_configure_args="--silent $ac_sub_configure_args"
                   10985:   fi
                   10986: 
1.15      bertrand 10987:   # Always prepend --disable-option-checking to silence warnings, since
                   10988:   # different subdirs can have different --enable and --with options.
                   10989:   ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
                   10990: 
1.1       bertrand 10991:   ac_popdir=`pwd`
                   10992:   for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
                   10993: 
                   10994:     # Do not complain, so a configure script can configure whichever
                   10995:     # parts of a large source tree are present.
                   10996:     test -d "$srcdir/$ac_dir" || continue
                   10997: 
                   10998:     ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
1.15      bertrand 10999:     $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
                   11000:     $as_echo "$ac_msg" >&6
                   11001:     as_dir="$ac_dir"; as_fn_mkdir_p
1.1       bertrand 11002:     ac_builddir=.
                   11003: 
                   11004: case "$ac_dir" in
                   11005: .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
                   11006: *)
1.15      bertrand 11007:   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1.1       bertrand 11008:   # A ".." for each directory in $ac_dir_suffix.
1.15      bertrand 11009:   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1.1       bertrand 11010:   case $ac_top_builddir_sub in
                   11011:   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
                   11012:   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
                   11013:   esac ;;
                   11014: esac
                   11015: ac_abs_top_builddir=$ac_pwd
                   11016: ac_abs_builddir=$ac_pwd$ac_dir_suffix
                   11017: # for backward compatibility:
                   11018: ac_top_builddir=$ac_top_build_prefix
                   11019: 
                   11020: case $srcdir in
                   11021:   .)  # We are building in place.
                   11022:     ac_srcdir=.
                   11023:     ac_top_srcdir=$ac_top_builddir_sub
                   11024:     ac_abs_top_srcdir=$ac_pwd ;;
                   11025:   [\\/]* | ?:[\\/]* )  # Absolute name.
                   11026:     ac_srcdir=$srcdir$ac_dir_suffix;
                   11027:     ac_top_srcdir=$srcdir
                   11028:     ac_abs_top_srcdir=$srcdir ;;
                   11029:   *) # Relative name.
                   11030:     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
                   11031:     ac_top_srcdir=$ac_top_build_prefix$srcdir
                   11032:     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
                   11033: esac
                   11034: ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
                   11035: 
                   11036: 
                   11037:     cd "$ac_dir"
                   11038: 
                   11039:     # Check for guested configure; otherwise get Cygnus style configure.
                   11040:     if test -f "$ac_srcdir/configure.gnu"; then
                   11041:       ac_sub_configure=$ac_srcdir/configure.gnu
                   11042:     elif test -f "$ac_srcdir/configure"; then
                   11043:       ac_sub_configure=$ac_srcdir/configure
                   11044:     elif test -f "$ac_srcdir/configure.in"; then
                   11045:       # This should be Cygnus configure.
                   11046:       ac_sub_configure=$ac_aux_dir/configure
                   11047:     else
1.15      bertrand 11048:       { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
                   11049: $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
1.1       bertrand 11050:       ac_sub_configure=
                   11051:     fi
                   11052: 
                   11053:     # The recursion is here.
                   11054:     if test -n "$ac_sub_configure"; then
                   11055:       # Make the cache file name correct relative to the subdirectory.
                   11056:       case $cache_file in
                   11057:       [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
                   11058:       *) # Relative name.
                   11059:    ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
                   11060:       esac
                   11061: 
1.15      bertrand 11062:       { $as_echo "$as_me:${as_lineno-$LINENO}: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
                   11063: $as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
1.1       bertrand 11064:       # The eval makes quoting arguments work.
                   11065:       eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
                   11066:       --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
1.36      bertrand 11067:    as_fn_error $? "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
1.1       bertrand 11068:     fi
                   11069: 
                   11070:     cd "$ac_popdir"
                   11071:   done
                   11072: fi
1.15      bertrand 11073: if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
                   11074:   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
                   11075: $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
                   11076: fi
1.1       bertrand 11077: 

CVSweb interface <joel.bertrand@systella.fr>