Annotation of rpl/configure, revision 1.86

1.1       bertrand    1: #! /bin/sh
                      2: # Guess values for system-dependent variables and create Makefiles.
1.86    ! bertrand    3: # Generated by GNU Autoconf 2.68 for rpl 4.1.4.
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.86    ! bertrand  560: PACKAGE_VERSION='4.1.4'
        !           561: PACKAGE_STRING='rpl 4.1.4'
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.86    ! bertrand 1382: \`configure' configures rpl 4.1.4 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.86    ! bertrand 1457:      short | recursive ) echo "Configuration of rpl 4.1.4:";;
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.86    ! bertrand 1576: rpl configure 4.1.4
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.83      bertrand 1892: # ac_fn_c_try_run LINENO
                   1893: # ----------------------
                   1894: # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
                   1895: # that executables *can* be run.
                   1896: ac_fn_c_try_run ()
                   1897: {
                   1898:   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
                   1899:   if { { ac_try="$ac_link"
                   1900: case "(($ac_try" in
                   1901:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
                   1902:   *) ac_try_echo=$ac_try;;
                   1903: esac
                   1904: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
                   1905: $as_echo "$ac_try_echo"; } >&5
                   1906:   (eval "$ac_link") 2>&5
                   1907:   ac_status=$?
                   1908:   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
                   1909:   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
                   1910:   { { case "(($ac_try" in
                   1911:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
                   1912:   *) ac_try_echo=$ac_try;;
                   1913: esac
                   1914: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
                   1915: $as_echo "$ac_try_echo"; } >&5
                   1916:   (eval "$ac_try") 2>&5
                   1917:   ac_status=$?
                   1918:   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
                   1919:   test $ac_status = 0; }; }; then :
                   1920:   ac_retval=0
                   1921: else
                   1922:   $as_echo "$as_me: program exited with status $ac_status" >&5
                   1923:        $as_echo "$as_me: failed program was:" >&5
                   1924: sed 's/^/| /' conftest.$ac_ext >&5
                   1925: 
                   1926:        ac_retval=$ac_status
                   1927: fi
                   1928:   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
                   1929:   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
                   1930:   as_fn_set_status $ac_retval
                   1931: 
                   1932: } # ac_fn_c_try_run
                   1933: 
1.33      bertrand 1934: # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
                   1935: # -------------------------------------------
                   1936: # Tests whether TYPE exists after having included INCLUDES, setting cache
                   1937: # variable VAR accordingly.
                   1938: ac_fn_c_check_type ()
                   1939: {
                   1940:   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
                   1941:   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
                   1942: $as_echo_n "checking for $2... " >&6; }
1.57      bertrand 1943: if eval \${$3+:} false; then :
1.33      bertrand 1944:   $as_echo_n "(cached) " >&6
                   1945: else
                   1946:   eval "$3=no"
                   1947:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
                   1948: /* end confdefs.h.  */
                   1949: $4
                   1950: int
                   1951: main ()
                   1952: {
                   1953: if (sizeof ($2))
                   1954:     return 0;
                   1955:   ;
                   1956:   return 0;
                   1957: }
                   1958: _ACEOF
                   1959: if ac_fn_c_try_compile "$LINENO"; then :
                   1960:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
                   1961: /* end confdefs.h.  */
                   1962: $4
                   1963: int
                   1964: main ()
                   1965: {
                   1966: if (sizeof (($2)))
                   1967:        return 0;
                   1968:   ;
                   1969:   return 0;
                   1970: }
                   1971: _ACEOF
                   1972: if ac_fn_c_try_compile "$LINENO"; then :
                   1973: 
                   1974: else
                   1975:   eval "$3=yes"
                   1976: fi
                   1977: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   1978: fi
                   1979: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   1980: fi
                   1981: eval ac_res=\$$3
                   1982:           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
                   1983: $as_echo "$ac_res" >&6; }
1.57      bertrand 1984:   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1.33      bertrand 1985: 
                   1986: } # ac_fn_c_check_type
                   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.86    ! bertrand 2287: It was created by rpl $as_me 4.1.4, 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.86    ! bertrand 3213:  VERSION='4.1.4'
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.85      bertrand 6007:   REG=$LDFLAGS
                   6008: LDFLAGS=-lrt
                   6009: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for POSIX semaphores and shared objects" >&5
                   6010: $as_echo_n "checking for POSIX semaphores and shared objects... " >&6; }
                   6011: if test "$cross_compiling" = yes; then :
                   6012:   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
                   6013: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
                   6014: as_fn_error $? "cannot run test program while cross compiling
                   6015: See \`config.log' for more details" "$LINENO" 5; }
                   6016: else
                   6017:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.81      bertrand 6018: /* end confdefs.h.  */
                   6019: #include <sys/mman.h>
                   6020: #include <sys/stat.h>
                   6021: #include <fcntl.h>
1.82      bertrand 6022: 
1.81      bertrand 6023: int
                   6024: main ()
                   6025: {
1.85      bertrand 6026:  int fd; char *sem = "/test";
1.81      bertrand 6027: fd = shm_open(sem , O_CREAT | O_RDWR, S_IRUSR | S_IWUSR);
                   6028:   close(fd);
                   6029:   shm_unlink(sem);
1.85      bertrand 6030:   fd = sem_open(sem, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, 0);
                   6031:   close(fd);
                   6032:   sem_unlink(sem);
1.81      bertrand 6033:   return(0);
                   6034: 
                   6035:   ;
                   6036:   return 0;
                   6037: }
                   6038: _ACEOF
1.85      bertrand 6039: if ac_fn_c_try_run "$LINENO"; then :
1.81      bertrand 6040:   IPCS_SYSV=-UIPCS_SYSV; { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   6041: $as_echo "yes" >&6; }
                   6042: else
                   6043:   IPCS_SYSV=-DIPCS_SYSV; { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   6044: $as_echo "no" >&6; }
                   6045: 
                   6046: fi
1.85      bertrand 6047: rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
                   6048:   conftest.$ac_objext conftest.beam conftest.$ac_ext
                   6049: fi
                   6050: 
                   6051: LDFLAGS=$REG
1.81      bertrand 6052: 
1.36      bertrand 6053: fi
                   6054: 
                   6055: 
1.81      bertrand 6056: if test "$IPCS_SYSV" = "-UIPCS_SYSV"; then
                   6057: REG=$LDFLAGS
                   6058: LDFLAGS=-pthread
1.83      bertrand 6059: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for POSIX anonymous semaphores" >&5
                   6060: $as_echo_n "checking for POSIX anonymous semaphores... " >&6; }
                   6061: if test "$cross_compiling" = yes; then :
                   6062:   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
                   6063: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
                   6064: as_fn_error $? "cannot run test program while cross compiling
                   6065: See \`config.log' for more details" "$LINENO" 5; }
                   6066: else
                   6067:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
                   6068: /* end confdefs.h.  */
                   6069: #include <semaphore.h>
                   6070: 
                   6071: int
                   6072: main ()
                   6073: {
                   6074:  sem_t sem;
1.81      bertrand 6075:  if (sem_init(&sem, 1, 0) != 0) return(1);
                   6076:  sem_destroy(&sem);
                   6077:   return(0);
1.83      bertrand 6078: 
                   6079:   ;
                   6080:   return 0;
                   6081: }
                   6082: _ACEOF
                   6083: if ac_fn_c_try_run "$LINENO"; then :
                   6084:   SEMAPHORES_NOMMES=-USEMAPHORES_NOMMES; { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   6085: $as_echo "yes" >&6; }
                   6086: else
                   6087:   SEMAPHORES_NOMMES=-DSEMAPHORES_NOMMES; { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   6088: $as_echo "no" >&6; }
                   6089: 
                   6090: fi
                   6091: rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
                   6092:   conftest.$ac_objext conftest.beam conftest.$ac_ext
                   6093: fi
                   6094: 
1.81      bertrand 6095: LDFLAGS=$REG
                   6096: REG=""
                   6097: else
                   6098:    SEMAPHORES_NOMMES=-USEMAPHORES_NOMMES
                   6099: fi
                   6100: 
1.30      bertrand 6101: # Check whether --enable-full-static was given.
                   6102: if test "${enable_full_static+set}" = set; then :
                   6103:   enableval=$enable_full_static;
                   6104: if test "$enableval" = "no"; then
                   6105:    STATIC=no
                   6106: else
                   6107:    STATIC=yes
                   6108: fi
                   6109: else
                   6110:   STATIC=no
                   6111: fi
                   6112: 
                   6113: 
1.15      bertrand 6114: # Check whether --enable-final-encoding was given.
                   6115: if test "${enable_final_encoding+set}" = set; then :
                   6116:   enableval=$enable_final_encoding;
                   6117: if test "$enableval" = "no"; then
                   6118:    FINAL_ENCODING="\$(shell locale charmap | \
                   6119:        \$(AWK) '/\=/ { print \$\$3;} !/\=/ { print \$\$1;}')"
1.35      bertrand 6120:    FORCED_FINAL_ENCODING=0
1.1       bertrand 6121: else
1.15      bertrand 6122:    FINAL_ENCODING="$enable_final_encoding"
1.35      bertrand 6123:    FORCED_FINAL_ENCODING=1
1.15      bertrand 6124: fi
1.1       bertrand 6125: else
1.35      bertrand 6126: 
                   6127: FORCED_FINAL_ENCODING=0
                   6128: FINAL_ENCODING="\$(shell locale charmap | \
1.15      bertrand 6129:    \$(AWK) '/\=/ { print \$\$3;} !/\=/ { print \$\$1;}')"
                   6130: fi
                   6131: 
1.14      bertrand 6132: 
1.15      bertrand 6133: # Check whether --enable-tex was given.
                   6134: if test "${enable_tex+set}" = set; then :
                   6135:   enableval=$enable_tex;
                   6136: if test "$enableval" = "no"; then
                   6137:    TEX_SUPPORT=no
                   6138: else
                   6139:    TEX_SUPPORT=yes
1.1       bertrand 6140: fi
1.15      bertrand 6141: else
                   6142:   TEX_SUPPORT=guessed
                   6143: fi
                   6144: 
1.14      bertrand 6145: 
1.15      bertrand 6146: # Check whether --enable-vim was given.
                   6147: if test "${enable_vim+set}" = set; then :
                   6148:   enableval=$enable_vim;
                   6149: if test "$enableval" = "no"; then
                   6150:    VIM_SUPPORT=no
                   6151: else
                   6152:    VIM_SUPPORT=yes
                   6153: fi
                   6154: else
                   6155:   VIM_SUPPORT=guessed
1.1       bertrand 6156: fi
                   6157: 
1.15      bertrand 6158: 
                   6159: # Check whether --enable-embedded-gnuplot was given.
                   6160: if test "${enable_embedded_gnuplot+set}" = set; then :
                   6161:   enableval=$enable_embedded_gnuplot;
                   6162: if test "$enableval" = "no"; then
                   6163:    MYGNUPLOT=no
                   6164: else
                   6165:    MYGNUPLOT=yes
                   6166: fi
1.1       bertrand 6167: else
                   6168: 
1.15      bertrand 6169: MYGNUPLOT=yes
                   6170: fi
                   6171: 
1.14      bertrand 6172: 
1.15      bertrand 6173: # Check whether --enable-gnuplot was given.
                   6174: if test "${enable_gnuplot+set}" = set; then :
                   6175:   enableval=$enable_gnuplot;
                   6176: if test "$enableval" = "no"; then
                   6177:    GNUPLOT_SUPPORT=no
                   6178:    MYGNUPLOT=no
                   6179:    FORCE_GNUPLOT_PATH=-UFORCE_GNUPLOT_PATH
                   6180: else
                   6181:    GNUPLOT_SUPPORT=yes
                   6182:    FORCE_GNUPLOT_PATH=-DFORCE_GNUPLOT_PATH
                   6183: fi
1.1       bertrand 6184: else
                   6185: 
1.15      bertrand 6186: if test "$MYGNUPLOT" = "yes"; then
                   6187:    GNUPLOT_SUPPORT=yes
                   6188:    FORCE_GNUPLOT_PATH=-DFORCE_GNUPLOT_PATH
                   6189: else
                   6190:    GNUPLOT_SUPPORT=guessed
                   6191:    FORCE_GNUPLOT_PATH=-UFORCE_GNUPLOT_PATH
                   6192: fi
1.1       bertrand 6193: fi
                   6194: 
1.15      bertrand 6195: 
1.80      bertrand 6196: libX=""
                   6197: LIBMOTIF=""
                   6198: INCMOTIF=""
                   6199: BUILD_OPENMOTIF=""
                   6200: 
1.15      bertrand 6201: # Check whether --enable-motif was given.
                   6202: if test "${enable_motif+set}" = set; then :
                   6203:   enableval=$enable_motif;
                   6204: if test "$enableval" = "no"; then
                   6205:    MOTIF_SUPPORT="-UMOTIF_SUPPORT"
                   6206: else
1.80      bertrand 6207:    MOTIF_SUPPORT="-DMOTIF_SUPPORT"
                   6208: fi
1.1       bertrand 6209: else
1.80      bertrand 6210:   if test "$have_x" == "yes"; then
                   6211:    MOTIF_SUPPORT="-DMOTIF_SUPPORT"
1.15      bertrand 6212: else
1.80      bertrand 6213:    MOTIF_SUPPORT="-UMOTIF_SUPPORT"
1.15      bertrand 6214: fi
                   6215: fi
1.14      bertrand 6216: 
1.80      bertrand 6217: 
                   6218: if test "$MOTIF_SUPPORT" = "-DMOTIF_SUPPORT"; then
                   6219:    libX="$X_LIBS -lXt -lX11"
                   6220:    LIBMOTIF="\$(top_builddir)/tools/$OPENMOTIF/lib/Xm/.libs/libXm.a \
                   6221:            \$(top_builddir)/tools/$LIBXPM/src/.libs/libXpm.a"
                   6222:    INCMOTIF="-I\$(top_srcdir)/tools/$OPENMOTIF/lib \
                   6223:            -I\$(top_builddir)/tools/$OPENMOTIF/lib \
                   6224:            -I\$(top_builddir)/tools/$LIBXPM/include"
                   6225:    BUILD_OPENMOTIF="$LIBXPM $OPENMOTIF"
                   6226: 
                   6227: 
                   6228: subdirs="$subdirs tools/$LIBXPM"
                   6229: 
                   6230:    subdirs="$subdirs tools/$OPENMOTIF"
                   6231: 
1.1       bertrand 6232: fi
                   6233: 
1.15      bertrand 6234: # Check whether --enable-experimental was given.
                   6235: if test "${enable_experimental+set}" = set; then :
                   6236:   enableval=$enable_experimental;
                   6237: if test "$enableval" = "no"; then
                   6238:    EXPERIMENTAL_CODE="-UEXPERIMENTAL_CODE"
                   6239: else
                   6240:    EXPERIMENTAL_CODE="-DEXPERIMENTAL_CODE"
                   6241: fi
1.14      bertrand 6242: else
1.15      bertrand 6243:   EXPERIMENTAL_CODE="-UEXPERIMENTAL_CODE"
                   6244: fi
                   6245: 
1.1       bertrand 6246: 
1.15      bertrand 6247: # Check whether --enable-debug was given.
                   6248: if test "${enable_debug+set}" = set; then :
                   6249:   enableval=$enable_debug;
                   6250: if test "$enableval" = "no"; then
1.24      bertrand 6251:    DEBUG="-UDEBUG_MEMOIRE -UDEBUG_ERREURS"
1.15      bertrand 6252: else
1.24      bertrand 6253:    DEBUG="-DDEBUG_MEMOIRE -UDEBUG_ERREURS"
1.15      bertrand 6254: fi
                   6255: else
1.24      bertrand 6256:   DEBUG="-UDEBUG_MEMOIRE -UDEBUG_ERREURS"
1.14      bertrand 6257: fi
1.1       bertrand 6258: 
1.15      bertrand 6259: 
                   6260: # Check whether --enable-profile was given.
                   6261: if test "${enable_profile+set}" = set; then :
                   6262:   enableval=$enable_profile;
                   6263: if test "$enableval" = "no"; then
                   6264:    PROFILAGE=""
                   6265: else
                   6266:    PROFILAGE="-pg"
                   6267: fi
                   6268: else
                   6269:   PROFILAGE=""
1.1       bertrand 6270: fi
                   6271: 
1.14      bertrand 6272: 
                   6273: 
1.15      bertrand 6274: 
                   6275: if test ! -d tools; then
                   6276:    mkdir tools
                   6277: fi
                   6278: if test ! -d "$srcdir"/tools/$NCURSES; then
                   6279:    gunzip -c "$srcdir"/tools/$NCURSES.tar.gz | \
                   6280:            (cd "$srcdir/tools" && tar -xf -)
1.51      bertrand 6281:    (cd "$srcdir/tools/"$NCURSES && \
                   6282:            for i in ../$NCURSES*.patch.gz;
                   6283:            do gunzip -c $i | patch -p1;
                   6284:            done);
1.15      bertrand 6285: fi
                   6286: if test ! -d "$srcdir"/tools/$READLINE; then
                   6287:    gunzip -c "$srcdir"/tools/$READLINE.tar.gz | \
                   6288:            (cd "$srcdir/tools" && tar -xf -)
                   6289: fi
                   6290: if test ! -d "$srcdir"/tools/$UNITS; then
                   6291:    gunzip -c "$srcdir"/tools/$UNITS.tar.gz | \
                   6292:            (cd "$srcdir/tools" && tar -xf -)
                   6293: fi
                   6294: if test ! -d "$srcdir"/tools/$GSL; then
                   6295:    gunzip -c "$srcdir"/tools/$GSL.tar.gz | \
                   6296:            (cd "$srcdir/tools" && tar -xf -)
1.33      bertrand 6297:    if test $(uname) = "OS/2"; then
                   6298:        (cd "$srcdir"/tools/$GSL; \
                   6299:                TMP=$(mktemp tmp.XXXXXXXXXX); \
                   6300:                sed -e '1,$s/\${1+"\$@"}/"\$@"/g' ltmain.sh > $TMP; \
                   6301:                \mv -f $TMP ltmain.sh)
                   6302:    fi
1.15      bertrand 6303: fi
                   6304: if test ! -d "$srcdir"/tools/$GPP; then
                   6305:    gunzip -c "$srcdir"/tools/$GPP.tar.gz | \
                   6306:            (cd "$srcdir/tools" && tar -xf -)
                   6307: fi
                   6308: if test ! -d "$srcdir"/tools/$FILE; then
                   6309:    gunzip -c "$srcdir"/tools/$FILE.tar.gz | \
                   6310:            (cd "$srcdir/tools" && tar -xf - )
                   6311:    (cd "$srcdir/tools"/$FILE && gunzip -c ../$FILE.diff.gz | patch -p1)
                   6312: fi
                   6313: if test ! -d "$srcdir"/tools/$ICONV; then
                   6314:    gunzip -c "$srcdir"/tools/$ICONV.tar.gz | \
                   6315:            (cd "$srcdir/tools" && tar -xf -)
                   6316: fi
                   6317: if test ! -d "$srcdir"/tools/$SQLITE; then
                   6318:    gunzip -c "$srcdir"/tools/$SQLITE.tar.gz | \
                   6319:            (cd "$srcdir/tools" && tar -xf -)
                   6320: fi
1.76      bertrand 6321: if test ! -d "$srcdir"/tools/$SIGSEGV; then
                   6322:    gunzip -c "$srcdir"/tools/$SIGSEGV.tar.gz | \
                   6323:            (cd "$srcdir/tools" && tar -xf -)
                   6324: fi
1.80      bertrand 6325: if test ! -d "$srcdir"/tools/$OPENMOTIF; then
                   6326:    gunzip -c "$srcdir"/tools/$OPENMOTIF.tar.gz | \
                   6327:            (cd "$srcdir/tools" && tar -xf -)
                   6328: fi
                   6329: if test ! -d "$srcdir"/tools/$LIBXPM; then
                   6330:    gunzip -c "$srcdir"/tools/$LIBXPM.tar.gz | \
                   6331:            (cd "$srcdir/tools" && tar -xf -)
                   6332: fi
1.15      bertrand 6333: if test ! -d tools/$OPENSSL; then
                   6334:    gunzip -c "$srcdir"/tools/$OPENSSL.tar.gz | \
                   6335:            (cd tools && tar -xf -)
1.1       bertrand 6336: fi
1.55      bertrand 6337: if test ! -d rplcas; then
                   6338:    mkdir rplcas
                   6339: fi
                   6340: if test ! -d "$srcdir"/rplcas/$GMP; then
                   6341:    gunzip -c "$srcdir"/rplcas/$GMP.tar.gz | \
                   6342:            (cd "$srcdir/rplcas" && tar -xf -)
                   6343: fi
                   6344: if test ! -d "$srcdir"/rplcas/$MPFR; then
                   6345:    gunzip -c "$srcdir"/rplcas/$MPFR.tar.gz | \
                   6346:            (cd "$srcdir/rplcas" && tar -xf -)
                   6347: fi
1.56      bertrand 6348: if test ! -d rplcas/$NTL; then
                   6349:    gunzip -c "$srcdir"/rplcas/$NTL.tar.gz | \
                   6350:            (cd rplcas && tar -xf -)
                   6351: fi
                   6352: if test ! -d rplcas/$COCOA; then
                   6353:    gunzip -c "$srcdir"/rplcas/$COCOA.tar.gz | \
                   6354:            (cd rplcas && tar -xf -)
                   6355: fi
                   6356: if test ! -d rplcas/$PARI; then
                   6357:    gunzip -c "$srcdir"/rplcas/$PARI.tar.gz | \
                   6358:            (cd rplcas && tar -xf -)
                   6359: fi
                   6360: if test ! -d "$srcdir"/rplcas/$GIAC; then
                   6361:    gunzip -c "$srcdir"/rplcas/$GIAC.tar.gz | \
                   6362:            (cd "$srcdir/rplcas" && tar -xf -)
                   6363: fi
1.1       bertrand 6364: 
1.84      bertrand 6365: touch tools/openmotif.lib
                   6366: 
1.1       bertrand 6367: 
                   6368: 
1.15      bertrand 6369: # Check whether --enable-final-run-path was given.
                   6370: if test "${enable_final_run_path+set}" = set; then :
                   6371:   enableval=$enable_final_run_path;
                   6372:    if test "x$enable_final_run_path" = "x"; then
                   6373:        { $as_echo "$as_me:${as_lineno-$LINENO}: \"No path with --enable-final-run-path.\"" >&5
                   6374: $as_echo "$as_me: \"No path with --enable-final-run-path.\"" >&6;}
1.36      bertrand 6375:        as_fn_error $? "\"You should specify final path !\"" "$LINENO" 5
1.15      bertrand 6376:    else
                   6377:        RUNPATH="$enable_final_run_path"
                   6378:    fi
1.1       bertrand 6379: 
                   6380: else
1.15      bertrand 6381:   RUNPATH="\${prefix}"
1.1       bertrand 6382: 
                   6383: fi
                   6384: 
1.15      bertrand 6385: 
                   6386: 
                   6387: 
                   6388: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
                   6389: $as_echo_n "checking whether ln -s works... " >&6; }
                   6390: LN_S=$as_ln_s
                   6391: if test "$LN_S" = "ln -s"; then
                   6392:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   6393: $as_echo "yes" >&6; }
                   6394: else
                   6395:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
                   6396: $as_echo "no, using $LN_S" >&6; }
1.1       bertrand 6397: fi
                   6398: 
1.15      bertrand 6399: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
                   6400: $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
                   6401: set x ${MAKE-make}
                   6402: ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
1.57      bertrand 6403: if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
1.15      bertrand 6404:   $as_echo_n "(cached) " >&6
1.1       bertrand 6405: else
1.15      bertrand 6406:   cat >conftest.make <<\_ACEOF
                   6407: SHELL = /bin/sh
                   6408: all:
                   6409:    @echo '@@@%%%=$(MAKE)=@@@%%%'
1.14      bertrand 6410: _ACEOF
1.36      bertrand 6411: # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
1.15      bertrand 6412: case `${MAKE-make} -f conftest.make 2>/dev/null` in
                   6413:   *@@@%%%=?*=@@@%%%*)
                   6414:     eval ac_cv_prog_make_${ac_make}_set=yes;;
                   6415:   *)
                   6416:     eval ac_cv_prog_make_${ac_make}_set=no;;
1.14      bertrand 6417: esac
1.15      bertrand 6418: rm -f conftest.make
                   6419: fi
                   6420: if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
                   6421:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   6422: $as_echo "yes" >&6; }
                   6423:   SET_MAKE=
                   6424: else
                   6425:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   6426: $as_echo "no" >&6; }
                   6427:   SET_MAKE="MAKE=${MAKE-make}"
                   6428: fi
1.1       bertrand 6429: 
1.15      bertrand 6430: if test -n "$ac_tool_prefix"; then
                   6431:   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
                   6432: set dummy ${ac_tool_prefix}ranlib; ac_word=$2
                   6433: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
                   6434: $as_echo_n "checking for $ac_word... " >&6; }
1.57      bertrand 6435: if ${ac_cv_prog_RANLIB+:} false; then :
1.15      bertrand 6436:   $as_echo_n "(cached) " >&6
                   6437: else
                   6438:   if test -n "$RANLIB"; then
                   6439:   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1.1       bertrand 6440: else
1.15      bertrand 6441: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   6442: for as_dir in $PATH
                   6443: do
                   6444:   IFS=$as_save_IFS
                   6445:   test -z "$as_dir" && as_dir=.
                   6446:     for ac_exec_ext in '' $ac_executable_extensions; do
                   6447:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
                   6448:     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
                   6449:     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
                   6450:     break 2
                   6451:   fi
                   6452: done
                   6453:   done
                   6454: IFS=$as_save_IFS
1.1       bertrand 6455: 
                   6456: fi
1.15      bertrand 6457: fi
                   6458: RANLIB=$ac_cv_prog_RANLIB
                   6459: if test -n "$RANLIB"; then
                   6460:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
                   6461: $as_echo "$RANLIB" >&6; }
                   6462: else
                   6463:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   6464: $as_echo "no" >&6; }
                   6465: fi
                   6466: 
1.1       bertrand 6467: 
1.15      bertrand 6468: fi
                   6469: if test -z "$ac_cv_prog_RANLIB"; then
                   6470:   ac_ct_RANLIB=$RANLIB
                   6471:   # Extract the first word of "ranlib", so it can be a program name with args.
                   6472: set dummy ranlib; ac_word=$2
                   6473: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
                   6474: $as_echo_n "checking for $ac_word... " >&6; }
1.57      bertrand 6475: if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
1.15      bertrand 6476:   $as_echo_n "(cached) " >&6
                   6477: else
                   6478:   if test -n "$ac_ct_RANLIB"; then
                   6479:   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
                   6480: else
                   6481: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   6482: for as_dir in $PATH
                   6483: do
                   6484:   IFS=$as_save_IFS
                   6485:   test -z "$as_dir" && as_dir=.
                   6486:     for ac_exec_ext in '' $ac_executable_extensions; do
                   6487:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
                   6488:     ac_cv_prog_ac_ct_RANLIB="ranlib"
                   6489:     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
                   6490:     break 2
                   6491:   fi
                   6492: done
1.14      bertrand 6493:   done
1.15      bertrand 6494: IFS=$as_save_IFS
                   6495: 
                   6496: fi
                   6497: fi
                   6498: ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
                   6499: if test -n "$ac_ct_RANLIB"; then
                   6500:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
                   6501: $as_echo "$ac_ct_RANLIB" >&6; }
                   6502: else
                   6503:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   6504: $as_echo "no" >&6; }
                   6505: fi
                   6506: 
                   6507:   if test "x$ac_ct_RANLIB" = x; then
                   6508:     RANLIB=":"
                   6509:   else
                   6510:     case $cross_compiling:$ac_tool_warned in
                   6511: yes:)
                   6512: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
                   6513: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
                   6514: ac_tool_warned=yes ;;
                   6515: esac
                   6516:     RANLIB=$ac_ct_RANLIB
                   6517:   fi
1.14      bertrand 6518: else
1.15      bertrand 6519:   RANLIB="$ac_cv_prog_RANLIB"
                   6520: fi
1.1       bertrand 6521: 
                   6522: 
1.15      bertrand 6523: # Extract the first word of "nawk", so it can be a program name with args.
                   6524: set dummy nawk; ac_word=$2
                   6525: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
                   6526: $as_echo_n "checking for $ac_word... " >&6; }
1.57      bertrand 6527: if ${ac_cv_prog_AWK+:} false; then :
1.15      bertrand 6528:   $as_echo_n "(cached) " >&6
                   6529: else
                   6530:   if test -n "$AWK"; then
                   6531:   ac_cv_prog_AWK="$AWK" # Let the user override the test.
                   6532: else
                   6533: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   6534: for as_dir in $PATH
                   6535: do
                   6536:   IFS=$as_save_IFS
                   6537:   test -z "$as_dir" && as_dir=.
                   6538:     for ac_exec_ext in '' $ac_executable_extensions; do
                   6539:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
                   6540:     ac_cv_prog_AWK="yes"
                   6541:     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
                   6542:     break 2
                   6543:   fi
                   6544: done
                   6545:   done
                   6546: IFS=$as_save_IFS
1.1       bertrand 6547: 
1.15      bertrand 6548:   test -z "$ac_cv_prog_AWK" && ac_cv_prog_AWK="no"
                   6549: fi
                   6550: fi
                   6551: AWK=$ac_cv_prog_AWK
                   6552: if test -n "$AWK"; then
                   6553:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
                   6554: $as_echo "$AWK" >&6; }
1.1       bertrand 6555: else
1.15      bertrand 6556:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   6557: $as_echo "no" >&6; }
                   6558: fi
                   6559: 
1.1       bertrand 6560: 
1.15      bertrand 6561: if test "$AWK" = no; then
1.39      bertrand 6562:    # Extract the first word of "gawk", so it can be a program name with args.
                   6563: set dummy gawk; ac_word=$2
                   6564: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
                   6565: $as_echo_n "checking for $ac_word... " >&6; }
1.57      bertrand 6566: if ${ac_cv_prog_AWK+:} false; then :
1.39      bertrand 6567:   $as_echo_n "(cached) " >&6
                   6568: else
                   6569:   if test -n "$AWK"; then
                   6570:   ac_cv_prog_AWK="$AWK" # Let the user override the test.
                   6571: else
                   6572: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   6573: for as_dir in $PATH
                   6574: do
                   6575:   IFS=$as_save_IFS
                   6576:   test -z "$as_dir" && as_dir=.
                   6577:     for ac_exec_ext in '' $ac_executable_extensions; do
                   6578:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
                   6579:     ac_cv_prog_AWK="yes"
                   6580:     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
                   6581:     break 2
                   6582:   fi
                   6583: done
                   6584:   done
                   6585: IFS=$as_save_IFS
                   6586: 
                   6587:   test -z "$ac_cv_prog_AWK" && ac_cv_prog_AWK="no"
                   6588: fi
                   6589: fi
                   6590: AWK=$ac_cv_prog_AWK
                   6591: if test -n "$AWK"; then
                   6592:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
                   6593: $as_echo "$AWK" >&6; }
                   6594: else
                   6595:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   6596: $as_echo "no" >&6; }
                   6597: fi
                   6598: 
                   6599: 
                   6600:    if test "$AWK" = no; then
                   6601:        as_fn_error $? "Can not find nawk !" "$LINENO" 5
                   6602:    fi
1.1       bertrand 6603: fi
                   6604: 
1.15      bertrand 6605: # Extract the first word of "sed", so it can be a program name with args.
                   6606: set dummy sed; ac_word=$2
                   6607: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
                   6608: $as_echo_n "checking for $ac_word... " >&6; }
1.57      bertrand 6609: if ${ac_cv_prog_SED+:} false; then :
1.15      bertrand 6610:   $as_echo_n "(cached) " >&6
                   6611: else
                   6612:   if test -n "$SED"; then
                   6613:   ac_cv_prog_SED="$SED" # Let the user override the test.
                   6614: else
                   6615: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   6616: for as_dir in $PATH
                   6617: do
                   6618:   IFS=$as_save_IFS
                   6619:   test -z "$as_dir" && as_dir=.
                   6620:     for ac_exec_ext in '' $ac_executable_extensions; do
                   6621:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
                   6622:     ac_cv_prog_SED="yes"
                   6623:     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
                   6624:     break 2
                   6625:   fi
                   6626: done
1.14      bertrand 6627:   done
1.15      bertrand 6628: IFS=$as_save_IFS
1.1       bertrand 6629: 
1.15      bertrand 6630:   test -z "$ac_cv_prog_SED" && ac_cv_prog_SED="no"
1.14      bertrand 6631: fi
1.15      bertrand 6632: fi
                   6633: SED=$ac_cv_prog_SED
                   6634: if test -n "$SED"; then
                   6635:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SED" >&5
                   6636: $as_echo "$SED" >&6; }
                   6637: else
                   6638:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   6639: $as_echo "no" >&6; }
1.14      bertrand 6640: fi
1.1       bertrand 6641: 
                   6642: 
1.15      bertrand 6643: if test "$SED" = no; then
1.36      bertrand 6644:    as_fn_error $? "Can not find sed !" "$LINENO" 5
1.15      bertrand 6645: fi
1.14      bertrand 6646: 
1.15      bertrand 6647: if test "$TEX_SUPPORT" = guessed; then
                   6648:    POSTSCRIPT_SUPPORT="-DPOSTSCRIPT_SUPPORT"
1.1       bertrand 6649: 
1.15      bertrand 6650:    # Extract the first word of "tex", so it can be a program name with args.
                   6651: set dummy tex; ac_word=$2
                   6652: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
                   6653: $as_echo_n "checking for $ac_word... " >&6; }
1.57      bertrand 6654: if ${ac_cv_prog_TEX+:} false; then :
1.15      bertrand 6655:   $as_echo_n "(cached) " >&6
1.1       bertrand 6656: else
1.15      bertrand 6657:   if test -n "$TEX"; then
                   6658:   ac_cv_prog_TEX="$TEX" # Let the user override the test.
1.1       bertrand 6659: else
1.15      bertrand 6660: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   6661: for as_dir in $PATH
                   6662: do
                   6663:   IFS=$as_save_IFS
                   6664:   test -z "$as_dir" && as_dir=.
                   6665:     for ac_exec_ext in '' $ac_executable_extensions; do
                   6666:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
                   6667:     ac_cv_prog_TEX="yes"
                   6668:     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
                   6669:     break 2
                   6670:   fi
                   6671: done
                   6672:   done
                   6673: IFS=$as_save_IFS
1.1       bertrand 6674: 
1.15      bertrand 6675:   test -z "$ac_cv_prog_TEX" && ac_cv_prog_TEX="no"
1.1       bertrand 6676: fi
                   6677: fi
1.15      bertrand 6678: TEX=$ac_cv_prog_TEX
                   6679: if test -n "$TEX"; then
                   6680:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $TEX" >&5
                   6681: $as_echo "$TEX" >&6; }
                   6682: else
                   6683:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   6684: $as_echo "no" >&6; }
1.1       bertrand 6685: fi
1.14      bertrand 6686: 
                   6687: 
1.15      bertrand 6688:    if test "$TEX" = no; then
                   6689:        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cannot find TeX! You may install it.
                   6690: Download at http://tex.loria.fr/
                   6691: " >&5
                   6692: $as_echo "$as_me: WARNING: Cannot find TeX! You may install it.
                   6693: Download at http://tex.loria.fr/
                   6694: " >&2;}
                   6695:        POSTSCRIPT_SUPPORT="-UPOSTSCRIPT_SUPPORT"
                   6696:    fi
1.14      bertrand 6697: 
1.15      bertrand 6698:    # Extract the first word of "latex", so it can be a program name with args.
                   6699: set dummy latex; ac_word=$2
                   6700: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
                   6701: $as_echo_n "checking for $ac_word... " >&6; }
1.57      bertrand 6702: if ${ac_cv_prog_LATEX+:} false; then :
1.15      bertrand 6703:   $as_echo_n "(cached) " >&6
1.1       bertrand 6704: else
1.15      bertrand 6705:   if test -n "$LATEX"; then
                   6706:   ac_cv_prog_LATEX="$LATEX" # Let the user override the test.
1.1       bertrand 6707: else
1.15      bertrand 6708: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   6709: for as_dir in $PATH
                   6710: do
                   6711:   IFS=$as_save_IFS
                   6712:   test -z "$as_dir" && as_dir=.
                   6713:     for ac_exec_ext in '' $ac_executable_extensions; do
                   6714:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
                   6715:     ac_cv_prog_LATEX="yes"
                   6716:     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
                   6717:     break 2
                   6718:   fi
                   6719: done
                   6720:   done
                   6721: IFS=$as_save_IFS
1.1       bertrand 6722: 
1.15      bertrand 6723:   test -z "$ac_cv_prog_LATEX" && ac_cv_prog_LATEX="no"
1.1       bertrand 6724: fi
                   6725: fi
1.15      bertrand 6726: LATEX=$ac_cv_prog_LATEX
                   6727: if test -n "$LATEX"; then
                   6728:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LATEX" >&5
                   6729: $as_echo "$LATEX" >&6; }
                   6730: else
                   6731:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   6732: $as_echo "no" >&6; }
                   6733: fi
1.14      bertrand 6734: 
1.1       bertrand 6735: 
1.15      bertrand 6736:    if test "$LATEX" = no; then
                   6737:        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cannot find LaTeX! You may install it.
                   6738: Download at http://tex.loria.fr/
                   6739: " >&5
                   6740: $as_echo "$as_me: WARNING: Cannot find LaTeX! You may install it.
                   6741: Download at http://tex.loria.fr/
                   6742: " >&2;}
                   6743:        POSTSCRIPT_SUPPORT="-UPOSTSCRIPT_SUPPORT"
                   6744:    fi
1.1       bertrand 6745: 
1.15      bertrand 6746:    # Extract the first word of "dvips", so it can be a program name with args.
                   6747: set dummy dvips; ac_word=$2
                   6748: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
                   6749: $as_echo_n "checking for $ac_word... " >&6; }
1.57      bertrand 6750: if ${ac_cv_prog_DVIPS+:} false; then :
1.15      bertrand 6751:   $as_echo_n "(cached) " >&6
                   6752: else
                   6753:   if test -n "$DVIPS"; then
                   6754:   ac_cv_prog_DVIPS="$DVIPS" # Let the user override the test.
                   6755: else
                   6756: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   6757: for as_dir in $PATH
                   6758: do
                   6759:   IFS=$as_save_IFS
                   6760:   test -z "$as_dir" && as_dir=.
                   6761:     for ac_exec_ext in '' $ac_executable_extensions; do
                   6762:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
                   6763:     ac_cv_prog_DVIPS="yes"
                   6764:     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
                   6765:     break 2
                   6766:   fi
                   6767: done
                   6768:   done
                   6769: IFS=$as_save_IFS
1.1       bertrand 6770: 
1.15      bertrand 6771:   test -z "$ac_cv_prog_DVIPS" && ac_cv_prog_DVIPS="no"
                   6772: fi
1.1       bertrand 6773: fi
1.15      bertrand 6774: DVIPS=$ac_cv_prog_DVIPS
                   6775: if test -n "$DVIPS"; then
                   6776:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DVIPS" >&5
                   6777: $as_echo "$DVIPS" >&6; }
1.1       bertrand 6778: else
1.15      bertrand 6779:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   6780: $as_echo "no" >&6; }
                   6781: fi
1.1       bertrand 6782: 
                   6783: 
1.15      bertrand 6784:    if test "$DVIPS" = no; then
                   6785:        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cannot find dvips! You may install it.
                   6786: Download at http://tex.loria.fr/
                   6787: " >&5
                   6788: $as_echo "$as_me: WARNING: Cannot find dvips! You may install it.
                   6789: Download at http://tex.loria.fr/
                   6790: " >&2;}
                   6791:        POSTSCRIPT_SUPPORT="-UPOSTSCRIPT_SUPPORT"
                   6792:    fi
1.1       bertrand 6793: 
1.15      bertrand 6794:    # Extract the first word of "gs", so it can be a program name with args.
                   6795: set dummy gs; ac_word=$2
                   6796: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
                   6797: $as_echo_n "checking for $ac_word... " >&6; }
1.57      bertrand 6798: if ${ac_cv_prog_GS+:} false; then :
1.15      bertrand 6799:   $as_echo_n "(cached) " >&6
                   6800: else
                   6801:   if test -n "$GS"; then
                   6802:   ac_cv_prog_GS="$GS" # Let the user override the test.
1.1       bertrand 6803: else
1.15      bertrand 6804: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   6805: for as_dir in $PATH
                   6806: do
                   6807:   IFS=$as_save_IFS
                   6808:   test -z "$as_dir" && as_dir=.
                   6809:     for ac_exec_ext in '' $ac_executable_extensions; do
                   6810:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
                   6811:     ac_cv_prog_GS="yes"
                   6812:     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
                   6813:     break 2
                   6814:   fi
                   6815: done
                   6816:   done
                   6817: IFS=$as_save_IFS
1.1       bertrand 6818: 
1.15      bertrand 6819:   test -z "$ac_cv_prog_GS" && ac_cv_prog_GS="no"
                   6820: fi
                   6821: fi
                   6822: GS=$ac_cv_prog_GS
                   6823: if test -n "$GS"; then
                   6824:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GS" >&5
                   6825: $as_echo "$GS" >&6; }
                   6826: else
                   6827:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   6828: $as_echo "no" >&6; }
1.1       bertrand 6829: fi
                   6830: 
1.15      bertrand 6831: 
                   6832:    if test "$GS" = no; then
                   6833:        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cannot find gs! You may install it.
                   6834: Download at http://ftp.lip6.fr/
                   6835: " >&5
                   6836: $as_echo "$as_me: WARNING: Cannot find gs! You may install it.
                   6837: Download at http://ftp.lip6.fr/
                   6838: " >&2;}
                   6839:        POSTSCRIPT_SUPPORT="-UPOSTSCRIPT_SUPPORT"
                   6840:    fi
                   6841: 
                   6842:    # Extract the first word of "gv", so it can be a program name with args.
                   6843: set dummy gv; ac_word=$2
                   6844: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
                   6845: $as_echo_n "checking for $ac_word... " >&6; }
1.57      bertrand 6846: if ${ac_cv_prog_GV+:} false; then :
1.15      bertrand 6847:   $as_echo_n "(cached) " >&6
                   6848: else
                   6849:   if test -n "$GV"; then
                   6850:   ac_cv_prog_GV="$GV" # Let the user override the test.
                   6851: else
                   6852: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   6853: for as_dir in $PATH
                   6854: do
                   6855:   IFS=$as_save_IFS
                   6856:   test -z "$as_dir" && as_dir=.
                   6857:     for ac_exec_ext in '' $ac_executable_extensions; do
                   6858:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
                   6859:     ac_cv_prog_GV="yes"
                   6860:     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
                   6861:     break 2
                   6862:   fi
                   6863: done
1.14      bertrand 6864:   done
1.15      bertrand 6865: IFS=$as_save_IFS
1.1       bertrand 6866: 
1.15      bertrand 6867:   test -z "$ac_cv_prog_GV" && ac_cv_prog_GV="no"
                   6868: fi
1.1       bertrand 6869: fi
1.15      bertrand 6870: GV=$ac_cv_prog_GV
                   6871: if test -n "$GV"; then
                   6872:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GV" >&5
                   6873: $as_echo "$GV" >&6; }
                   6874: else
                   6875:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   6876: $as_echo "no" >&6; }
1.1       bertrand 6877: fi
1.14      bertrand 6878: 
                   6879: 
1.15      bertrand 6880:    if test "$GV" = no; then
                   6881:        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cannot find gv! You may install it.
                   6882: Download at http://ftp.lip6.fr/
                   6883: " >&5
                   6884: $as_echo "$as_me: WARNING: Cannot find gv! You may install it.
                   6885: Download at http://ftp.lip6.fr/
                   6886: " >&2;}
                   6887:        POSTSCRIPT_SUPPORT="-UPOSTSCRIPT_SUPPORT"
                   6888:    fi
1.1       bertrand 6889: else
1.15      bertrand 6890:    if test "$TEX_SUPPORT" = no; then
                   6891:        POSTSCRIPT_SUPPORT="-UPOSTSCRIPT_SUPPORT"
                   6892:    else
                   6893:        POSTSCRIPT_SUPPORT="-DPOSTSCRIPT_SUPPORT"
                   6894:    fi
1.1       bertrand 6895: fi
                   6896: 
1.15      bertrand 6897: if test "$GNUPLOT_SUPPORT" = guessed; then
                   6898:    # Extract the first word of "gnuplot", so it can be a program name with args.
                   6899: set dummy gnuplot; ac_word=$2
                   6900: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
                   6901: $as_echo_n "checking for $ac_word... " >&6; }
1.57      bertrand 6902: if ${ac_cv_prog_GNUPLOT_P+:} false; then :
1.15      bertrand 6903:   $as_echo_n "(cached) " >&6
1.14      bertrand 6904: else
1.15      bertrand 6905:   if test -n "$GNUPLOT_P"; then
                   6906:   ac_cv_prog_GNUPLOT_P="$GNUPLOT_P" # Let the user override the test.
1.1       bertrand 6907: else
1.15      bertrand 6908: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   6909: for as_dir in $PATH
                   6910: do
                   6911:   IFS=$as_save_IFS
                   6912:   test -z "$as_dir" && as_dir=.
                   6913:     for ac_exec_ext in '' $ac_executable_extensions; do
                   6914:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
                   6915:     ac_cv_prog_GNUPLOT_P="yes"
                   6916:     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
                   6917:     break 2
                   6918:   fi
                   6919: done
                   6920:   done
                   6921: IFS=$as_save_IFS
1.1       bertrand 6922: 
1.15      bertrand 6923:   test -z "$ac_cv_prog_GNUPLOT_P" && ac_cv_prog_GNUPLOT_P="no"
1.1       bertrand 6924: fi
                   6925: fi
1.15      bertrand 6926: GNUPLOT_P=$ac_cv_prog_GNUPLOT_P
                   6927: if test -n "$GNUPLOT_P"; then
                   6928:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNUPLOT_P" >&5
                   6929: $as_echo "$GNUPLOT_P" >&6; }
                   6930: else
                   6931:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   6932: $as_echo "no" >&6; }
1.1       bertrand 6933: fi
                   6934: 
                   6935: 
1.15      bertrand 6936:    if test "$GNUPLOT_P" = no; then
                   6937:        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cannot find gnuplot! You may install it.
                   6938: Download at http://www.gnuplot.vt.edu/
                   6939: " >&5
                   6940: $as_echo "$as_me: WARNING: Cannot find gnuplot! You may install it.
                   6941: Download at http://www.gnuplot.vt.edu/
                   6942: " >&2;}
                   6943:        GNUPLOT_SUPPORT="-UGNUPLOT_SUPPORT"
                   6944:    else
                   6945:        GNUPLOT_SUPPORT="-DGNUPLOT_SUPPORT"
                   6946:    fi
                   6947: else
                   6948:    if test "$GNUPLOT_SUPPORT" = no; then
                   6949:        GNUPLOT_SUPPORT="-UGNUPLOT_SUPPORT"
                   6950:    else
                   6951:        GNUPLOT_SUPPORT="-DGNUPLOT_SUPPORT"
                   6952:    fi
                   6953: fi
1.1       bertrand 6954: 
1.15      bertrand 6955: if test "$VIM_SUPPORT" = guessed; then
                   6956:    # Extract the first word of "vim", so it can be a program name with args.
                   6957: set dummy vim; ac_word=$2
                   6958: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
                   6959: $as_echo_n "checking for $ac_word... " >&6; }
1.57      bertrand 6960: if ${ac_cv_prog_VIM+:} false; then :
1.15      bertrand 6961:   $as_echo_n "(cached) " >&6
1.1       bertrand 6962: else
1.15      bertrand 6963:   if test -n "$VIM"; then
                   6964:   ac_cv_prog_VIM="$VIM" # Let the user override the test.
1.1       bertrand 6965: else
1.15      bertrand 6966: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   6967: for as_dir in $PATH
                   6968: do
                   6969:   IFS=$as_save_IFS
                   6970:   test -z "$as_dir" && as_dir=.
                   6971:     for ac_exec_ext in '' $ac_executable_extensions; do
                   6972:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
                   6973:     ac_cv_prog_VIM="yes"
                   6974:     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
                   6975:     break 2
                   6976:   fi
                   6977: done
                   6978:   done
                   6979: IFS=$as_save_IFS
1.1       bertrand 6980: 
1.15      bertrand 6981:   test -z "$ac_cv_prog_VIM" && ac_cv_prog_VIM="no"
1.1       bertrand 6982: fi
                   6983: fi
1.15      bertrand 6984: VIM=$ac_cv_prog_VIM
                   6985: if test -n "$VIM"; then
                   6986:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $VIM" >&5
                   6987: $as_echo "$VIM" >&6; }
1.1       bertrand 6988: else
1.15      bertrand 6989:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   6990: $as_echo "no" >&6; }
                   6991: fi
1.1       bertrand 6992: 
                   6993: 
1.15      bertrand 6994:    if test "$VIM" = no; then
                   6995:        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cannot find vim! You may install it.
                   6996: Download at http://www.vim.org/
                   6997: " >&5
                   6998: $as_echo "$as_me: WARNING: Cannot find vim! You may install it.
                   6999: Download at http://www.vim.org/
                   7000: " >&2;}
                   7001:        VIM_SUPPORT="-UVIM_SUPPORT"
                   7002:    else
                   7003:        VIM_SUPPORT="-DVIM_SUPPORT"
                   7004:    fi
1.1       bertrand 7005: else
1.15      bertrand 7006:    if test "$VIM_SUPPORT" = no; then
                   7007:        VIM_SUPPORT="-UVIM_SUPPORT"
                   7008:    else
                   7009:        VIM_SUPPORT="-DVIM_SUPPORT"
                   7010:    fi
1.1       bertrand 7011: fi
                   7012: 
1.14      bertrand 7013: 
                   7014: 
1.1       bertrand 7015: 
                   7016: 
1.15      bertrand 7017: 
                   7018: 
                   7019: 
                   7020: 
                   7021: 
                   7022: 
                   7023: DATE=$(LANG=C date +"%A, %e %B %Y %T %z")
                   7024: 
                   7025: 
                   7026: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lm" >&5
                   7027: $as_echo_n "checking for main in -lm... " >&6; }
1.57      bertrand 7028: if ${ac_cv_lib_m_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="-lm  $LIBS"
                   7033: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 7034: /* end confdefs.h.  */
1.15      bertrand 7035: 
                   7036: 
1.1       bertrand 7037: int
                   7038: main ()
                   7039: {
1.15      bertrand 7040: return main ();
1.1       bertrand 7041:   ;
                   7042:   return 0;
                   7043: }
                   7044: _ACEOF
1.15      bertrand 7045: if ac_fn_c_try_link "$LINENO"; then :
                   7046:   ac_cv_lib_m_main=yes
1.1       bertrand 7047: else
1.15      bertrand 7048:   ac_cv_lib_m_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_m_main" >&5
                   7055: $as_echo "$ac_cv_lib_m_main" >&6; }
1.57      bertrand 7056: if test "x$ac_cv_lib_m_main" = xyes; then :
1.15      bertrand 7057:   cat >>confdefs.h <<_ACEOF
                   7058: #define HAVE_LIBM 1
                   7059: _ACEOF
1.14      bertrand 7060: 
1.15      bertrand 7061:   LIBS="-lm $LIBS"
1.1       bertrand 7062: 
1.15      bertrand 7063: else
1.36      bertrand 7064:   as_fn_error $? "Can not find libm !" "$LINENO" 5
1.1       bertrand 7065: fi
                   7066: 
1.15      bertrand 7067: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lpthread" >&5
                   7068: $as_echo_n "checking for main in -lpthread... " >&6; }
1.57      bertrand 7069: if ${ac_cv_lib_pthread_main+:} false; then :
1.15      bertrand 7070:   $as_echo_n "(cached) " >&6
1.1       bertrand 7071: else
1.15      bertrand 7072:   ac_check_lib_save_LIBS=$LIBS
                   7073: LIBS="-lpthread  $LIBS"
                   7074: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 7075: /* end confdefs.h.  */
1.15      bertrand 7076: 
                   7077: 
1.14      bertrand 7078: int
                   7079: main ()
                   7080: {
1.15      bertrand 7081: return main ();
1.14      bertrand 7082:   ;
                   7083:   return 0;
                   7084: }
                   7085: _ACEOF
1.15      bertrand 7086: if ac_fn_c_try_link "$LINENO"; then :
                   7087:   ac_cv_lib_pthread_main=yes
                   7088: else
                   7089:   ac_cv_lib_pthread_main=no
                   7090: fi
                   7091: rm -f core conftest.err conftest.$ac_objext \
                   7092:     conftest$ac_exeext conftest.$ac_ext
                   7093: LIBS=$ac_check_lib_save_LIBS
                   7094: fi
                   7095: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_main" >&5
                   7096: $as_echo "$ac_cv_lib_pthread_main" >&6; }
1.57      bertrand 7097: if test "x$ac_cv_lib_pthread_main" = xyes; then :
1.15      bertrand 7098:   cat >>confdefs.h <<_ACEOF
                   7099: #define HAVE_LIBPTHREAD 1
1.14      bertrand 7100: _ACEOF
                   7101: 
1.15      bertrand 7102:   LIBS="-lpthread $LIBS"
                   7103: 
1.1       bertrand 7104: else
1.36      bertrand 7105:   as_fn_error $? "Can not find libpthread !" "$LINENO" 5
1.15      bertrand 7106: fi
1.14      bertrand 7107: 
1.1       bertrand 7108: 
1.33      bertrand 7109: ac_fn_c_check_type "$LINENO" "union semun" "ac_cv_type_union_semun" "
                   7110: #include <sys/sem.h>
                   7111: 
                   7112: "
1.57      bertrand 7113: if test "x$ac_cv_type_union_semun" = xyes; then :
1.33      bertrand 7114:   SEMUN=-DUNION_SEMUN
                   7115: else
                   7116:   SEMUN=-UUNION_SEMUN
                   7117: fi
                   7118: 
                   7119: 
1.34      bertrand 7120: ac_fn_c_check_type "$LINENO" "struct sockaddr_in6" "ac_cv_type_struct_sockaddr_in6" "
1.35      bertrand 7121: #include <sys/types.h>
1.34      bertrand 7122: #include <netinet/in.h>
                   7123: 
                   7124: "
1.57      bertrand 7125: if test "x$ac_cv_type_struct_sockaddr_in6" = xyes; then :
1.34      bertrand 7126:   IPV6=-DIPV6
                   7127: else
                   7128:   IPV6=-UIPV6
                   7129: fi
                   7130: 
                   7131: 
1.15      bertrand 7132: if test "$CYGWIN" != yes; then
                   7133:    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
                   7134: $as_echo_n "checking for dlopen in -ldl... " >&6; }
1.57      bertrand 7135: if ${ac_cv_lib_dl_dlopen+:} false; then :
1.15      bertrand 7136:   $as_echo_n "(cached) " >&6
1.1       bertrand 7137: else
1.15      bertrand 7138:   ac_check_lib_save_LIBS=$LIBS
                   7139: LIBS="-ldl  $LIBS"
                   7140: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 7141: /* end confdefs.h.  */
                   7142: 
1.15      bertrand 7143: /* Override any GCC internal prototype to avoid an error.
                   7144:    Use char because int might match the return type of a GCC
                   7145:    builtin and then its argument prototype would still apply.  */
                   7146: #ifdef __cplusplus
                   7147: extern "C"
                   7148: #endif
                   7149: char dlopen ();
1.1       bertrand 7150: int
                   7151: main ()
                   7152: {
1.15      bertrand 7153: return dlopen ();
1.1       bertrand 7154:   ;
                   7155:   return 0;
                   7156: }
                   7157: _ACEOF
1.15      bertrand 7158: if ac_fn_c_try_link "$LINENO"; then :
                   7159:   ac_cv_lib_dl_dlopen=yes
1.1       bertrand 7160: else
1.15      bertrand 7161:   ac_cv_lib_dl_dlopen=no
                   7162: fi
                   7163: rm -f core conftest.err conftest.$ac_objext \
                   7164:     conftest$ac_exeext conftest.$ac_ext
                   7165: LIBS=$ac_check_lib_save_LIBS
1.1       bertrand 7166: fi
1.15      bertrand 7167: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
                   7168: $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
1.57      bertrand 7169: if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
1.15      bertrand 7170:   LIBS="$LIBS -ldl"
1.14      bertrand 7171: else
1.15      bertrand 7172:   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libdl doesn't seem to be needed on this system." >&5
                   7173: $as_echo "$as_me: WARNING: libdl doesn't seem to be needed on this system." >&2;}
1.1       bertrand 7174: fi
                   7175: 
1.14      bertrand 7176: fi
1.1       bertrand 7177: 
1.15      bertrand 7178: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nanosleep in -lrt" >&5
                   7179: $as_echo_n "checking for nanosleep in -lrt... " >&6; }
1.57      bertrand 7180: if ${ac_cv_lib_rt_nanosleep+:} false; then :
1.15      bertrand 7181:   $as_echo_n "(cached) " >&6
                   7182: else
                   7183:   ac_check_lib_save_LIBS=$LIBS
                   7184: LIBS="-lrt  $LIBS"
                   7185: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 7186: /* end confdefs.h.  */
1.15      bertrand 7187: 
                   7188: /* Override any GCC internal prototype to avoid an error.
                   7189:    Use char because int might match the return type of a GCC
                   7190:    builtin and then its argument prototype would still apply.  */
                   7191: #ifdef __cplusplus
                   7192: extern "C"
                   7193: #endif
                   7194: char nanosleep ();
1.1       bertrand 7195: int
                   7196: main ()
                   7197: {
1.15      bertrand 7198: return nanosleep ();
1.1       bertrand 7199:   ;
                   7200:   return 0;
                   7201: }
                   7202: _ACEOF
1.15      bertrand 7203: if ac_fn_c_try_link "$LINENO"; then :
                   7204:   ac_cv_lib_rt_nanosleep=yes
                   7205: else
                   7206:   ac_cv_lib_rt_nanosleep=no
                   7207: fi
                   7208: rm -f core conftest.err conftest.$ac_objext \
                   7209:     conftest$ac_exeext conftest.$ac_ext
                   7210: LIBS=$ac_check_lib_save_LIBS
                   7211: fi
                   7212: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_nanosleep" >&5
                   7213: $as_echo "$ac_cv_lib_rt_nanosleep" >&6; }
1.57      bertrand 7214: if test "x$ac_cv_lib_rt_nanosleep" = xyes; then :
1.15      bertrand 7215:   LIBS="$LIBS -lrt"
1.1       bertrand 7216: else
1.15      bertrand 7217:   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: librt doesn't seem to be needed on this system." >&5
                   7218: $as_echo "$as_me: WARNING: librt doesn't seem to be needed on this system." >&2;}
                   7219: fi
1.1       bertrand 7220: 
                   7221: 
1.15      bertrand 7222: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
                   7223: $as_echo_n "checking for bind in -lsocket... " >&6; }
1.57      bertrand 7224: if ${ac_cv_lib_socket_bind+:} false; then :
1.15      bertrand 7225:   $as_echo_n "(cached) " >&6
1.1       bertrand 7226: else
1.15      bertrand 7227:   ac_check_lib_save_LIBS=$LIBS
                   7228: LIBS="-lsocket  $LIBS"
                   7229: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 7230: /* end confdefs.h.  */
1.15      bertrand 7231: 
                   7232: /* Override any GCC internal prototype to avoid an error.
                   7233:    Use char because int might match the return type of a GCC
                   7234:    builtin and then its argument prototype would still apply.  */
                   7235: #ifdef __cplusplus
                   7236: extern "C"
                   7237: #endif
                   7238: char bind ();
1.1       bertrand 7239: int
                   7240: main ()
                   7241: {
1.15      bertrand 7242: return bind ();
1.1       bertrand 7243:   ;
                   7244:   return 0;
                   7245: }
                   7246: _ACEOF
1.15      bertrand 7247: if ac_fn_c_try_link "$LINENO"; then :
                   7248:   ac_cv_lib_socket_bind=yes
1.1       bertrand 7249: else
1.15      bertrand 7250:   ac_cv_lib_socket_bind=no
1.1       bertrand 7251: fi
1.15      bertrand 7252: rm -f core conftest.err conftest.$ac_objext \
                   7253:     conftest$ac_exeext conftest.$ac_ext
                   7254: LIBS=$ac_check_lib_save_LIBS
1.1       bertrand 7255: fi
1.15      bertrand 7256: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
                   7257: $as_echo "$ac_cv_lib_socket_bind" >&6; }
1.57      bertrand 7258: if test "x$ac_cv_lib_socket_bind" = xyes; then :
1.15      bertrand 7259:   LIBS="$LIBS -lsocket"
                   7260: else
                   7261:   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libsocket doesn't seem to be needed on this system." >&5
                   7262: $as_echo "$as_me: WARNING: libsocket doesn't seem to be needed on this system." >&2;}
1.1       bertrand 7263: fi
                   7264: 
                   7265: 
1.15      bertrand 7266: MYSQL_SUPPORT="-UMYSQL_SUPPORT"
                   7267: 
                   7268: # Check whether --with-mysql was given.
                   7269: if test "${with_mysql+set}" = set; then :
                   7270:   withval=$with_mysql;
                   7271: else
                   7272:   with_mysql=check
                   7273: fi
1.14      bertrand 7274: 
                   7275: 
1.15      bertrand 7276: if test "x$with_mysql" = xcheck -o "x$with_mysql" = yes; then
                   7277:    libMySQLinc="-I/usr/include"
1.30      bertrand 7278:    libMySQLlib="/usr/lib"
1.14      bertrand 7279: 
1.15      bertrand 7280:    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libmysql includes in /usr/include" >&5
                   7281: $as_echo_n "checking for libmysql includes in /usr/include... " >&6; }
                   7282:    saved_CFLAGS="$CFLAGS"
1.30      bertrand 7283:    CFLAGS="$CFLAGS -L/$libMySQLinc"
1.15      bertrand 7284:    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 7285: /* end confdefs.h.  */
1.15      bertrand 7286: #include "mysql.h"
1.1       bertrand 7287: int
                   7288: main ()
                   7289: {
1.15      bertrand 7290: 
1.1       bertrand 7291:   ;
                   7292:   return 0;
                   7293: }
                   7294: _ACEOF
1.15      bertrand 7295: if ac_fn_c_try_compile "$LINENO"; then :
                   7296:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   7297: $as_echo "yes" >&6; }; MYSQL_SUPPORT="-DMYSQL_SUPPORT";
                   7298:                    libMySQLinc=$libMySQLinc/mysql
1.1       bertrand 7299: else
1.15      bertrand 7300:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   7301: $as_echo "no" >&6; }; MYSQL_SUPPORT="-UMYSQL_SUPPORT"
1.1       bertrand 7302: fi
1.14      bertrand 7303: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.15      bertrand 7304:    CFLAGS=$saved_CFLAGS
1.1       bertrand 7305: 
1.15      bertrand 7306:    if test "$MYSQL_SUPPORT" = "-UMYSQL_SUPPORT"; then
                   7307:        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libmysql includes in /usr/include/mysql" >&5
                   7308: $as_echo_n "checking for libmysql includes in /usr/include/mysql... " >&6; }
                   7309:        saved_CFLAGS="$CFLAGS"
                   7310:        CFLAGS="$CFLAGS $libMySQLinc/mysql"
                   7311:        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 7312: /* end confdefs.h.  */
1.15      bertrand 7313: #include "mysql.h"
1.1       bertrand 7314: int
                   7315: main ()
                   7316: {
                   7317: 
                   7318:   ;
                   7319:   return 0;
                   7320: }
                   7321: _ACEOF
1.15      bertrand 7322: if ac_fn_c_try_compile "$LINENO"; then :
                   7323:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   7324: $as_echo "yes" >&6; }; MYSQL_SUPPORT="-DMYSQL_SUPPORT";
                   7325:                        libMySQLinc=$libMySQLinc
                   7326: else
                   7327:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   7328: $as_echo "no" >&6; }; MYSQL_SUPPORT="-UMYSQL_SUPPORT"
                   7329: fi
                   7330: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   7331:        CFLAGS=$saved_CFLAGS
                   7332:        libMySQLinc=$libMySQLinc/mysql
                   7333:    fi
                   7334: 
                   7335:    if test "$MYSQL_SUPPORT" = "-UMYSQL_SUPPORT"; then
                   7336:        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libmysql includes in /usr/local/include" >&5
                   7337: $as_echo_n "checking for libmysql includes in /usr/local/include... " >&6; }
                   7338:        saved_CFLAGS="$CFLAGS"
                   7339:        CFLAGS="$CFLAGS $libMySQLinc/../local/include"
                   7340:        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 7341: /* end confdefs.h.  */
1.15      bertrand 7342: #include "mysql.h"
1.1       bertrand 7343: int
                   7344: main ()
                   7345: {
                   7346: 
                   7347:   ;
                   7348:   return 0;
                   7349: }
                   7350: _ACEOF
1.15      bertrand 7351: if ac_fn_c_try_compile "$LINENO"; then :
                   7352:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   7353: $as_echo "yes" >&6; }; MYSQL_SUPPORT="-DMYSQL_SUPPORT";
                   7354:                        libMySQLinc=$libMySQLinc/mysql
1.1       bertrand 7355: else
1.15      bertrand 7356:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   7357: $as_echo "no" >&6; }; MYSQL_SUPPORT="-UMYSQL_SUPPORT"
1.1       bertrand 7358: fi
                   7359: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.15      bertrand 7360:        CFLAGS=$saved_CFLAGS
                   7361:        libMySQLinc=$libMySQLinc/../local/include
                   7362:        libMySQLlib=$libMySQLlib/../local/lib
                   7363:    fi
1.1       bertrand 7364: 
1.15      bertrand 7365:    if test "$MYSQL_SUPPORT" = "-UMYSQL_SUPPORT"; then
                   7366:        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libmysql includes in /usr/local/include/mysql" >&5
                   7367: $as_echo_n "checking for libmysql includes in /usr/local/include/mysql... " >&6; }
                   7368:        saved_CFLAGS="$CFLAGS"
                   7369:        CFLAGS="$CFLAGS $libMySQLinc/../local/include/mysql"
                   7370:        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 7371: /* end confdefs.h.  */
1.15      bertrand 7372: #include "mysql.h"
1.1       bertrand 7373: int
                   7374: main ()
                   7375: {
                   7376: 
                   7377:   ;
                   7378:   return 0;
                   7379: }
                   7380: _ACEOF
1.15      bertrand 7381: if ac_fn_c_try_compile "$LINENO"; then :
                   7382:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   7383: $as_echo "yes" >&6; }; MYSQL_SUPPORT="-DMYSQL_SUPPORT";
                   7384:                        libMySQLinc=$libMySQLinc/mysql
                   7385: else
                   7386:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   7387: $as_echo "no" >&6; }; MYSQL_SUPPORT="-UMYSQL_SUPPORT"
                   7388: fi
                   7389: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   7390:        CFLAGS=$saved_CFLAGS
                   7391:        libMySQLinc=$libMySQLinc/../local/include/mysql
                   7392:        libMySQLlib=$libMySQLlib/../local/lib
                   7393:    fi
                   7394: else
                   7395:    if test "x$with_mysql" != xno; then
                   7396:        libMySQLinc="-I$with_mysql/include"
1.30      bertrand 7397:        libMySQLlib="$with_mysql/lib"
1.15      bertrand 7398: 
                   7399:        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libmysql includes in $with_mysql" >&5
                   7400: $as_echo_n "checking for libmysql includes in $with_mysql... " >&6; }
                   7401:        saved_CFLAGS="$CFLAGS"
                   7402:        CFLAGS="$CFLAGS $libMySQLinc"
                   7403:        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 7404: /* end confdefs.h.  */
1.15      bertrand 7405: #include "mysql.h"
1.1       bertrand 7406: int
                   7407: main ()
                   7408: {
                   7409: 
                   7410:   ;
                   7411:   return 0;
                   7412: }
                   7413: _ACEOF
1.15      bertrand 7414: if ac_fn_c_try_compile "$LINENO"; then :
                   7415:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   7416: $as_echo "yes" >&6; }; MYSQL_SUPPORT="-DMYSQL_SUPPORT";
                   7417:                        libMySQLinc=$libMySQLinc/mysql
1.1       bertrand 7418: else
1.15      bertrand 7419:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   7420: $as_echo "no" >&6; }; MYSQL_SUPPORT="-UMYSQL_SUPPORT"
1.14      bertrand 7421: fi
                   7422: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.15      bertrand 7423:        CFLAGS=$saved_CFLAGS
1.1       bertrand 7424: 
1.15      bertrand 7425:        if test "$MYSQL_SUPPORT" = "-UMYSQL_SUPPORT"; then
                   7426:            { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libmysql includes in $with_mysql/mysql" >&5
                   7427: $as_echo_n "checking for libmysql includes in $with_mysql/mysql... " >&6; }
                   7428:            saved_CFLAGS="$CFLAGS"
                   7429:            CFLAGS="$CFLAGS $libMySQLinc/mysql"
                   7430:            cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 7431: /* end confdefs.h.  */
1.15      bertrand 7432: #include "mysql.h"
1.1       bertrand 7433: int
                   7434: main ()
                   7435: {
                   7436: 
                   7437:   ;
                   7438:   return 0;
                   7439: }
                   7440: _ACEOF
1.15      bertrand 7441: if ac_fn_c_try_compile "$LINENO"; then :
                   7442:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   7443: $as_echo "yes" >&6; }; MYSQL_SUPPORT="-DMYSQL_SUPPORT";
                   7444:                            libMySQLinc=$libMySQLinc
1.1       bertrand 7445: else
1.15      bertrand 7446:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   7447: $as_echo "no" >&6; }; MYSQL_SUPPORT="-UMYSQL_SUPPORT"
                   7448: fi
                   7449: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   7450:            CFLAGS=$saved_CFLAGS
                   7451:            libMySQLinc=$libMySQLinc/mysql
                   7452:        fi
                   7453:    else
                   7454:        MYSQL_SUPPORT="-UMYSQL_SUPPORT"
                   7455:    fi
                   7456: fi
1.14      bertrand 7457: 
1.15      bertrand 7458: if test "$MYSQL_SUPPORT" = "-DMYSQL_SUPPORT"; then
                   7459:    MYSQL_LIB=no
1.14      bertrand 7460: 
1.15      bertrand 7461:    if test $MYSQL_LIB = no; then
                   7462:        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libmysql libraries in $libMySQLlib" >&5
                   7463: $as_echo_n "checking for libmysql libraries in $libMySQLlib... " >&6; }
                   7464:        saved_LIBS="$LIBS"
1.30      bertrand 7465:        if test $STATIC = no; then
                   7466:            LIBS="$LIBS -L/$libMySQLlib -lmysqlclient_r $libMySQLinc"
                   7467:        else
                   7468:            LIBS="$LIBS $libMySQLlib/libmysqlclient_r.a -lz $libMySQLinc"
                   7469:        fi
1.15      bertrand 7470:        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 7471: /* end confdefs.h.  */
1.15      bertrand 7472: #include "mysql.h"
1.1       bertrand 7473: int
                   7474: main ()
                   7475: {
1.15      bertrand 7476: MYSQL mysql; mysql_init(&mysql);
1.1       bertrand 7477:   ;
                   7478:   return 0;
                   7479: }
                   7480: _ACEOF
1.15      bertrand 7481: if ac_fn_c_try_link "$LINENO"; then :
                   7482:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   7483: $as_echo "yes" >&6; }; MYSQL_LIB="yes"
1.1       bertrand 7484: else
1.15      bertrand 7485:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   7486: $as_echo "no" >&6; }; MYSQL_LIB="no"
                   7487: fi
                   7488: rm -f core conftest.err conftest.$ac_objext \
                   7489:     conftest$ac_exeext conftest.$ac_ext
                   7490:        LIBS=$saved_LIBS;
1.30      bertrand 7491:        if test $STATIC = no; then
                   7492:            libMySQLlib="-L/$libMySQLlib -lmysqlclient_r"
                   7493:        else
                   7494:            libMySQLlib="$libMySQLlib/libmysqlclient_r.a"
                   7495:            EXT_SQL="$EXT_SQL $libMySQLlib"
                   7496:        fi
1.15      bertrand 7497:    fi
1.14      bertrand 7498: 
1.15      bertrand 7499:    if test $MYSQL_LIB = no; then
                   7500:        MYSQL_SUPPORT="-UMYSQL_SUPPORT"
                   7501:    fi
1.14      bertrand 7502: fi
1.15      bertrand 7503: 
                   7504: if test "$MYSQL_SUPPORT" != "-DMYSQL_SUPPORT"; then
                   7505:    libMySQLinc=
                   7506:    libMySQLlib=
1.1       bertrand 7507: fi
1.14      bertrand 7508: 
                   7509: 
                   7510: 
1.1       bertrand 7511: 
                   7512: 
1.15      bertrand 7513: POSTGRESQL_SUPPORT=-UPOSTGRESQL_SUPPORT
                   7514: 
                   7515: # Check whether --with-postgresql was given.
                   7516: if test "${with_postgresql+set}" = set; then :
                   7517:   withval=$with_postgresql;
1.14      bertrand 7518: else
1.15      bertrand 7519:   with_postgresql=check
                   7520: fi
                   7521: 
                   7522: 
                   7523: # with_postgresql : check [pas défini], yes [uniquement --with],
                   7524: # no [--without], valeur [--with=valeur].
                   7525: 
                   7526: if test "x$with_postgresql" = xcheck -o "x$with_postgresql" = xyes; then
                   7527:    libPgSQLinc="-I/usr/include"
1.30      bertrand 7528:    libPgSQLlib="/usr/lib"
1.15      bertrand 7529: 
                   7530:    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpq includes in /usr/include" >&5
                   7531: $as_echo_n "checking for libpq includes in /usr/include... " >&6; }
                   7532:    saved_CFLAGS="$CFLAGS"
                   7533:    CFLAGS="$CFLAGS $libPgSQLinc"
                   7534:    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 7535: /* end confdefs.h.  */
1.15      bertrand 7536: #include "libpq-fe.h"
1.1       bertrand 7537: int
                   7538: main ()
                   7539: {
1.15      bertrand 7540: 
1.1       bertrand 7541:   ;
                   7542:   return 0;
                   7543: }
                   7544: _ACEOF
1.15      bertrand 7545: if ac_fn_c_try_compile "$LINENO"; then :
                   7546:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   7547: $as_echo "yes" >&6; }; POSTGRESQL_SUPPORT="-DPOSTGRESQL_SUPPORT"
1.1       bertrand 7548: else
1.15      bertrand 7549:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   7550: $as_echo "no" >&6; }; POSTGRESQL_SUPPORT="-UPOSTGRESQL_SUPPORT"
1.1       bertrand 7551: fi
1.14      bertrand 7552: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.15      bertrand 7553:    CFLAGS=$saved_CFLAGS
1.1       bertrand 7554: 
1.15      bertrand 7555:    if test "$POSTGRESQL_SUPPORT" = "-UPOSTGRESQL_SUPPORT"; then
                   7556:        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpq includes in /usr/include/postgresql" >&5
                   7557: $as_echo_n "checking for libpq includes in /usr/include/postgresql... " >&6; }
                   7558:        saved_CFLAGS="$CFLAGS"
                   7559:        CFLAGS="$CFLAGS $libPgSQLinc/postgresql"
                   7560:        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 7561: /* end confdefs.h.  */
1.15      bertrand 7562: #include "libpq-fe.h"
1.1       bertrand 7563: int
                   7564: main ()
                   7565: {
                   7566: 
                   7567:   ;
                   7568:   return 0;
                   7569: }
                   7570: _ACEOF
1.15      bertrand 7571: if ac_fn_c_try_compile "$LINENO"; then :
                   7572:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   7573: $as_echo "yes" >&6; };
                   7574:                POSTGRESQL_SUPPORT="-DPOSTGRESQL_SUPPORT"
                   7575: else
                   7576:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   7577: $as_echo "no" >&6; };
                   7578:                POSTGRESQL_SUPPORT="-UPOSTGRESQL_SUPPORT"
                   7579: fi
                   7580: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   7581:        CFLAGS=$saved_CFLAGS
                   7582:        libPgSQLinc=$libPgSQLinc/postgresql
                   7583:    fi
                   7584: 
                   7585:    if test "$POSTGRESQL_SUPPORT" = "-UPOSTGRESQL_SUPPORT"; then
                   7586:        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpq includes in /usr/include/pgsql" >&5
                   7587: $as_echo_n "checking for libpq includes in /usr/include/pgsql... " >&6; }
                   7588:        saved_CFLAGS="$CFLAGS"
                   7589:        CFLAGS="$CFLAGS $libPgSQLinc/pgsql"
                   7590:        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 7591: /* end confdefs.h.  */
1.15      bertrand 7592: #include "libpq-fe.h"
1.1       bertrand 7593: int
                   7594: main ()
                   7595: {
                   7596: 
                   7597:   ;
                   7598:   return 0;
                   7599: }
                   7600: _ACEOF
1.15      bertrand 7601: if ac_fn_c_try_compile "$LINENO"; then :
                   7602:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   7603: $as_echo "yes" >&6; };
                   7604:                POSTGRESQL_SUPPORT="-DPOSTGRESQL_SUPPORT"
1.1       bertrand 7605: else
1.15      bertrand 7606:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   7607: $as_echo "no" >&6; };
                   7608:                POSTGRESQL_SUPPORT="-UPOSTGRESQL_SUPPORT"
1.1       bertrand 7609: fi
                   7610: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.15      bertrand 7611:        CFLAGS=$saved_CFLAGS
                   7612:        libPgSQLinc=$libPgSQLinc/pgsql
                   7613:    fi
1.1       bertrand 7614: 
1.15      bertrand 7615:    if test "$POSTGRESQL_SUPPORT" = "-UPOSTGRESQL_SUPPORT"; then
                   7616:        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpq includes in /usr/local/include" >&5
                   7617: $as_echo_n "checking for libpq includes in /usr/local/include... " >&6; }
                   7618:        saved_CFLAGS="$CFLAGS"
                   7619:        CFLAGS="$CFLAGS $libPgSQLinc/../local/include"
                   7620:        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 7621: /* end confdefs.h.  */
1.15      bertrand 7622: #include "libpq-fe.h"
1.1       bertrand 7623: int
                   7624: main ()
                   7625: {
                   7626: 
                   7627:   ;
                   7628:   return 0;
                   7629: }
                   7630: _ACEOF
1.15      bertrand 7631: if ac_fn_c_try_compile "$LINENO"; then :
                   7632:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   7633: $as_echo "yes" >&6; };
                   7634:                POSTGRESQL_SUPPORT="-DPOSTGRESQL_SUPPORT"
                   7635: else
                   7636:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   7637: $as_echo "no" >&6; };
                   7638:                POSTGRESQL_SUPPORT="-UPOSTGRESQL_SUPPORT"
                   7639: fi
                   7640: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   7641:        CFLAGS=$saved_CFLAGS
                   7642:        libPgSQLinc=$libPgSQLinc/../local/include
                   7643:        libPgSQLlib=$libPgSQLlib/../local/lib
                   7644:    fi
                   7645: 
                   7646:    if test "$POSTGRESQL_SUPPORT" = "-UPOSTGRESQL_SUPPORT"; then
                   7647:        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpq includes in /usr/local/include/postgresql" >&5
                   7648: $as_echo_n "checking for libpq includes in /usr/local/include/postgresql... " >&6; }
                   7649:        saved_CFLAGS="$CFLAGS"
                   7650:        CFLAGS="$CFLAGS $libPgSQLinc/../local/include/postgresql"
                   7651:        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 7652: /* end confdefs.h.  */
1.15      bertrand 7653: #include "libpq-fe.h"
1.1       bertrand 7654: int
                   7655: main ()
                   7656: {
                   7657: 
                   7658:   ;
                   7659:   return 0;
                   7660: }
                   7661: _ACEOF
1.15      bertrand 7662: if ac_fn_c_try_compile "$LINENO"; then :
                   7663:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   7664: $as_echo "yes" >&6; };
                   7665:                POSTGRESQL_SUPPORT="-DPOSTGRESQL_SUPPORT"
1.14      bertrand 7666: else
1.15      bertrand 7667:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   7668: $as_echo "no" >&6; };
                   7669:                POSTGRESQL_SUPPORT="-UPOSTGRESQL_SUPPORT"
1.14      bertrand 7670: fi
                   7671: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.15      bertrand 7672:        CFLAGS=$saved_CFLAGS
                   7673:        libPgSQLinc=$libPgSQLinc/../local/include/postgresql
                   7674:        libPgSQLlib=$libPgSQLlib/../local/lib
                   7675:    fi
1.14      bertrand 7676: 
1.15      bertrand 7677:    if test "$POSTGRESQL_SUPPORT" = "-UPOSTGRESQL_SUPPORT"; then
                   7678:        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpq includes in /usr/local/include/pgsql" >&5
                   7679: $as_echo_n "checking for libpq includes in /usr/local/include/pgsql... " >&6; }
                   7680:        saved_CFLAGS="$CFLAGS"
                   7681:        CFLAGS="$CFLAGS $libPgSQLinc/../local/include/pgsql"
                   7682:        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 7683: /* end confdefs.h.  */
1.15      bertrand 7684: #include "libpq-fe.h"
1.1       bertrand 7685: int
                   7686: main ()
                   7687: {
                   7688: 
                   7689:   ;
                   7690:   return 0;
                   7691: }
                   7692: _ACEOF
1.15      bertrand 7693: if ac_fn_c_try_compile "$LINENO"; then :
                   7694:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   7695: $as_echo "yes" >&6; };
                   7696:                POSTGRESQL_SUPPORT="-DPOSTGRESQL_SUPPORT"
1.1       bertrand 7697: else
1.15      bertrand 7698:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   7699: $as_echo "no" >&6; };
                   7700:                POSTGRESQL_SUPPORT="-UPOSTGRESQL_SUPPORT"
1.1       bertrand 7701: fi
                   7702: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.15      bertrand 7703:        CFLAGS=$saved_CFLAGS
                   7704:        libPgSQLinc=$libPgSQLinc/local/include/pgsql
                   7705:        libPgSQLlib=$libPgSQLlib/../local/lib
                   7706:    fi
1.14      bertrand 7707: else
1.15      bertrand 7708:    if test "x$with_postgresql" != xno; then
                   7709:        libPgSQLinc="-I$with_postgresql/include"
1.30      bertrand 7710:        libPgSQLlib="$with_postgresql/lib"
1.15      bertrand 7711: 
                   7712:        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpq includes in $libPgSQLinc" >&5
                   7713: $as_echo_n "checking for libpq includes in $libPgSQLinc... " >&6; }
                   7714:        saved_CFLAGS="$CFLAGS"
                   7715:        CFLAGS="$CFLAGS $libPgSQLinc"
                   7716:        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 7717: /* end confdefs.h.  */
1.15      bertrand 7718: #include "libpq-fe.h"
1.1       bertrand 7719: int
                   7720: main ()
                   7721: {
                   7722: 
                   7723:   ;
                   7724:   return 0;
                   7725: }
                   7726: _ACEOF
1.15      bertrand 7727: if ac_fn_c_try_compile "$LINENO"; then :
                   7728:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   7729: $as_echo "yes" >&6; };
                   7730:                POSTGRESQL_SUPPORT="-DPOSTGRESQL_SUPPORT"
1.1       bertrand 7731: else
1.15      bertrand 7732:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   7733: $as_echo "no" >&6; };
                   7734:                POSTGRESQL_SUPPORT="-UPOSTGRESQL_SUPPORT"
1.14      bertrand 7735: fi
1.15      bertrand 7736: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   7737:        CFLAGS=$saved_CFLAGS
1.14      bertrand 7738: 
1.15      bertrand 7739:        if test "$POSTGRESQL_SUPPORT" = "-UPOSTGRESQL_SUPPORT"; then
                   7740:            { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpq includes in $libPgSQLinc/postgresql" >&5
                   7741: $as_echo_n "checking for libpq includes in $libPgSQLinc/postgresql... " >&6; }
                   7742:            saved_CFLAGS="$CFLAGS"
                   7743:            CFLAGS="$CFLAGS $libPgSQLinc/postgresql"
                   7744:            cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.14      bertrand 7745: /* end confdefs.h.  */
1.15      bertrand 7746: #include "libpq-fe.h"
1.1       bertrand 7747: int
                   7748: main ()
                   7749: {
1.15      bertrand 7750: 
1.1       bertrand 7751:   ;
                   7752:   return 0;
                   7753: }
                   7754: _ACEOF
1.15      bertrand 7755: if ac_fn_c_try_compile "$LINENO"; then :
                   7756:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   7757: $as_echo "yes" >&6; };
                   7758:                    POSTGRESQL_SUPPORT="-DPOSTGRESQL_SUPPORT"
1.1       bertrand 7759: else
1.15      bertrand 7760:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   7761: $as_echo "no" >&6; };
                   7762:                    POSTGRESQL_SUPPORT="-UPOSTGRESQL_SUPPORT"
1.1       bertrand 7763: fi
                   7764: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.15      bertrand 7765:            CFLAGS=$saved_CFLAGS
                   7766:            libPgSQLinc=$libPgSQLinc/postgresql
                   7767:        fi
1.14      bertrand 7768: 
1.15      bertrand 7769:        if test "$POSTGRESQL_SUPPORT" = "-UPOSTGRESQL_SUPPORT"; then
                   7770:            { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpq includes in $libPgSQLinc/pgsql" >&5
                   7771: $as_echo_n "checking for libpq includes in $libPgSQLinc/pgsql... " >&6; }
                   7772:            saved_CFLAGS="$CFLAGS"
                   7773:            CFLAGS="$CFLAGS $libPgSQLinc/pgsql"
                   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: 
1.1       bertrand 7781:   ;
                   7782:   return 0;
                   7783: }
                   7784: _ACEOF
1.15      bertrand 7785: if ac_fn_c_try_compile "$LINENO"; then :
                   7786:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   7787: $as_echo "yes" >&6; };
                   7788:                    POSTGRESQL_SUPPORT="-DPOSTGRESQL_SUPPORT"
1.1       bertrand 7789: else
1.15      bertrand 7790:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   7791: $as_echo "no" >&6; };
                   7792:                    POSTGRESQL_SUPPORT="-UPOSTGRESQL_SUPPORT"
1.1       bertrand 7793: fi
1.15      bertrand 7794: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   7795:            CFLAGS=$saved_CFLAGS
                   7796:            libPgSQLinc=$libPgSQLinc/pgsql
                   7797:        fi
                   7798:    else
                   7799:        POSTGRESQL_SUPPORT="-UPOSTGRESQL_SUPPORT"
                   7800:    fi
1.1       bertrand 7801: fi
                   7802: 
1.15      bertrand 7803: if test "$POSTGRESQL_SUPPORT" = "-DPOSTGRESQL_SUPPORT"; then
                   7804:    POSTGRESQL_LIB=no
1.1       bertrand 7805: 
1.15      bertrand 7806:    if test $POSTGRESQL_LIB = no; then
                   7807:        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpq libraries in $libPgSQLlib" >&5
                   7808: $as_echo_n "checking for libpq libraries in $libPgSQLlib... " >&6; }
                   7809:        saved_LIBS="$LIBS"
1.30      bertrand 7810:        if test $STATIC = no; then
                   7811:            LIBS="$LIBS -L/$libPgSQLlib $libPgSQLinc -lpq"
                   7812:        else
                   7813:            LIBS="$LIBS $libPgSQLlib/libpq.a $libPgSQLinc"
                   7814:        fi
1.15      bertrand 7815:        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 7816: /* end confdefs.h.  */
1.15      bertrand 7817: #include "libpq-fe.h"
1.1       bertrand 7818: int
                   7819: main ()
                   7820: {
1.15      bertrand 7821: PGconn *conn; const char *conninfo="dbname=postgres"; conn =
                   7822:             PQconnectdb(conninfo);
1.1       bertrand 7823:   ;
                   7824:   return 0;
                   7825: }
                   7826: _ACEOF
1.15      bertrand 7827: if ac_fn_c_try_link "$LINENO"; then :
                   7828:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
                   7829: $as_echo "yes" >&6; }; POSTGRESQL_LIB="yes"
1.1       bertrand 7830: else
1.15      bertrand 7831:   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
                   7832: $as_echo "no" >&6; }; POSTGRESQL_LIB="no"
                   7833: fi
                   7834: rm -f core conftest.err conftest.$ac_objext \
                   7835:     conftest$ac_exeext conftest.$ac_ext
                   7836:        LIBS=$saved_LIBS;
1.30      bertrand 7837:        if test $STATIC = no; then
                   7838:            libPgSQLlib="-L/$libPgSQLlib -lpq"
                   7839:        else
                   7840:            libPgSQLlib="$libPgSQLlib/libpq.a"
                   7841:            EXT_SQL="$EXT_SQL $libPgSQLlib"
                   7842:        fi
1.15      bertrand 7843:    fi
                   7844: fi
                   7845: 
                   7846: if test "$POSTGRESQL_SUPPORT" != "-DPOSTGRESQL_SUPPORT"; then
                   7847:    libPgSQLinc=
                   7848:    libPgSQLlib=
                   7849: fi
                   7850: 
                   7851: 
                   7852: 
                   7853: 
1.14      bertrand 7854: 
1.40      bertrand 7855: # with_postgresql : check [pas défini], yes [uniquement --with],
                   7856: # no [--without], valeur [--with=valeur].
                   7857: 
                   7858: # Check whether --with-bourne_shell was given.
                   7859: if test "${with_bourne_shell+set}" = set; then :
                   7860:   withval=$with_bourne_shell;
                   7861: else
                   7862:   with_bourne_shell=no
                   7863: fi
                   7864: 
                   7865: 
                   7866: if test "x$with_bourne_shell" = xyes; then
                   7867:    as_fn_error $? "You have to specify a valide shell path !" "$LINENO" 5
                   7868: fi
                   7869: 
                   7870: if test "x$with_bourne_shell" = xno; then
                   7871:    if test $(uname) = "OS/2"; then
1.86    ! bertrand 7872:        as_fn_error $? "With OS/2 or eComstation, you have to specify a valide
        !          7873: shell path with --with-bourne-shell=PATH !" "$LINENO" 5
1.40      bertrand 7874:    fi
                   7875: 
                   7876:    BSH_PATH=
                   7877: else
                   7878:    if test ! -x $with_bourne_shell; then
                   7879:        as_fn_error $? "$with_bourne_shell is not executable !" "$LINENO" 5
                   7880:    fi
                   7881: 
                   7882:    if test $(uname) = "OS/2"; then
1.41      bertrand 7883:        with_os2_bourne_shell=$(echo $with_bourne_shell | \
                   7884:                sed -e '1,$s/\//\\\\\\\\/g')
                   7885:        BSH_PATH=-DBOURNE_SHELL=\"\\\"$with_os2_bourne_shell\\\"\"
1.40      bertrand 7886:    else
                   7887:        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --with-bourne-shell ignored" >&5
                   7888: $as_echo "$as_me: WARNING: --with-bourne-shell ignored" >&2;}
                   7889:        BSH_PATH=
                   7890:    fi
                   7891: fi
                   7892: 
1.15      bertrand 7893: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
                   7894: $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
1.57      bertrand 7895: if ${ac_cv_path_GREP+:} false; then :
1.15      bertrand 7896:   $as_echo_n "(cached) " >&6
                   7897: else
                   7898:   if test -z "$GREP"; then
                   7899:   ac_path_GREP_found=false
                   7900:   # Loop through the user's path and test for each of PROGNAME-LIST
                   7901:   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   7902: for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
                   7903: do
                   7904:   IFS=$as_save_IFS
                   7905:   test -z "$as_dir" && as_dir=.
                   7906:     for ac_prog in grep ggrep; do
                   7907:     for ac_exec_ext in '' $ac_executable_extensions; do
                   7908:       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
                   7909:       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
                   7910: # Check for GNU ac_path_GREP and select it if it is found.
                   7911:   # Check for GNU $ac_path_GREP
                   7912: case `"$ac_path_GREP" --version 2>&1` in
                   7913: *GNU*)
                   7914:   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
                   7915: *)
                   7916:   ac_count=0
                   7917:   $as_echo_n 0123456789 >"conftest.in"
                   7918:   while :
                   7919:   do
                   7920:     cat "conftest.in" "conftest.in" >"conftest.tmp"
                   7921:     mv "conftest.tmp" "conftest.in"
                   7922:     cp "conftest.in" "conftest.nl"
                   7923:     $as_echo 'GREP' >> "conftest.nl"
                   7924:     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
                   7925:     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
                   7926:     as_fn_arith $ac_count + 1 && ac_count=$as_val
                   7927:     if test $ac_count -gt ${ac_path_GREP_max-0}; then
                   7928:       # Best one so far, save it but keep looking for a better one
                   7929:       ac_cv_path_GREP="$ac_path_GREP"
                   7930:       ac_path_GREP_max=$ac_count
                   7931:     fi
                   7932:     # 10*(2^10) chars as input seems more than enough
                   7933:     test $ac_count -gt 10 && break
                   7934:   done
                   7935:   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
                   7936: esac
1.14      bertrand 7937: 
1.15      bertrand 7938:       $ac_path_GREP_found && break 3
                   7939:     done
                   7940:   done
                   7941:   done
                   7942: IFS=$as_save_IFS
                   7943:   if test -z "$ac_cv_path_GREP"; then
1.36      bertrand 7944:     as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
1.15      bertrand 7945:   fi
                   7946: else
                   7947:   ac_cv_path_GREP=$GREP
1.1       bertrand 7948: fi
                   7949: 
                   7950: fi
1.15      bertrand 7951: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
                   7952: $as_echo "$ac_cv_path_GREP" >&6; }
                   7953:  GREP="$ac_cv_path_GREP"
                   7954: 
                   7955: 
                   7956: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
                   7957: $as_echo_n "checking for egrep... " >&6; }
1.57      bertrand 7958: if ${ac_cv_path_EGREP+:} false; then :
1.15      bertrand 7959:   $as_echo_n "(cached) " >&6
                   7960: else
                   7961:   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
                   7962:    then ac_cv_path_EGREP="$GREP -E"
                   7963:    else
                   7964:      if test -z "$EGREP"; then
                   7965:   ac_path_EGREP_found=false
                   7966:   # Loop through the user's path and test for each of PROGNAME-LIST
                   7967:   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   7968: for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
                   7969: do
                   7970:   IFS=$as_save_IFS
                   7971:   test -z "$as_dir" && as_dir=.
                   7972:     for ac_prog in egrep; do
                   7973:     for ac_exec_ext in '' $ac_executable_extensions; do
                   7974:       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
                   7975:       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
                   7976: # Check for GNU ac_path_EGREP and select it if it is found.
                   7977:   # Check for GNU $ac_path_EGREP
                   7978: case `"$ac_path_EGREP" --version 2>&1` in
                   7979: *GNU*)
                   7980:   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
                   7981: *)
                   7982:   ac_count=0
                   7983:   $as_echo_n 0123456789 >"conftest.in"
                   7984:   while :
                   7985:   do
                   7986:     cat "conftest.in" "conftest.in" >"conftest.tmp"
                   7987:     mv "conftest.tmp" "conftest.in"
                   7988:     cp "conftest.in" "conftest.nl"
                   7989:     $as_echo 'EGREP' >> "conftest.nl"
                   7990:     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
                   7991:     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
                   7992:     as_fn_arith $ac_count + 1 && ac_count=$as_val
                   7993:     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
                   7994:       # Best one so far, save it but keep looking for a better one
                   7995:       ac_cv_path_EGREP="$ac_path_EGREP"
                   7996:       ac_path_EGREP_max=$ac_count
                   7997:     fi
                   7998:     # 10*(2^10) chars as input seems more than enough
                   7999:     test $ac_count -gt 10 && break
                   8000:   done
                   8001:   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
                   8002: esac
                   8003: 
                   8004:       $ac_path_EGREP_found && break 3
                   8005:     done
                   8006:   done
                   8007:   done
                   8008: IFS=$as_save_IFS
                   8009:   if test -z "$ac_cv_path_EGREP"; then
1.36      bertrand 8010:     as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
1.15      bertrand 8011:   fi
1.1       bertrand 8012: else
1.15      bertrand 8013:   ac_cv_path_EGREP=$EGREP
1.1       bertrand 8014: fi
                   8015: 
1.15      bertrand 8016:    fi
1.1       bertrand 8017: fi
1.15      bertrand 8018: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
                   8019: $as_echo "$ac_cv_path_EGREP" >&6; }
                   8020:  EGREP="$ac_cv_path_EGREP"
1.1       bertrand 8021: 
                   8022: 
1.15      bertrand 8023: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
                   8024: $as_echo_n "checking for ANSI C header files... " >&6; }
1.57      bertrand 8025: if ${ac_cv_header_stdc+:} false; then :
1.15      bertrand 8026:   $as_echo_n "(cached) " >&6
1.1       bertrand 8027: else
1.15      bertrand 8028:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 8029: /* end confdefs.h.  */
                   8030: #include <stdlib.h>
                   8031: #include <stdarg.h>
                   8032: #include <string.h>
                   8033: #include <float.h>
                   8034: 
                   8035: int
                   8036: main ()
                   8037: {
                   8038: 
                   8039:   ;
                   8040:   return 0;
                   8041: }
                   8042: _ACEOF
1.15      bertrand 8043: if ac_fn_c_try_compile "$LINENO"; then :
1.1       bertrand 8044:   ac_cv_header_stdc=yes
                   8045: else
1.15      bertrand 8046:   ac_cv_header_stdc=no
1.1       bertrand 8047: fi
                   8048: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   8049: 
                   8050: if test $ac_cv_header_stdc = yes; then
                   8051:   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
1.15      bertrand 8052:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 8053: /* end confdefs.h.  */
                   8054: #include <string.h>
                   8055: 
                   8056: _ACEOF
                   8057: if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1.15      bertrand 8058:   $EGREP "memchr" >/dev/null 2>&1; then :
                   8059: 
1.1       bertrand 8060: else
                   8061:   ac_cv_header_stdc=no
                   8062: fi
                   8063: rm -f conftest*
                   8064: 
                   8065: fi
                   8066: 
                   8067: if test $ac_cv_header_stdc = yes; then
                   8068:   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
1.15      bertrand 8069:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 8070: /* end confdefs.h.  */
                   8071: #include <stdlib.h>
                   8072: 
                   8073: _ACEOF
                   8074: if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1.15      bertrand 8075:   $EGREP "free" >/dev/null 2>&1; then :
                   8076: 
1.1       bertrand 8077: else
                   8078:   ac_cv_header_stdc=no
                   8079: fi
                   8080: rm -f conftest*
                   8081: 
                   8082: fi
                   8083: 
                   8084: if test $ac_cv_header_stdc = yes; then
                   8085:   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
1.15      bertrand 8086:   if test "$cross_compiling" = yes; then :
1.1       bertrand 8087:   :
                   8088: else
1.15      bertrand 8089:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 8090: /* end confdefs.h.  */
                   8091: #include <ctype.h>
                   8092: #include <stdlib.h>
                   8093: #if ((' ' & 0x0FF) == 0x020)
                   8094: # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
                   8095: # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
                   8096: #else
                   8097: # define ISLOWER(c) \
                   8098:           (('a' <= (c) && (c) <= 'i') \
                   8099:             || ('j' <= (c) && (c) <= 'r') \
                   8100:             || ('s' <= (c) && (c) <= 'z'))
                   8101: # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
                   8102: #endif
                   8103: 
                   8104: #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
                   8105: int
                   8106: main ()
                   8107: {
                   8108:   int i;
                   8109:   for (i = 0; i < 256; i++)
                   8110:     if (XOR (islower (i), ISLOWER (i))
                   8111:    || toupper (i) != TOUPPER (i))
                   8112:       return 2;
                   8113:   return 0;
                   8114: }
                   8115: _ACEOF
1.15      bertrand 8116: if ac_fn_c_try_run "$LINENO"; then :
                   8117: 
1.14      bertrand 8118: else
1.15      bertrand 8119:   ac_cv_header_stdc=no
                   8120: fi
                   8121: rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
                   8122:   conftest.$ac_objext conftest.beam conftest.$ac_ext
                   8123: fi
1.1       bertrand 8124: 
                   8125: fi
                   8126: fi
1.15      bertrand 8127: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
                   8128: $as_echo "$ac_cv_header_stdc" >&6; }
                   8129: if test $ac_cv_header_stdc = yes; then
1.1       bertrand 8130: 
1.15      bertrand 8131: $as_echo "#define STDC_HEADERS 1" >>confdefs.h
1.14      bertrand 8132: 
1.1       bertrand 8133: fi
                   8134: 
1.15      bertrand 8135: # On IRIX 5.3, sys/types and inttypes.h are conflicting.
                   8136: for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
                   8137:          inttypes.h stdint.h unistd.h
                   8138: do :
                   8139:   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
                   8140: ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
                   8141: "
1.36      bertrand 8142: if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
1.15      bertrand 8143:   cat >>confdefs.h <<_ACEOF
                   8144: #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
1.14      bertrand 8145: _ACEOF
1.1       bertrand 8146: 
                   8147: fi
                   8148: 
1.15      bertrand 8149: done
                   8150: 
                   8151: 
                   8152: # The cast to long int works around a bug in the HP C Compiler
                   8153: # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
                   8154: # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
                   8155: # This bug is HP SR number 8606223364.
                   8156: { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
                   8157: $as_echo_n "checking size of void *... " >&6; }
1.57      bertrand 8158: if ${ac_cv_sizeof_void_p+:} false; then :
1.15      bertrand 8159:   $as_echo_n "(cached) " >&6
                   8160: else
                   8161:   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p"        "$ac_includes_default"; then :
1.14      bertrand 8162: 
                   8163: else
1.15      bertrand 8164:   if test "$ac_cv_type_void_p" = yes; then
                   8165:      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
                   8166: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1.36      bertrand 8167: as_fn_error 77 "cannot compute sizeof (void *)
1.57      bertrand 8168: See \`config.log' for more details" "$LINENO" 5; }
1.15      bertrand 8169:    else
                   8170:      ac_cv_sizeof_void_p=0
                   8171:    fi
                   8172: fi
1.1       bertrand 8173: 
                   8174: fi
1.15      bertrand 8175: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
                   8176: $as_echo "$ac_cv_sizeof_void_p" >&6; }
                   8177: 
1.1       bertrand 8178: 
                   8179: 
1.15      bertrand 8180: cat >>confdefs.h <<_ACEOF
                   8181: #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
1.14      bertrand 8182: _ACEOF
1.1       bertrand 8183: 
1.15      bertrand 8184: 
                   8185: # The cast to long int works around a bug in the HP C Compiler
                   8186: # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
                   8187: # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
                   8188: # This bug is HP SR number 8606223364.
                   8189: { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of char" >&5
                   8190: $as_echo_n "checking size of char... " >&6; }
1.57      bertrand 8191: if ${ac_cv_sizeof_char+:} false; then :
1.15      bertrand 8192:   $as_echo_n "(cached) " >&6
                   8193: else
                   8194:   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (char))" "ac_cv_sizeof_char"        "$ac_includes_default"; then :
                   8195: 
                   8196: else
                   8197:   if test "$ac_cv_type_char" = yes; then
                   8198:      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
                   8199: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1.36      bertrand 8200: as_fn_error 77 "cannot compute sizeof (char)
1.57      bertrand 8201: See \`config.log' for more details" "$LINENO" 5; }
1.15      bertrand 8202:    else
                   8203:      ac_cv_sizeof_char=0
                   8204:    fi
                   8205: fi
                   8206: 
1.1       bertrand 8207: fi
1.15      bertrand 8208: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_char" >&5
                   8209: $as_echo "$ac_cv_sizeof_char" >&6; }
1.1       bertrand 8210: 
                   8211: 
                   8212: 
1.15      bertrand 8213: cat >>confdefs.h <<_ACEOF
                   8214: #define SIZEOF_CHAR $ac_cv_sizeof_char
                   8215: _ACEOF
1.1       bertrand 8216: 
                   8217: 
1.15      bertrand 8218: # The cast to long int works around a bug in the HP C Compiler
                   8219: # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
                   8220: # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
                   8221: # This bug is HP SR number 8606223364.
                   8222: { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short int" >&5
                   8223: $as_echo_n "checking size of short int... " >&6; }
1.57      bertrand 8224: if ${ac_cv_sizeof_short_int+:} false; then :
1.15      bertrand 8225:   $as_echo_n "(cached) " >&6
                   8226: else
                   8227:   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (short int))" "ac_cv_sizeof_short_int"        "$ac_includes_default"; then :
1.1       bertrand 8228: 
1.15      bertrand 8229: else
                   8230:   if test "$ac_cv_type_short_int" = yes; then
                   8231:      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
                   8232: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1.36      bertrand 8233: as_fn_error 77 "cannot compute sizeof (short int)
1.57      bertrand 8234: See \`config.log' for more details" "$LINENO" 5; }
1.15      bertrand 8235:    else
                   8236:      ac_cv_sizeof_short_int=0
                   8237:    fi
                   8238: fi
1.1       bertrand 8239: 
1.15      bertrand 8240: fi
                   8241: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_short_int" >&5
                   8242: $as_echo "$ac_cv_sizeof_short_int" >&6; }
1.1       bertrand 8243: 
                   8244: 
                   8245: 
1.15      bertrand 8246: cat >>confdefs.h <<_ACEOF
                   8247: #define SIZEOF_SHORT_INT $ac_cv_sizeof_short_int
                   8248: _ACEOF
1.1       bertrand 8249: 
                   8250: 
1.15      bertrand 8251: # The cast to long int works around a bug in the HP C Compiler
                   8252: # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
                   8253: # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
                   8254: # This bug is HP SR number 8606223364.
                   8255: { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
                   8256: $as_echo_n "checking size of int... " >&6; }
1.57      bertrand 8257: if ${ac_cv_sizeof_int+:} false; then :
1.15      bertrand 8258:   $as_echo_n "(cached) " >&6
                   8259: else
                   8260:   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int"        "$ac_includes_default"; then :
1.1       bertrand 8261: 
1.15      bertrand 8262: else
                   8263:   if test "$ac_cv_type_int" = yes; then
                   8264:      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
                   8265: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1.36      bertrand 8266: as_fn_error 77 "cannot compute sizeof (int)
1.57      bertrand 8267: See \`config.log' for more details" "$LINENO" 5; }
1.15      bertrand 8268:    else
                   8269:      ac_cv_sizeof_int=0
                   8270:    fi
                   8271: fi
1.1       bertrand 8272: 
1.15      bertrand 8273: fi
                   8274: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
                   8275: $as_echo "$ac_cv_sizeof_int" >&6; }
1.1       bertrand 8276: 
                   8277: 
                   8278: 
1.15      bertrand 8279: cat >>confdefs.h <<_ACEOF
                   8280: #define SIZEOF_INT $ac_cv_sizeof_int
                   8281: _ACEOF
1.1       bertrand 8282: 
                   8283: 
1.15      bertrand 8284: # The cast to long int works around a bug in the HP C Compiler
                   8285: # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
                   8286: # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
                   8287: # This bug is HP SR number 8606223364.
                   8288: { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long int" >&5
                   8289: $as_echo_n "checking size of long int... " >&6; }
1.57      bertrand 8290: if ${ac_cv_sizeof_long_int+:} false; then :
1.15      bertrand 8291:   $as_echo_n "(cached) " >&6
                   8292: else
                   8293:   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long int))" "ac_cv_sizeof_long_int"        "$ac_includes_default"; then :
1.1       bertrand 8294: 
1.14      bertrand 8295: else
1.15      bertrand 8296:   if test "$ac_cv_type_long_int" = yes; then
                   8297:      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
                   8298: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1.36      bertrand 8299: as_fn_error 77 "cannot compute sizeof (long int)
1.57      bertrand 8300: See \`config.log' for more details" "$LINENO" 5; }
1.15      bertrand 8301:    else
                   8302:      ac_cv_sizeof_long_int=0
                   8303:    fi
                   8304: fi
1.1       bertrand 8305: 
                   8306: fi
1.15      bertrand 8307: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_int" >&5
                   8308: $as_echo "$ac_cv_sizeof_long_int" >&6; }
                   8309: 
1.1       bertrand 8310: 
                   8311: 
1.15      bertrand 8312: cat >>confdefs.h <<_ACEOF
                   8313: #define SIZEOF_LONG_INT $ac_cv_sizeof_long_int
1.14      bertrand 8314: _ACEOF
1.15      bertrand 8315: 
                   8316: 
                   8317: # The cast to long int works around a bug in the HP C Compiler
                   8318: # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
                   8319: # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
                   8320: # This bug is HP SR number 8606223364.
                   8321: { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long int" >&5
                   8322: $as_echo_n "checking size of long long int... " >&6; }
1.57      bertrand 8323: if ${ac_cv_sizeof_long_long_int+:} false; then :
1.15      bertrand 8324:   $as_echo_n "(cached) " >&6
                   8325: else
                   8326:   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long int))" "ac_cv_sizeof_long_long_int"        "$ac_includes_default"; then :
                   8327: 
1.14      bertrand 8328: else
1.15      bertrand 8329:   if test "$ac_cv_type_long_long_int" = yes; then
                   8330:      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
                   8331: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1.36      bertrand 8332: as_fn_error 77 "cannot compute sizeof (long long int)
1.57      bertrand 8333: See \`config.log' for more details" "$LINENO" 5; }
1.15      bertrand 8334:    else
                   8335:      ac_cv_sizeof_long_long_int=0
                   8336:    fi
                   8337: fi
1.1       bertrand 8338: 
1.14      bertrand 8339: fi
1.15      bertrand 8340: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long_int" >&5
                   8341: $as_echo "$ac_cv_sizeof_long_long_int" >&6; }
                   8342: 
                   8343: 
                   8344: 
                   8345: cat >>confdefs.h <<_ACEOF
                   8346: #define SIZEOF_LONG_LONG_INT $ac_cv_sizeof_long_long_int
                   8347: _ACEOF
1.1       bertrand 8348: 
                   8349: 
1.15      bertrand 8350: # The cast to long int works around a bug in the HP C Compiler
                   8351: # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
                   8352: # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
                   8353: # This bug is HP SR number 8606223364.
                   8354: { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of float" >&5
                   8355: $as_echo_n "checking size of float... " >&6; }
1.57      bertrand 8356: if ${ac_cv_sizeof_float+:} false; then :
1.15      bertrand 8357:   $as_echo_n "(cached) " >&6
                   8358: else
                   8359:   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (float))" "ac_cv_sizeof_float"        "$ac_includes_default"; then :
1.1       bertrand 8360: 
                   8361: else
1.15      bertrand 8362:   if test "$ac_cv_type_float" = yes; then
                   8363:      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
                   8364: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1.36      bertrand 8365: as_fn_error 77 "cannot compute sizeof (float)
1.57      bertrand 8366: See \`config.log' for more details" "$LINENO" 5; }
1.15      bertrand 8367:    else
                   8368:      ac_cv_sizeof_float=0
                   8369:    fi
1.14      bertrand 8370: fi
                   8371: 
1.1       bertrand 8372: fi
1.15      bertrand 8373: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_float" >&5
                   8374: $as_echo "$ac_cv_sizeof_float" >&6; }
                   8375: 
                   8376: 
                   8377: 
                   8378: cat >>confdefs.h <<_ACEOF
                   8379: #define SIZEOF_FLOAT $ac_cv_sizeof_float
1.14      bertrand 8380: _ACEOF
1.1       bertrand 8381: 
                   8382: 
1.15      bertrand 8383: # The cast to long int works around a bug in the HP C Compiler
                   8384: # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
                   8385: # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
                   8386: # This bug is HP SR number 8606223364.
                   8387: { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of double" >&5
                   8388: $as_echo_n "checking size of double... " >&6; }
1.57      bertrand 8389: if ${ac_cv_sizeof_double+:} false; then :
1.15      bertrand 8390:   $as_echo_n "(cached) " >&6
                   8391: else
                   8392:   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (double))" "ac_cv_sizeof_double"        "$ac_includes_default"; then :
1.1       bertrand 8393: 
1.15      bertrand 8394: else
                   8395:   if test "$ac_cv_type_double" = yes; then
                   8396:      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
                   8397: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1.36      bertrand 8398: as_fn_error 77 "cannot compute sizeof (double)
1.57      bertrand 8399: See \`config.log' for more details" "$LINENO" 5; }
1.15      bertrand 8400:    else
                   8401:      ac_cv_sizeof_double=0
                   8402:    fi
                   8403: fi
1.1       bertrand 8404: 
1.15      bertrand 8405: fi
                   8406: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_double" >&5
                   8407: $as_echo "$ac_cv_sizeof_double" >&6; }
1.14      bertrand 8408: 
1.1       bertrand 8409: 
                   8410: 
1.15      bertrand 8411: cat >>confdefs.h <<_ACEOF
                   8412: #define SIZEOF_DOUBLE $ac_cv_sizeof_double
1.14      bertrand 8413: _ACEOF
1.15      bertrand 8414: 
                   8415: 
                   8416: # The cast to long int works around a bug in the HP C Compiler
                   8417: # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
                   8418: # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
                   8419: # This bug is HP SR number 8606223364.
                   8420: { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long double" >&5
                   8421: $as_echo_n "checking size of long double... " >&6; }
1.57      bertrand 8422: if ${ac_cv_sizeof_long_double+:} false; then :
1.15      bertrand 8423:   $as_echo_n "(cached) " >&6
                   8424: else
                   8425:   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long double))" "ac_cv_sizeof_long_double"        "$ac_includes_default"; then :
                   8426: 
1.14      bertrand 8427: else
1.15      bertrand 8428:   if test "$ac_cv_type_long_double" = yes; then
                   8429:      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
                   8430: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1.36      bertrand 8431: as_fn_error 77 "cannot compute sizeof (long double)
1.57      bertrand 8432: See \`config.log' for more details" "$LINENO" 5; }
1.15      bertrand 8433:    else
                   8434:      ac_cv_sizeof_long_double=0
                   8435:    fi
                   8436: fi
1.1       bertrand 8437: 
                   8438: fi
1.15      bertrand 8439: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_double" >&5
                   8440: $as_echo "$ac_cv_sizeof_long_double" >&6; }
                   8441: 
1.1       bertrand 8442: 
                   8443: 
1.15      bertrand 8444: cat >>confdefs.h <<_ACEOF
                   8445: #define SIZEOF_LONG_DOUBLE $ac_cv_sizeof_long_double
1.1       bertrand 8446: _ACEOF
                   8447: 
                   8448: 
1.15      bertrand 8449: 
                   8450: ac_header_dirent=no
                   8451: for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
                   8452:   as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
                   8453: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
                   8454: $as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }
1.57      bertrand 8455: if eval \${$as_ac_Header+:} false; then :
1.15      bertrand 8456:   $as_echo_n "(cached) " >&6
1.1       bertrand 8457: else
1.15      bertrand 8458:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.14      bertrand 8459: /* end confdefs.h.  */
                   8460: #include <sys/types.h>
1.15      bertrand 8461: #include <$ac_hdr>
1.1       bertrand 8462: 
1.15      bertrand 8463: int
                   8464: main ()
                   8465: {
                   8466: if ((DIR *) 0)
                   8467: return 0;
                   8468:   ;
                   8469:   return 0;
                   8470: }
1.1       bertrand 8471: _ACEOF
1.15      bertrand 8472: if ac_fn_c_try_compile "$LINENO"; then :
                   8473:   eval "$as_ac_Header=yes"
1.1       bertrand 8474: else
1.15      bertrand 8475:   eval "$as_ac_Header=no"
                   8476: fi
                   8477: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.1       bertrand 8478: fi
1.15      bertrand 8479: eval ac_res=\$$as_ac_Header
                   8480:           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
                   8481: $as_echo "$ac_res" >&6; }
1.36      bertrand 8482: if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
1.15      bertrand 8483:   cat >>confdefs.h <<_ACEOF
                   8484: #define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
                   8485: _ACEOF
1.1       bertrand 8486: 
1.15      bertrand 8487: ac_header_dirent=$ac_hdr; break
1.1       bertrand 8488: fi
                   8489: 
1.15      bertrand 8490: done
                   8491: # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
                   8492: if test $ac_header_dirent = dirent.h; then
                   8493:   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
                   8494: $as_echo_n "checking for library containing opendir... " >&6; }
1.57      bertrand 8495: if ${ac_cv_search_opendir+:} false; then :
1.15      bertrand 8496:   $as_echo_n "(cached) " >&6
                   8497: else
                   8498:   ac_func_search_save_LIBS=$LIBS
                   8499: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
                   8500: /* end confdefs.h.  */
                   8501: 
                   8502: /* Override any GCC internal prototype to avoid an error.
                   8503:    Use char because int might match the return type of a GCC
                   8504:    builtin and then its argument prototype would still apply.  */
                   8505: #ifdef __cplusplus
                   8506: extern "C"
                   8507: #endif
                   8508: char opendir ();
                   8509: int
                   8510: main ()
                   8511: {
                   8512: return opendir ();
                   8513:   ;
                   8514:   return 0;
                   8515: }
1.14      bertrand 8516: _ACEOF
1.15      bertrand 8517: for ac_lib in '' dir; do
                   8518:   if test -z "$ac_lib"; then
                   8519:     ac_res="none required"
                   8520:   else
                   8521:     ac_res=-l$ac_lib
                   8522:     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
                   8523:   fi
                   8524:   if ac_fn_c_try_link "$LINENO"; then :
                   8525:   ac_cv_search_opendir=$ac_res
                   8526: fi
                   8527: rm -f core conftest.err conftest.$ac_objext \
                   8528:     conftest$ac_exeext
1.57      bertrand 8529:   if ${ac_cv_search_opendir+:} false; then :
1.15      bertrand 8530:   break
                   8531: fi
                   8532: done
1.57      bertrand 8533: if ${ac_cv_search_opendir+:} false; then :
1.1       bertrand 8534: 
1.15      bertrand 8535: else
                   8536:   ac_cv_search_opendir=no
                   8537: fi
                   8538: rm conftest.$ac_ext
                   8539: LIBS=$ac_func_search_save_LIBS
                   8540: fi
                   8541: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
                   8542: $as_echo "$ac_cv_search_opendir" >&6; }
                   8543: ac_res=$ac_cv_search_opendir
                   8544: if test "$ac_res" != no; then :
                   8545:   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
1.1       bertrand 8546: 
1.14      bertrand 8547: fi
1.1       bertrand 8548: 
                   8549: else
1.15      bertrand 8550:   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
                   8551: $as_echo_n "checking for library containing opendir... " >&6; }
1.57      bertrand 8552: if ${ac_cv_search_opendir+:} false; then :
1.15      bertrand 8553:   $as_echo_n "(cached) " >&6
                   8554: else
                   8555:   ac_func_search_save_LIBS=$LIBS
                   8556: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 8557: /* end confdefs.h.  */
1.15      bertrand 8558: 
                   8559: /* Override any GCC internal prototype to avoid an error.
                   8560:    Use char because int might match the return type of a GCC
                   8561:    builtin and then its argument prototype would still apply.  */
                   8562: #ifdef __cplusplus
                   8563: extern "C"
                   8564: #endif
                   8565: char opendir ();
1.1       bertrand 8566: int
                   8567: main ()
                   8568: {
1.15      bertrand 8569: return opendir ();
1.1       bertrand 8570:   ;
                   8571:   return 0;
                   8572: }
                   8573: _ACEOF
1.15      bertrand 8574: for ac_lib in '' x; do
                   8575:   if test -z "$ac_lib"; then
                   8576:     ac_res="none required"
                   8577:   else
                   8578:     ac_res=-l$ac_lib
                   8579:     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
                   8580:   fi
                   8581:   if ac_fn_c_try_link "$LINENO"; then :
                   8582:   ac_cv_search_opendir=$ac_res
                   8583: fi
                   8584: rm -f core conftest.err conftest.$ac_objext \
                   8585:     conftest$ac_exeext
1.57      bertrand 8586:   if ${ac_cv_search_opendir+:} false; then :
1.15      bertrand 8587:   break
                   8588: fi
                   8589: done
1.57      bertrand 8590: if ${ac_cv_search_opendir+:} false; then :
1.15      bertrand 8591: 
1.1       bertrand 8592: else
1.15      bertrand 8593:   ac_cv_search_opendir=no
                   8594: fi
                   8595: rm conftest.$ac_ext
                   8596: LIBS=$ac_func_search_save_LIBS
1.1       bertrand 8597: fi
1.15      bertrand 8598: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
                   8599: $as_echo "$ac_cv_search_opendir" >&6; }
                   8600: ac_res=$ac_cv_search_opendir
                   8601: if test "$ac_res" != no; then :
                   8602:   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
1.14      bertrand 8603: 
1.1       bertrand 8604: fi
                   8605: 
                   8606: fi
                   8607: 
1.15      bertrand 8608: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
                   8609: $as_echo_n "checking for ANSI C header files... " >&6; }
1.57      bertrand 8610: if ${ac_cv_header_stdc+:} false; then :
1.15      bertrand 8611:   $as_echo_n "(cached) " >&6
1.1       bertrand 8612: else
1.15      bertrand 8613:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 8614: /* end confdefs.h.  */
1.15      bertrand 8615: #include <stdlib.h>
                   8616: #include <stdarg.h>
                   8617: #include <string.h>
                   8618: #include <float.h>
                   8619: 
1.1       bertrand 8620: int
                   8621: main ()
                   8622: {
1.15      bertrand 8623: 
1.1       bertrand 8624:   ;
                   8625:   return 0;
                   8626: }
                   8627: _ACEOF
1.15      bertrand 8628: if ac_fn_c_try_compile "$LINENO"; then :
                   8629:   ac_cv_header_stdc=yes
1.14      bertrand 8630: else
1.15      bertrand 8631:   ac_cv_header_stdc=no
                   8632: fi
                   8633: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   8634: 
                   8635: if test $ac_cv_header_stdc = yes; then
                   8636:   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
                   8637:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
                   8638: /* end confdefs.h.  */
                   8639: #include <string.h>
                   8640: 
                   8641: _ACEOF
                   8642: if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
                   8643:   $EGREP "memchr" >/dev/null 2>&1; then :
1.14      bertrand 8644: 
1.15      bertrand 8645: else
                   8646:   ac_cv_header_stdc=no
1.1       bertrand 8647: fi
1.15      bertrand 8648: rm -f conftest*
1.14      bertrand 8649: 
1.1       bertrand 8650: fi
                   8651: 
1.15      bertrand 8652: if test $ac_cv_header_stdc = yes; then
                   8653:   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
                   8654:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
                   8655: /* end confdefs.h.  */
                   8656: #include <stdlib.h>
                   8657: 
1.14      bertrand 8658: _ACEOF
1.15      bertrand 8659: if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
                   8660:   $EGREP "free" >/dev/null 2>&1; then :
                   8661: 
                   8662: else
                   8663:   ac_cv_header_stdc=no
                   8664: fi
                   8665: rm -f conftest*
1.1       bertrand 8666: 
                   8667: fi
                   8668: 
1.15      bertrand 8669: if test $ac_cv_header_stdc = yes; then
                   8670:   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
                   8671:   if test "$cross_compiling" = yes; then :
                   8672:   :
1.1       bertrand 8673: else
1.15      bertrand 8674:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 8675: /* end confdefs.h.  */
1.15      bertrand 8676: #include <ctype.h>
                   8677: #include <stdlib.h>
                   8678: #if ((' ' & 0x0FF) == 0x020)
                   8679: # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
                   8680: # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
                   8681: #else
                   8682: # define ISLOWER(c) \
                   8683:           (('a' <= (c) && (c) <= 'i') \
                   8684:             || ('j' <= (c) && (c) <= 'r') \
                   8685:             || ('s' <= (c) && (c) <= 'z'))
                   8686: # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
                   8687: #endif
1.1       bertrand 8688: 
1.15      bertrand 8689: #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
1.1       bertrand 8690: int
                   8691: main ()
                   8692: {
1.15      bertrand 8693:   int i;
                   8694:   for (i = 0; i < 256; i++)
                   8695:     if (XOR (islower (i), ISLOWER (i))
                   8696:    || toupper (i) != TOUPPER (i))
                   8697:       return 2;
1.1       bertrand 8698:   return 0;
                   8699: }
                   8700: _ACEOF
1.15      bertrand 8701: if ac_fn_c_try_run "$LINENO"; then :
                   8702: 
1.14      bertrand 8703: else
1.15      bertrand 8704:   ac_cv_header_stdc=no
                   8705: fi
                   8706: rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
                   8707:   conftest.$ac_objext conftest.beam conftest.$ac_ext
                   8708: fi
1.14      bertrand 8709: 
1.1       bertrand 8710: fi
                   8711: fi
1.15      bertrand 8712: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
                   8713: $as_echo "$ac_cv_header_stdc" >&6; }
                   8714: if test $ac_cv_header_stdc = yes; then
1.1       bertrand 8715: 
1.15      bertrand 8716: $as_echo "#define STDC_HEADERS 1" >>confdefs.h
1.1       bertrand 8717: 
                   8718: fi
                   8719: 
1.15      bertrand 8720: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
                   8721: $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
1.57      bertrand 8722: if ${ac_cv_header_sys_wait_h+:} false; then :
1.15      bertrand 8723:   $as_echo_n "(cached) " >&6
1.1       bertrand 8724: else
1.15      bertrand 8725:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 8726: /* end confdefs.h.  */
1.14      bertrand 8727: #include <sys/types.h>
1.15      bertrand 8728: #include <sys/wait.h>
                   8729: #ifndef WEXITSTATUS
                   8730: # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
                   8731: #endif
                   8732: #ifndef WIFEXITED
                   8733: # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
                   8734: #endif
1.1       bertrand 8735: 
                   8736: int
                   8737: main ()
                   8738: {
1.15      bertrand 8739:   int s;
                   8740:   wait (&s);
                   8741:   s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
1.1       bertrand 8742:   ;
                   8743:   return 0;
                   8744: }
                   8745: _ACEOF
1.15      bertrand 8746: if ac_fn_c_try_compile "$LINENO"; then :
                   8747:   ac_cv_header_sys_wait_h=yes
1.1       bertrand 8748: else
1.15      bertrand 8749:   ac_cv_header_sys_wait_h=no
                   8750: fi
                   8751: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   8752: fi
                   8753: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
                   8754: $as_echo "$ac_cv_header_sys_wait_h" >&6; }
                   8755: if test $ac_cv_header_sys_wait_h = yes; then
1.1       bertrand 8756: 
1.15      bertrand 8757: $as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
1.1       bertrand 8758: 
                   8759: fi
                   8760: 
1.15      bertrand 8761: for ac_header in dlfcn.h fcntl.h math.h pwd.h signal.h string.h termios.h \
                   8762:        time.h unistd.h sys/resource.h sys/stat.h sys/time.h sys/timeb.h \
                   8763:        sys/types.h sys/select.h sys/wait.h stdio.h stdlib.h pthread.h
                   8764: do :
                   8765:   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
                   8766: ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
1.36      bertrand 8767: if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
1.15      bertrand 8768:   cat >>confdefs.h <<_ACEOF
                   8769: #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
1.1       bertrand 8770: _ACEOF
                   8771: 
                   8772: fi
                   8773: 
1.15      bertrand 8774: done
                   8775: 
1.1       bertrand 8776: 
1.15      bertrand 8777: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
                   8778: $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
1.57      bertrand 8779: if ${ac_cv_c_const+:} false; then :
1.15      bertrand 8780:   $as_echo_n "(cached) " >&6
1.1       bertrand 8781: else
1.15      bertrand 8782:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 8783: /* end confdefs.h.  */
                   8784: 
                   8785: int
                   8786: main ()
                   8787: {
1.15      bertrand 8788: /* FIXME: Include the comments suggested by Paul. */
                   8789: #ifndef __cplusplus
                   8790:   /* Ultrix mips cc rejects this.  */
                   8791:   typedef int charset[2];
                   8792:   const charset cs;
                   8793:   /* SunOS 4.1.1 cc rejects this.  */
                   8794:   char const *const *pcpcc;
                   8795:   char **ppc;
                   8796:   /* NEC SVR4.0.2 mips cc rejects this.  */
                   8797:   struct point {int x, y;};
                   8798:   static struct point const zero = {0,0};
                   8799:   /* AIX XL C 1.02.0.0 rejects this.
                   8800:      It does not let you subtract one const X* pointer from another in
                   8801:      an arm of an if-expression whose if-part is not a constant
                   8802:      expression */
                   8803:   const char *g = "string";
                   8804:   pcpcc = &g + (g ? g-g : 0);
                   8805:   /* HPUX 7.0 cc rejects these. */
                   8806:   ++pcpcc;
                   8807:   ppc = (char**) pcpcc;
                   8808:   pcpcc = (char const *const *) ppc;
                   8809:   { /* SCO 3.2v4 cc rejects this.  */
                   8810:     char *t;
                   8811:     char const *s = 0 ? (char *) 0 : (char const *) 0;
                   8812: 
                   8813:     *t++ = 0;
                   8814:     if (s) return 0;
                   8815:   }
                   8816:   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
                   8817:     int x[] = {25, 17};
                   8818:     const int *foo = &x[0];
                   8819:     ++foo;
                   8820:   }
                   8821:   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
                   8822:     typedef const int *iptr;
                   8823:     iptr p = 0;
                   8824:     ++p;
                   8825:   }
                   8826:   { /* AIX XL C 1.02.0.0 rejects this saying
                   8827:        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
                   8828:     struct s { int j; const int *ap[3]; };
                   8829:     struct s *b; b->j = 5;
                   8830:   }
                   8831:   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
                   8832:     const int foo = 10;
                   8833:     if (!foo) return 0;
                   8834:   }
                   8835:   return !cs[0] && !zero.x;
                   8836: #endif
                   8837: 
1.14      bertrand 8838:   ;
1.1       bertrand 8839:   return 0;
                   8840: }
                   8841: _ACEOF
1.15      bertrand 8842: if ac_fn_c_try_compile "$LINENO"; then :
                   8843:   ac_cv_c_const=yes
1.14      bertrand 8844: else
1.15      bertrand 8845:   ac_cv_c_const=no
1.1       bertrand 8846: fi
1.14      bertrand 8847: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.1       bertrand 8848: fi
1.15      bertrand 8849: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
                   8850: $as_echo "$ac_cv_c_const" >&6; }
                   8851: if test $ac_cv_c_const = no; then
1.1       bertrand 8852: 
1.15      bertrand 8853: $as_echo "#define const /**/" >>confdefs.h
1.1       bertrand 8854: 
1.15      bertrand 8855: fi
1.1       bertrand 8856: 
1.15      bertrand 8857: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uid_t in sys/types.h" >&5
                   8858: $as_echo_n "checking for uid_t in sys/types.h... " >&6; }
1.57      bertrand 8859: if ${ac_cv_type_uid_t+:} false; then :
1.15      bertrand 8860:   $as_echo_n "(cached) " >&6
1.1       bertrand 8861: else
1.15      bertrand 8862:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 8863: /* end confdefs.h.  */
1.15      bertrand 8864: #include <sys/types.h>
                   8865: 
1.1       bertrand 8866: _ACEOF
1.15      bertrand 8867: if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
                   8868:   $EGREP "uid_t" >/dev/null 2>&1; then :
                   8869:   ac_cv_type_uid_t=yes
1.1       bertrand 8870: else
1.15      bertrand 8871:   ac_cv_type_uid_t=no
                   8872: fi
                   8873: rm -f conftest*
1.14      bertrand 8874: 
1.1       bertrand 8875: fi
1.15      bertrand 8876: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_uid_t" >&5
                   8877: $as_echo "$ac_cv_type_uid_t" >&6; }
                   8878: if test $ac_cv_type_uid_t = no; then
1.1       bertrand 8879: 
1.15      bertrand 8880: $as_echo "#define uid_t int" >>confdefs.h
1.1       bertrand 8881: 
                   8882: 
1.15      bertrand 8883: $as_echo "#define gid_t int" >>confdefs.h
1.1       bertrand 8884: 
                   8885: fi
                   8886: 
1.15      bertrand 8887: ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
1.57      bertrand 8888: if test "x$ac_cv_type_pid_t" = xyes; then :
1.1       bertrand 8889: 
                   8890: else
1.15      bertrand 8891: 
                   8892: cat >>confdefs.h <<_ACEOF
                   8893: #define pid_t int
1.14      bertrand 8894: _ACEOF
                   8895: 
1.15      bertrand 8896: fi
1.14      bertrand 8897: 
1.15      bertrand 8898: ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
1.57      bertrand 8899: if test "x$ac_cv_type_size_t" = xyes; then :
1.14      bertrand 8900: 
1.15      bertrand 8901: else
1.1       bertrand 8902: 
1.15      bertrand 8903: cat >>confdefs.h <<_ACEOF
                   8904: #define size_t unsigned int
1.1       bertrand 8905: _ACEOF
1.14      bertrand 8906: 
1.1       bertrand 8907: fi
                   8908: 
1.15      bertrand 8909: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
                   8910: $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
1.57      bertrand 8911: if ${ac_cv_header_time+:} false; then :
1.15      bertrand 8912:   $as_echo_n "(cached) " >&6
1.1       bertrand 8913: else
1.15      bertrand 8914:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 8915: /* end confdefs.h.  */
1.15      bertrand 8916: #include <sys/types.h>
                   8917: #include <sys/time.h>
                   8918: #include <time.h>
1.1       bertrand 8919: 
1.14      bertrand 8920: int
                   8921: main ()
                   8922: {
1.15      bertrand 8923: if ((struct tm *) 0)
                   8924: return 0;
1.14      bertrand 8925:   ;
                   8926:   return 0;
                   8927: }
1.1       bertrand 8928: _ACEOF
1.15      bertrand 8929: if ac_fn_c_try_compile "$LINENO"; then :
                   8930:   ac_cv_header_time=yes
1.1       bertrand 8931: else
1.15      bertrand 8932:   ac_cv_header_time=no
1.1       bertrand 8933: fi
1.15      bertrand 8934: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.1       bertrand 8935: fi
1.15      bertrand 8936: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
                   8937: $as_echo "$ac_cv_header_time" >&6; }
                   8938: if test $ac_cv_header_time = yes; then
1.1       bertrand 8939: 
1.15      bertrand 8940: $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
1.1       bertrand 8941: 
                   8942: fi
                   8943: 
1.15      bertrand 8944: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5
                   8945: $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }
1.57      bertrand 8946: if ${ac_cv_struct_tm+:} false; then :
1.15      bertrand 8947:   $as_echo_n "(cached) " >&6
1.1       bertrand 8948: else
1.15      bertrand 8949:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.14      bertrand 8950: /* end confdefs.h.  */
1.15      bertrand 8951: #include <sys/types.h>
                   8952: #include <time.h>
1.1       bertrand 8953: 
                   8954: int
                   8955: main ()
                   8956: {
1.15      bertrand 8957: struct tm tm;
                   8958:                     int *p = &tm.tm_sec;
                   8959:                     return !p;
1.1       bertrand 8960:   ;
                   8961:   return 0;
                   8962: }
                   8963: _ACEOF
1.15      bertrand 8964: if ac_fn_c_try_compile "$LINENO"; then :
                   8965:   ac_cv_struct_tm=time.h
1.1       bertrand 8966: else
1.15      bertrand 8967:   ac_cv_struct_tm=sys/time.h
                   8968: fi
                   8969: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   8970: fi
                   8971: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_struct_tm" >&5
                   8972: $as_echo "$ac_cv_struct_tm" >&6; }
                   8973: if test $ac_cv_struct_tm = sys/time.h; then
                   8974: 
                   8975: $as_echo "#define TM_IN_SYS_TIME 1" >>confdefs.h
1.14      bertrand 8976: 
1.1       bertrand 8977: fi
                   8978: 
                   8979: 
1.15      bertrand 8980: { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
                   8981: $as_echo_n "checking return type of signal handlers... " >&6; }
1.57      bertrand 8982: if ${ac_cv_type_signal+:} false; then :
1.15      bertrand 8983:   $as_echo_n "(cached) " >&6
1.1       bertrand 8984: else
1.15      bertrand 8985:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 8986: /* end confdefs.h.  */
1.15      bertrand 8987: #include <sys/types.h>
                   8988: #include <signal.h>
1.1       bertrand 8989: 
                   8990: int
                   8991: main ()
                   8992: {
1.15      bertrand 8993: return *(signal (0, 0)) (0) == 1;
1.1       bertrand 8994:   ;
                   8995:   return 0;
                   8996: }
                   8997: _ACEOF
1.15      bertrand 8998: if ac_fn_c_try_compile "$LINENO"; then :
                   8999:   ac_cv_type_signal=int
1.1       bertrand 9000: else
1.15      bertrand 9001:   ac_cv_type_signal=void
1.1       bertrand 9002: fi
1.15      bertrand 9003: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.1       bertrand 9004: fi
1.15      bertrand 9005: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
                   9006: $as_echo "$ac_cv_type_signal" >&6; }
1.14      bertrand 9007: 
1.15      bertrand 9008: cat >>confdefs.h <<_ACEOF
                   9009: #define RETSIGTYPE $ac_cv_type_signal
1.14      bertrand 9010: _ACEOF
1.1       bertrand 9011: 
1.15      bertrand 9012: 
                   9013: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working strcoll" >&5
                   9014: $as_echo_n "checking for working strcoll... " >&6; }
1.57      bertrand 9015: if ${ac_cv_func_strcoll_works+:} false; then :
1.15      bertrand 9016:   $as_echo_n "(cached) " >&6
                   9017: else
                   9018:   if test "$cross_compiling" = yes; then :
                   9019:   ac_cv_func_strcoll_works=no
                   9020: else
                   9021:   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
                   9022: /* end confdefs.h.  */
                   9023: $ac_includes_default
                   9024: int
                   9025: main ()
                   9026: {
                   9027: return (strcoll ("abc", "def") >= 0 ||
                   9028:     strcoll ("ABC", "DEF") >= 0 ||
                   9029:     strcoll ("123", "456") >= 0)
                   9030:   ;
                   9031:   return 0;
                   9032: }
                   9033: _ACEOF
                   9034: if ac_fn_c_try_run "$LINENO"; then :
                   9035:   ac_cv_func_strcoll_works=yes
                   9036: else
                   9037:   ac_cv_func_strcoll_works=no
                   9038: fi
                   9039: rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
                   9040:   conftest.$ac_objext conftest.beam conftest.$ac_ext
1.14      bertrand 9041: fi
1.1       bertrand 9042: 
                   9043: fi
1.15      bertrand 9044: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_strcoll_works" >&5
                   9045: $as_echo "$ac_cv_func_strcoll_works" >&6; }
                   9046: if test $ac_cv_func_strcoll_works = yes; then
1.14      bertrand 9047: 
1.15      bertrand 9048: $as_echo "#define HAVE_STRCOLL 1" >>confdefs.h
1.1       bertrand 9049: 
1.15      bertrand 9050: fi
1.1       bertrand 9051: 
1.15      bertrand 9052: for ac_func in strftime
                   9053: do :
                   9054:   ac_fn_c_check_func "$LINENO" "strftime" "ac_cv_func_strftime"
1.57      bertrand 9055: if test "x$ac_cv_func_strftime" = xyes; then :
1.15      bertrand 9056:   cat >>confdefs.h <<_ACEOF
                   9057: #define HAVE_STRFTIME 1
                   9058: _ACEOF
1.1       bertrand 9059: 
                   9060: else
1.15      bertrand 9061:   # strftime is in -lintl on SCO UNIX.
                   9062: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strftime in -lintl" >&5
                   9063: $as_echo_n "checking for strftime in -lintl... " >&6; }
1.57      bertrand 9064: if ${ac_cv_lib_intl_strftime+:} false; then :
1.15      bertrand 9065:   $as_echo_n "(cached) " >&6
                   9066: else
                   9067:   ac_check_lib_save_LIBS=$LIBS
                   9068: LIBS="-lintl  $LIBS"
                   9069: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1.1       bertrand 9070: /* end confdefs.h.  */
                   9071: 
                   9072: /* Override any GCC internal prototype to avoid an error.
                   9073:    Use char because int might match the return type of a GCC
                   9074:    builtin and then its argument prototype would still apply.  */
                   9075: #ifdef __cplusplus
                   9076: extern "C"
                   9077: #endif
1.15      bertrand 9078: char strftime ();
1.1       bertrand 9079: int
                   9080: main ()
                   9081: {
1.15      bertrand 9082: return strftime ();
1.1       bertrand 9083:   ;
                   9084:   return 0;
                   9085: }
                   9086: _ACEOF
1.15      bertrand 9087: if ac_fn_c_try_link "$LINENO"; then :
                   9088:   ac_cv_lib_intl_strftime=yes
1.1       bertrand 9089: else
1.15      bertrand 9090:   ac_cv_lib_intl_strftime=no
                   9091: fi
                   9092: rm -f core conftest.err conftest.$ac_objext \
                   9093:     conftest$ac_exeext conftest.$ac_ext
                   9094: LIBS=$ac_check_lib_save_LIBS
                   9095: fi
                   9096: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_strftime" >&5
                   9097: $as_echo "$ac_cv_lib_intl_strftime" >&6; }
1.57      bertrand 9098: if test "x$ac_cv_lib_intl_strftime" = xyes; then :
1.15      bertrand 9099:   $as_echo "#define HAVE_STRFTIME 1" >>confdefs.h
                   9100: 
                   9101: LIBS="-lintl $LIBS"
                   9102: fi
                   9103: 
                   9104: fi
                   9105: done
                   9106: 
                   9107: for ac_func in vprintf
                   9108: do :
                   9109:   ac_fn_c_check_func "$LINENO" "vprintf" "ac_cv_func_vprintf"
1.57      bertrand 9110: if test "x$ac_cv_func_vprintf" = xyes; then :
1.15      bertrand 9111:   cat >>confdefs.h <<_ACEOF
                   9112: #define HAVE_VPRINTF 1
                   9113: _ACEOF
                   9114: 
                   9115: ac_fn_c_check_func "$LINENO" "_doprnt" "ac_cv_func__doprnt"
1.57      bertrand 9116: if test "x$ac_cv_func__doprnt" = xyes; then :
1.15      bertrand 9117: 
                   9118: $as_echo "#define HAVE_DOPRNT 1" >>confdefs.h
1.1       bertrand 9119: 
                   9120: fi
                   9121: 
                   9122: fi
1.15      bertrand 9123: done
                   9124: 
                   9125: 
                   9126: for ac_func in ftime getcwd putenv select strcspn strdup \
                   9127:        strerror strspn strstr strtod
                   9128: do :
                   9129:   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
                   9130: ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
1.36      bertrand 9131: if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
1.1       bertrand 9132:   cat >>confdefs.h <<_ACEOF
1.15      bertrand 9133: #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
1.1       bertrand 9134: _ACEOF
                   9135: 
                   9136: fi
                   9137: done
                   9138: 
                   9139: 
1.15      bertrand 9140: 
                   9141: # Check whether --with-openssl_arch was given.
                   9142: if test "${with_openssl_arch+set}" = set; then :
                   9143:   withval=$with_openssl_arch;
                   9144: else
                   9145:   with_openssl_arch=none
                   9146: fi
                   9147: 
                   9148: 
1.31      bertrand 9149: if test $(uname) = "OS/2"; then
1.34      bertrand 9150:    bash -c "cd tools/$OPENSSL && os2/OS2-EMX.cmd"
1.15      bertrand 9151: else
1.31      bertrand 9152:    if test "x$with_openssl_arch" = xnone; then
1.67      bertrand 9153:        (cd tools/$OPENSSL && ./config no-asm)
1.31      bertrand 9154:    elif test "x$with_openssl_arch" = xyes -o "x$with_openssl_arch" = xno; then
                   9155:        (cd tools/$OPENSSL && ./Configure)
1.36      bertrand 9156:        as_fn_error $? "OS/COMP informations are required!" "$LINENO" 5
1.31      bertrand 9157:    elif test "x$with_openssl_arch" = xlist; then
                   9158:        (cd tools/$OPENSSL && ./Configure)
1.36      bertrand 9159:        as_fn_error $? "Please specify OS and Architecture" "$LINENO" 5
1.31      bertrand 9160:    else
1.67      bertrand 9161:        (cd tools/$OPENSSL && ./Configure no-asm $with_openssl_arch)
1.31      bertrand 9162:    fi
1.15      bertrand 9163: fi
1.1       bertrand 9164: 
                   9165: if test "$MYGNUPLOT" = "yes"; then
                   9166:    if test ! -d "$srcdir"/tools/$GNUPLOT; then
                   9167:        gunzip -c "$srcdir"/tools/$GNUPLOT.tar.gz | \
                   9168:                (cd "$srcdir/tools" && tar -xf -)
                   9169:    fi
1.80      bertrand 9170:    subdirs="$subdirs tools/$GNUPLOT"
1.1       bertrand 9171: 
                   9172:    GNUPLOT_COMPILATION=$GNUPLOT
                   9173: else
                   9174:    GNUPLOT_COMPILATION=
                   9175: fi
                   9176: 
                   9177: 
                   9178: 
1.69      bertrand 9179: HOST=$host
                   9180: 
                   9181: 
1.1       bertrand 9182: case $host_cpu in
                   9183: 
                   9184:     i?86)
                   9185:    CFLAGS="$CFLAGS -malign-double -mieee-fp -Wall -funsigned-char \
                   9186:            -Wno-pointer-sign"
                   9187:    FFLAGS="$FFLAGS -malign-double -mieee-fp -Wall -fno-f2c"
                   9188:    FCFLAGS="$FCFLAGS -malign-double -mieee-fp -Wall -fno-f2c"
                   9189:    break ;;
                   9190: 
                   9191:    x86_64*)
                   9192:    CFLAGS="$CFLAGS -malign-double -mieee-fp -Wall -funsigned-char \
                   9193:            -Wno-pointer-sign"
                   9194:    FFLAGS="$FFLAGS -malign-double -mieee-fp -Wall -fno-f2c"
                   9195:    FCFLAGS="$FCFLAGS -malign-double -mieee-fp -Wall -fno-f2c"
                   9196:    break ;;
                   9197: 
                   9198:     alpha*)
                   9199:    CFLAGS="$CFLAGS -mieee -funsigned-char -Wall \
                   9200:            -Wno-pointer-sign"
                   9201:    FFLAGS="$FFLAGS -mieee -Wall"
                   9202:    FCFLAGS="$FCFLAGS -mieee -Wall"
                   9203:    break ;;
                   9204: 
                   9205:     sparc*)
                   9206:    CFLAGS="$CFLAGS -Wall -funsigned-char \
                   9207:            -Wno-pointer-sign"
                   9208:    FFLAGS="$FFLAGS -Wall"
                   9209:    FCFLAGS="$FCFLAGS -Wall"
                   9210:    break ;;
                   9211: 
                   9212: esac
                   9213: 
1.8       bertrand 9214: case $host_os in
                   9215: 
                   9216:    cygwin*)
                   9217:        OS=Cygwin
                   9218:    break ;;
                   9219: 
                   9220:    interix*)
                   9221:        OS=Interix
                   9222:    break ;;
                   9223: 
                   9224:    *)
                   9225:        OS=$(uname)
                   9226:    break ;;
                   9227: 
                   9228: esac
                   9229: 
                   9230: 
                   9231: 
1.1       bertrand 9232: DATE_FR=$(env LC_ALL=fr_FR date +'%A %x, %X %Z')
                   9233: DATE=$(env LC_ALL=C date +'%A %x, %X %Z')
1.49      bertrand 9234: MALLOC=
1.1       bertrand 9235: 
1.22      bertrand 9236: case $OS in
1.17      bertrand 9237: 
                   9238:     Darwin)
1.31      bertrand 9239:        EXPORT_DYNAMIC=-Wl,-flat_namespace
1.17      bertrand 9240:        NESTED_FUNCTIONS=-fnested-functions
1.23      bertrand 9241:        CXXFLAGS="$CXXFLAGS -D_GLIBCXX_FULLY_DYNAMIC_STRING"
1.31      bertrand 9242:        ac_configure_args="$ac_configure_args --with-readline=builtin \
1.69      bertrand 9243:                --disable-shared --enable-static --enable-threads \
                   9244:                CFLAGS=\"$CFLAGS\" CXXFLAGS=\"$CXXFLAGS\" \
                   9245:                FFLAGS=\"$FFLAGS\" FCFLAGS=\"$FCFLAGS\" \
                   9246:                LDFLAGS=\"$LDFLAGS\""
1.33      bertrand 9247:        C_STANDARD=-std=gnu99
1.75      bertrand 9248:        ELF=
1.17      bertrand 9249:    break ;;
                   9250: 
1.31      bertrand 9251:     Cygwin)
                   9252:        EXPORT_DYNAMIC=-Wl,--export-all-symbols
1.17      bertrand 9253:        NESTED_FUNCTIONS=
1.31      bertrand 9254:        ac_configure_args="$ac_configure_args --with-readline=builtin \
1.69      bertrand 9255:                --disable-shared --enable-static --enable-threads \
                   9256:                CFLAGS=\"$CFLAGS\" CXXFLAGS=\"$CXXFLAGS\" \
                   9257:                FFLAGS=\"$FFLAGS\" FCFLAGS=\"$FCFLAGS\" \
                   9258:                LDFLAGS=\"$LDFLAGS\""
1.33      bertrand 9259:        C_STANDARD=-std=gnu99
1.75      bertrand 9260:        ELF=
1.17      bertrand 9261:    break ;;
                   9262: 
1.34      bertrand 9263:    Interix)
                   9264:        EXPORT_DYNAMIC=-Wl,--export-all-symbols
                   9265:        NESTED_FUNCTIONS=
                   9266:        ac_configure_args="$ac_configure_args --with-readline=builtin \
1.69      bertrand 9267:                --disable-shared --enable-static --enable-threads \
                   9268:                CFLAGS=\"$CFLAGS\" CXXFLAGS=\"$CXXFLAGS\" \
                   9269:                FFLAGS=\"$FFLAGS\" FCFLAGS=\"$FCFLAGS\" \
                   9270:                LDFLAGS=\"$LDFLAGS\""
1.34      bertrand 9271:        C_STANDARD=-std=gnu99
1.75      bertrand 9272:        ELF=
1.34      bertrand 9273:    break;;
                   9274: 
1.31      bertrand 9275:     AIX)
                   9276:        EXPORT_DYNAMIC=-Wl,--export-dynamic
1.18      bertrand 9277:        NESTED_FUNCTIONS=
1.31      bertrand 9278:        ac_configure_args="$ac_configure_args --with-readline=builtin \
1.69      bertrand 9279:                --disable-shared --enable-static --enable-threads \
                   9280:                CFLAGS=\"$CFLAGS\" CXXFLAGS=\"$CXXFLAGS\" \
                   9281:                FFLAGS=\"$FFLAGS\" FCFLAGS=\"$FCFLAGS\" \
                   9282:                LDFLAGS=\"$LDFLAGS\""
1.33      bertrand 9283:        C_STANDARD=-std=gnu99
1.75      bertrand 9284:        ELF=
1.18      bertrand 9285:    break ;;
                   9286: 
1.31      bertrand 9287:     OS/2)
1.37      bertrand 9288:        if test $FORCED_FINAL_ENCODING -eq 0; then \
1.35      bertrand 9289:            FINAL_ENCODING=CP850; \
                   9290:        fi;
1.31      bertrand 9291:        OS=OS2
                   9292:        NESTED_FUNCTIONS=
                   9293:        EXPORT_DYNAMIC=-Zmap
                   9294:        ac_configure_args="$ac_configure_args --without-readline \
1.49      bertrand 9295:                --without-cairo --disable-shared --enable-static \
1.69      bertrand 9296:                --enable-threads \
                   9297:                CFLAGS=\"$CFLAGS\" CXXFLAGS=\"$CXXFLAGS\" \
                   9298:                FFLAGS=\"$FFLAGS\" FCFLAGS=\"$FCFLAGS\" \
                   9299:                LDFLAGS=\"$LDFLAGS\""
1.33      bertrand 9300:        C_STANDARD=
1.75      bertrand 9301:        ELF=
1.31      bertrand 9302:    break;;
                   9303: 
1.35      bertrand 9304:    OpenBSD)
1.37      bertrand 9305:        if test $FORCED_FINAL_ENCODING -eq 0; then \
1.35      bertrand 9306:            FINAL_ENCODING=UTF-8; \
                   9307:        fi;
                   9308:        EXPORT_DYNAMIC=-Wl,--export-dynamic
                   9309:        NESTED_FUNCTIONS=
                   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.35      bertrand 9315:        C_STANDARD=-std=gnu99
1.75      bertrand 9316:        ELF=
1.35      bertrand 9317:    break;;
                   9318: 
1.49      bertrand 9319:     SunOS)
                   9320:        EXPORT_DYNAMIC=-Wl,--export-dynamic
                   9321:        NESTED_FUNCTIONS=
                   9322: 
                   9323:        ac_configure_args="$ac_configure_args --with-readline=builtin \
1.69      bertrand 9324:                --disable-shared --enable-static --enable-threads \
                   9325:                CFLAGS=\"$CFLAGS\" CXXFLAGS=\"$CXXFLAGS\" \
                   9326:                FFLAGS=\"$FFLAGS\" FCFLAGS=\"$FCFLAGS\" \
                   9327:                LDFLAGS=\"$LDFLAGS\""
1.49      bertrand 9328:        C_STANDARD=-std=gnu99
                   9329:        MALLOC=-lumem
1.75      bertrand 9330:        ELF=
                   9331:    break ;;
                   9332: 
                   9333:     NetBSD)
                   9334:        EXPORT_DYNAMIC=-Wl,--export-dynamic
                   9335:        NESTED_FUNCTIONS=
                   9336: 
                   9337:        ac_configure_args="$ac_configure_args --with-readline=builtin \
                   9338:                --disable-shared --enable-static --enable-threads \
                   9339:                CFLAGS=\"$CFLAGS\" CXXFLAGS=\"$CXXFLAGS\" \
                   9340:                FFLAGS=\"$FFLAGS\" FCFLAGS=\"$FCFLAGS\" \
                   9341:                LDFLAGS=\"$LDFLAGS\""
                   9342:        C_STANDARD=-std=gnu99
                   9343:        GCCBIN=`which gcc`
                   9344:        GCCLIB=`dirname $GCCBIN`/../lib
                   9345:        ELF="-Wl,-R/usr/pkg/lib -Wl,-R$GCCLIB"
1.49      bertrand 9346:    break ;;
                   9347: 
1.17      bertrand 9348:     *)
1.31      bertrand 9349:        EXPORT_DYNAMIC=-Wl,--export-dynamic
1.17      bertrand 9350:        NESTED_FUNCTIONS=
1.36      bertrand 9351: 
1.31      bertrand 9352:        ac_configure_args="$ac_configure_args --with-readline=builtin \
1.69      bertrand 9353:                --disable-shared --enable-static --enable-threads \
                   9354:                CFLAGS=\"$CFLAGS\" CXXFLAGS=\"$CXXFLAGS\" \
                   9355:                FFLAGS=\"$FFLAGS\" FCFLAGS=\"$FCFLAGS\" \
                   9356:                LDFLAGS=\"$LDFLAGS\""
1.33      bertrand 9357:        C_STANDARD=-std=gnu99
1.75      bertrand 9358:        ELF=
1.17      bertrand 9359:    break ;;
                   9360: 
                   9361: esac
                   9362: 
                   9363: 
                   9364: 
                   9365: 
1.1       bertrand 9366: 
                   9367: 
                   9368: 
                   9369: 
                   9370: 
                   9371: 
                   9372: 
                   9373: 
                   9374: 
                   9375: 
                   9376: 
                   9377: 
                   9378: 
                   9379: 
                   9380: 
                   9381: 
                   9382: 
                   9383: 
                   9384: 
1.9       bertrand 9385: 
1.24      bertrand 9386: 
1.30      bertrand 9387: 
1.33      bertrand 9388: 
                   9389: 
                   9390: 
1.34      bertrand 9391: 
1.35      bertrand 9392: 
1.49      bertrand 9393: 
1.55      bertrand 9394: 
                   9395: 
1.56      bertrand 9396: 
                   9397: 
                   9398: 
                   9399: 
1.69      bertrand 9400: 
1.75      bertrand 9401: 
1.78      bertrand 9402: 
1.80      bertrand 9403: 
                   9404: 
                   9405: 
1.82      bertrand 9406: 
1.69      bertrand 9407: subdirs="$subdirs tools/$NCURSES"
                   9408: 
                   9409: subdirs="$subdirs tools/$READLINE"
                   9410: 
                   9411: subdirs="$subdirs tools/$GSL"
                   9412: 
                   9413: subdirs="$subdirs tools/$GPP"
                   9414: 
                   9415: subdirs="$subdirs tools/$FILE"
                   9416: 
                   9417: subdirs="$subdirs tools/$ICONV"
                   9418: 
                   9419: subdirs="$subdirs tools/$SQLITE"
                   9420: 
                   9421: subdirs="$subdirs tools/$UNITS"
                   9422: 
1.76      bertrand 9423: subdirs="$subdirs tools/$SIGSEGV"
                   9424: 
1.69      bertrand 9425: 
1.1       bertrand 9426: ac_config_files="$ac_config_files Makefile"
                   9427: 
                   9428: ac_config_files="$ac_config_files COPYING"
                   9429: 
                   9430: ac_config_files="$ac_config_files tools/Makefile"
                   9431: 
                   9432: ac_config_files="$ac_config_files src/Makefile"
                   9433: 
                   9434: ac_config_files="$ac_config_files man/Makefile"
                   9435: 
                   9436: ac_config_files="$ac_config_files man/fr_FR/Makefile"
                   9437: 
                   9438: ac_config_files="$ac_config_files doc/Makefile"
                   9439: 
                   9440: ac_config_files="$ac_config_files scripts/Makefile"
                   9441: 
                   9442: ac_config_files="$ac_config_files scripts/mkrplso"
                   9443: 
                   9444: ac_config_files="$ac_config_files scripts/rplcc"
                   9445: 
                   9446: ac_config_files="$ac_config_files scripts/rpllink"
                   9447: 
                   9448: ac_config_files="$ac_config_files rpltags/Makefile"
                   9449: 
                   9450: ac_config_files="$ac_config_files rpliconv/Makefile"
                   9451: 
1.9       bertrand 9452: ac_config_files="$ac_config_files rplsums/Makefile"
                   9453: 
1.55      bertrand 9454: ac_config_files="$ac_config_files rplcas/Makefile"
                   9455: 
1.39      bertrand 9456: ac_config_files="$ac_config_files rplawk/Makefile"
                   9457: 
1.1       bertrand 9458: ac_config_files="$ac_config_files lapack/lapack/Makefile"
                   9459: 
                   9460: ac_config_files="$ac_config_files lapack/blas/Makefile"
                   9461: 
                   9462: 
                   9463: ac_config_files="$ac_config_files man/rpl.1"
                   9464: 
                   9465: ac_config_files="$ac_config_files man/rplcc.1"
                   9466: 
                   9467: ac_config_files="$ac_config_files man/rpllink.1"
                   9468: 
                   9469: ac_config_files="$ac_config_files man/rpltags.1"
                   9470: 
                   9471: ac_config_files="$ac_config_files man/mkrplso.1"
                   9472: 
                   9473: ac_config_files="$ac_config_files man/fr_FR/rpl.1"
                   9474: 
                   9475: ac_config_files="$ac_config_files man/fr_FR/rplcc.1"
                   9476: 
                   9477: ac_config_files="$ac_config_files man/fr_FR/rpllink.1"
                   9478: 
                   9479: ac_config_files="$ac_config_files man/fr_FR/rpltags.1"
                   9480: 
                   9481: ac_config_files="$ac_config_files man/fr_FR/mkrplso.1"
                   9482: 
                   9483: 
                   9484: cat >confcache <<\_ACEOF
                   9485: # This file is a shell script that caches the results of configure
                   9486: # tests run on this system so they can be shared between configure
                   9487: # scripts and configure runs, see configure's option --config-cache.
                   9488: # It is not useful on other systems.  If it contains results you don't
                   9489: # want to keep, you may remove or edit it.
                   9490: #
                   9491: # config.status only pays attention to the cache file if you give it
                   9492: # the --recheck option to rerun configure.
                   9493: #
                   9494: # `ac_cv_env_foo' variables (set or unset) will be overridden when
                   9495: # loading this file, other *unset* `ac_cv_foo' will be assigned the
                   9496: # following values.
                   9497: 
                   9498: _ACEOF
                   9499: 
                   9500: # The following way of writing the cache mishandles newlines in values,
                   9501: # but we know of no workaround that is simple, portable, and efficient.
                   9502: # So, we kill variables containing newlines.
                   9503: # Ultrix sh set writes to stderr and can't be redirected directly,
                   9504: # and sets the high bit in the cache file unless we assign to the vars.
                   9505: (
                   9506:   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
                   9507:     eval ac_val=\$$ac_var
                   9508:     case $ac_val in #(
                   9509:     *${as_nl}*)
                   9510:       case $ac_var in #(
1.15      bertrand 9511:       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
                   9512: $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1.1       bertrand 9513:       esac
                   9514:       case $ac_var in #(
                   9515:       _ | IFS | as_nl) ;; #(
1.15      bertrand 9516:       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
                   9517:       *) { eval $ac_var=; unset $ac_var;} ;;
1.1       bertrand 9518:       esac ;;
                   9519:     esac
                   9520:   done
                   9521: 
                   9522:   (set) 2>&1 |
                   9523:     case $as_nl`(ac_space=' '; set) 2>&1` in #(
                   9524:     *${as_nl}ac_space=\ *)
1.15      bertrand 9525:       # `set' does not quote correctly, so add quotes: double-quote
                   9526:       # substitution turns \\\\ into \\, and sed turns \\ into \.
1.1       bertrand 9527:       sed -n \
                   9528:    "s/'/'\\\\''/g;
                   9529:      s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
                   9530:       ;; #(
                   9531:     *)
                   9532:       # `set' quotes correctly as required by POSIX, so do not add quotes.
                   9533:       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
                   9534:       ;;
                   9535:     esac |
                   9536:     sort
                   9537: ) |
                   9538:   sed '
                   9539:      /^ac_cv_env_/b end
                   9540:      t clear
                   9541:      :clear
                   9542:      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
                   9543:      t end
                   9544:      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
                   9545:      :end' >>confcache
                   9546: if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
                   9547:   if test -w "$cache_file"; then
1.57      bertrand 9548:     if test "x$cache_file" != "x/dev/null"; then
1.15      bertrand 9549:       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
                   9550: $as_echo "$as_me: updating cache $cache_file" >&6;}
1.57      bertrand 9551:       if test ! -f "$cache_file" || test -h "$cache_file"; then
                   9552:    cat confcache >"$cache_file"
                   9553:       else
                   9554:         case $cache_file in #(
                   9555:         */* | ?:*)
                   9556:      mv -f confcache "$cache_file"$$ &&
                   9557:      mv -f "$cache_file"$$ "$cache_file" ;; #(
                   9558:         *)
                   9559:      mv -f confcache "$cache_file" ;;
                   9560:    esac
                   9561:       fi
                   9562:     fi
1.1       bertrand 9563:   else
1.15      bertrand 9564:     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
                   9565: $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
1.1       bertrand 9566:   fi
                   9567: fi
                   9568: rm -f confcache
                   9569: 
                   9570: test "x$prefix" = xNONE && prefix=$ac_default_prefix
                   9571: # Let make expand exec_prefix.
                   9572: test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
                   9573: 
                   9574: DEFS=-DHAVE_CONFIG_H
                   9575: 
                   9576: ac_libobjs=
                   9577: ac_ltlibobjs=
1.36      bertrand 9578: U=
1.1       bertrand 9579: for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
                   9580:   # 1. Remove the extension, and $U if already installed.
                   9581:   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
1.15      bertrand 9582:   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
1.1       bertrand 9583:   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
                   9584:   #    will be set to the directory where LIBOBJS objects are built.
1.15      bertrand 9585:   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
                   9586:   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
1.1       bertrand 9587: done
                   9588: LIBOBJS=$ac_libobjs
                   9589: 
                   9590: LTLIBOBJS=$ac_ltlibobjs
                   9591: 
                   9592: 
1.15      bertrand 9593:  if test -n "$EXEEXT"; then
                   9594:   am__EXEEXT_TRUE=
                   9595:   am__EXEEXT_FALSE='#'
                   9596: else
                   9597:   am__EXEEXT_TRUE='#'
                   9598:   am__EXEEXT_FALSE=
                   9599: fi
                   9600: 
1.1       bertrand 9601: if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
1.36      bertrand 9602:   as_fn_error $? "conditional \"AMDEP\" was never defined.
1.15      bertrand 9603: Usually this means the macro was only invoked conditionally." "$LINENO" 5
1.1       bertrand 9604: fi
                   9605: if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
1.36      bertrand 9606:   as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
1.15      bertrand 9607: Usually this means the macro was only invoked conditionally." "$LINENO" 5
1.1       bertrand 9608: fi
                   9609: if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
1.36      bertrand 9610:   as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
1.15      bertrand 9611: Usually this means the macro was only invoked conditionally." "$LINENO" 5
1.1       bertrand 9612: fi
                   9613: 
1.57      bertrand 9614: : "${CONFIG_STATUS=./config.status}"
1.15      bertrand 9615: ac_write_fail=0
1.1       bertrand 9616: ac_clean_files_save=$ac_clean_files
                   9617: ac_clean_files="$ac_clean_files $CONFIG_STATUS"
1.15      bertrand 9618: { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
                   9619: $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
                   9620: as_write_fail=0
                   9621: cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
1.1       bertrand 9622: #! $SHELL
                   9623: # Generated by $as_me.
                   9624: # Run this file to recreate the current configuration.
                   9625: # Compiler output produced by configure, useful for debugging
                   9626: # configure, is in config.log if it exists.
                   9627: 
                   9628: debug=false
                   9629: ac_cs_recheck=false
                   9630: ac_cs_silent=false
1.15      bertrand 9631: 
1.14      bertrand 9632: SHELL=\${CONFIG_SHELL-$SHELL}
1.15      bertrand 9633: export SHELL
                   9634: _ASEOF
                   9635: cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
                   9636: ## -------------------- ##
                   9637: ## M4sh Initialization. ##
                   9638: ## -------------------- ##
1.1       bertrand 9639: 
                   9640: # Be more Bourne compatible
                   9641: DUALCASE=1; export DUALCASE # for MKS sh
1.15      bertrand 9642: if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
1.1       bertrand 9643:   emulate sh
                   9644:   NULLCMD=:
1.15      bertrand 9645:   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1.1       bertrand 9646:   # is contrary to our usage.  Disable this feature.
                   9647:   alias -g '${1+"$@"}'='"$@"'
                   9648:   setopt NO_GLOB_SUBST
                   9649: else
1.15      bertrand 9650:   case `(set -o) 2>/dev/null` in #(
                   9651:   *posix*) :
                   9652:     set -o posix ;; #(
                   9653:   *) :
                   9654:      ;;
1.1       bertrand 9655: esac
                   9656: fi
                   9657: 
                   9658: 
1.15      bertrand 9659: as_nl='
                   9660: '
                   9661: export as_nl
                   9662: # Printing a long string crashes Solaris 7 /usr/bin/printf.
                   9663: as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
                   9664: as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
                   9665: as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
                   9666: # Prefer a ksh shell builtin over an external printf program on Solaris,
                   9667: # but without wasting forks for bash or zsh.
                   9668: if test -z "$BASH_VERSION$ZSH_VERSION" \
                   9669:     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
                   9670:   as_echo='print -r --'
                   9671:   as_echo_n='print -rn --'
                   9672: elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
                   9673:   as_echo='printf %s\n'
                   9674:   as_echo_n='printf %s'
                   9675: else
                   9676:   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
                   9677:     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
                   9678:     as_echo_n='/usr/ucb/echo -n'
                   9679:   else
                   9680:     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
                   9681:     as_echo_n_body='eval
                   9682:       arg=$1;
                   9683:       case $arg in #(
                   9684:       *"$as_nl"*)
                   9685:    expr "X$arg" : "X\\(.*\\)$as_nl";
                   9686:    arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
                   9687:       esac;
                   9688:       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
                   9689:     '
                   9690:     export as_echo_n_body
                   9691:     as_echo_n='sh -c $as_echo_n_body as_echo'
                   9692:   fi
                   9693:   export as_echo_body
                   9694:   as_echo='sh -c $as_echo_body as_echo'
                   9695: fi
1.14      bertrand 9696: 
                   9697: # The user is always right.
                   9698: if test "${PATH_SEPARATOR+set}" != set; then
1.15      bertrand 9699:   PATH_SEPARATOR=:
                   9700:   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
                   9701:     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
                   9702:       PATH_SEPARATOR=';'
                   9703:   }
1.1       bertrand 9704: fi
                   9705: 
                   9706: 
                   9707: # IFS
                   9708: # We need space, tab and new line, in precisely that order.  Quoting is
                   9709: # there to prevent editors from complaining about space-tab.
                   9710: # (If _AS_PATH_WALK were called with IFS unset, it would disable word
                   9711: # splitting by setting IFS to empty value.)
                   9712: IFS=" ""   $as_nl"
                   9713: 
                   9714: # Find who we are.  Look in the path if we contain no directory separator.
1.57      bertrand 9715: as_myself=
1.15      bertrand 9716: case $0 in #((
1.1       bertrand 9717:   *[\\/]* ) as_myself=$0 ;;
                   9718:   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   9719: for as_dir in $PATH
                   9720: do
                   9721:   IFS=$as_save_IFS
                   9722:   test -z "$as_dir" && as_dir=.
1.15      bertrand 9723:     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
                   9724:   done
1.1       bertrand 9725: IFS=$as_save_IFS
                   9726: 
                   9727:      ;;
                   9728: esac
                   9729: # We did not find ourselves, most probably we were run as `sh COMMAND'
                   9730: # in which case we are not to be found in the path.
                   9731: if test "x$as_myself" = x; then
                   9732:   as_myself=$0
                   9733: fi
                   9734: if test ! -f "$as_myself"; then
1.15      bertrand 9735:   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
                   9736:   exit 1
1.1       bertrand 9737: fi
                   9738: 
1.15      bertrand 9739: # Unset variables that we do not need and which cause bugs (e.g. in
                   9740: # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
                   9741: # suppresses any "Segmentation fault" message there.  '((' could
                   9742: # trigger a bug in pdksh 5.2.14.
                   9743: for as_var in BASH_ENV ENV MAIL MAILPATH
                   9744: do eval test x\${$as_var+set} = xset \
                   9745:   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
1.1       bertrand 9746: done
                   9747: PS1='$ '
                   9748: PS2='> '
                   9749: PS4='+ '
                   9750: 
                   9751: # NLS nuisances.
1.15      bertrand 9752: LC_ALL=C
                   9753: export LC_ALL
                   9754: LANGUAGE=C
                   9755: export LANGUAGE
                   9756: 
                   9757: # CDPATH.
                   9758: (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
                   9759: 
                   9760: 
1.36      bertrand 9761: # as_fn_error STATUS ERROR [LINENO LOG_FD]
                   9762: # ----------------------------------------
1.15      bertrand 9763: # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
                   9764: # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
1.36      bertrand 9765: # script with STATUS, using 1 if that was 0.
1.15      bertrand 9766: as_fn_error ()
                   9767: {
1.36      bertrand 9768:   as_status=$1; test $as_status -eq 0 && as_status=1
                   9769:   if test "$4"; then
                   9770:     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
                   9771:     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
1.15      bertrand 9772:   fi
1.36      bertrand 9773:   $as_echo "$as_me: error: $2" >&2
1.15      bertrand 9774:   as_fn_exit $as_status
                   9775: } # as_fn_error
                   9776: 
                   9777: 
                   9778: # as_fn_set_status STATUS
                   9779: # -----------------------
                   9780: # Set $? to STATUS, without forking.
                   9781: as_fn_set_status ()
                   9782: {
                   9783:   return $1
                   9784: } # as_fn_set_status
                   9785: 
                   9786: # as_fn_exit STATUS
                   9787: # -----------------
                   9788: # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
                   9789: as_fn_exit ()
                   9790: {
                   9791:   set +e
                   9792:   as_fn_set_status $1
                   9793:   exit $1
                   9794: } # as_fn_exit
                   9795: 
                   9796: # as_fn_unset VAR
                   9797: # ---------------
                   9798: # Portably unset VAR.
                   9799: as_fn_unset ()
                   9800: {
                   9801:   { eval $1=; unset $1;}
                   9802: }
                   9803: as_unset=as_fn_unset
                   9804: # as_fn_append VAR VALUE
                   9805: # ----------------------
                   9806: # Append the text in VALUE to the end of the definition contained in VAR. Take
                   9807: # advantage of any shell optimizations that allow amortized linear growth over
                   9808: # repeated appends, instead of the typical quadratic growth present in naive
                   9809: # implementations.
                   9810: if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
                   9811:   eval 'as_fn_append ()
                   9812:   {
                   9813:     eval $1+=\$2
                   9814:   }'
                   9815: else
                   9816:   as_fn_append ()
                   9817:   {
                   9818:     eval $1=\$$1\$2
                   9819:   }
                   9820: fi # as_fn_append
                   9821: 
                   9822: # as_fn_arith ARG...
                   9823: # ------------------
                   9824: # Perform arithmetic evaluation on the ARGs, and store the result in the
                   9825: # global $as_val. Take advantage of shells that can avoid forks. The arguments
                   9826: # must be portable across $(()) and expr.
                   9827: if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
                   9828:   eval 'as_fn_arith ()
                   9829:   {
                   9830:     as_val=$(( $* ))
                   9831:   }'
                   9832: else
                   9833:   as_fn_arith ()
                   9834:   {
                   9835:     as_val=`expr "$@" || test $? -eq 1`
                   9836:   }
                   9837: fi # as_fn_arith
                   9838: 
1.1       bertrand 9839: 
                   9840: if expr a : '\(a\)' >/dev/null 2>&1 &&
                   9841:    test "X`expr 00001 : '.*\(...\)'`" = X001; then
                   9842:   as_expr=expr
                   9843: else
                   9844:   as_expr=false
                   9845: fi
                   9846: 
                   9847: if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
                   9848:   as_basename=basename
                   9849: else
                   9850:   as_basename=false
                   9851: fi
                   9852: 
1.15      bertrand 9853: if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
                   9854:   as_dirname=dirname
                   9855: else
                   9856:   as_dirname=false
                   9857: fi
1.1       bertrand 9858: 
                   9859: as_me=`$as_basename -- "$0" ||
                   9860: $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
                   9861:     X"$0" : 'X\(//\)$' \| \
                   9862:     X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1.15      bertrand 9863: $as_echo X/"$0" |
1.1       bertrand 9864:     sed '/^.*\/\([^/][^/]*\)\/*$/{
                   9865:        s//\1/
                   9866:        q
                   9867:      }
                   9868:      /^X\/\(\/\/\)$/{
                   9869:        s//\1/
                   9870:        q
                   9871:      }
                   9872:      /^X\/\(\/\).*/{
                   9873:        s//\1/
                   9874:        q
                   9875:      }
1.14      bertrand 9876:      s/.*/./; q'`
                   9877: 
1.15      bertrand 9878: # Avoid depending upon Character Ranges.
                   9879: as_cr_letters='abcdefghijklmnopqrstuvwxyz'
                   9880: as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
                   9881: as_cr_Letters=$as_cr_letters$as_cr_LETTERS
                   9882: as_cr_digits='0123456789'
                   9883: as_cr_alnum=$as_cr_Letters$as_cr_digits
1.1       bertrand 9884: 
                   9885: ECHO_C= ECHO_N= ECHO_T=
1.15      bertrand 9886: case `echo -n x` in #(((((
1.1       bertrand 9887: -n*)
1.15      bertrand 9888:   case `echo 'xy\c'` in
1.1       bertrand 9889:   *c*) ECHO_T='    ';; # ECHO_T is single tab character.
1.15      bertrand 9890:   xy)  ECHO_C='\c';;
                   9891:   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
                   9892:        ECHO_T='    ';;
1.1       bertrand 9893:   esac;;
                   9894: *)
                   9895:   ECHO_N='-n';;
                   9896: esac
                   9897: 
                   9898: rm -f conf$$ conf$$.exe conf$$.file
                   9899: if test -d conf$$.dir; then
                   9900:   rm -f conf$$.dir/conf$$.file
                   9901: else
                   9902:   rm -f conf$$.dir
1.15      bertrand 9903:   mkdir conf$$.dir 2>/dev/null
1.1       bertrand 9904: fi
1.15      bertrand 9905: if (echo >conf$$.file) 2>/dev/null; then
                   9906:   if ln -s conf$$.file conf$$ 2>/dev/null; then
                   9907:     as_ln_s='ln -s'
                   9908:     # ... but there are two gotchas:
                   9909:     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
                   9910:     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
                   9911:     # In both cases, we have to default to `cp -p'.
                   9912:     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
                   9913:       as_ln_s='cp -p'
                   9914:   elif ln conf$$.file conf$$ 2>/dev/null; then
                   9915:     as_ln_s=ln
                   9916:   else
1.1       bertrand 9917:     as_ln_s='cp -p'
1.15      bertrand 9918:   fi
1.1       bertrand 9919: else
                   9920:   as_ln_s='cp -p'
                   9921: fi
                   9922: rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
                   9923: rmdir conf$$.dir 2>/dev/null
                   9924: 
1.15      bertrand 9925: 
                   9926: # as_fn_mkdir_p
                   9927: # -------------
                   9928: # Create "$as_dir" as a directory, including parents if necessary.
                   9929: as_fn_mkdir_p ()
                   9930: {
                   9931: 
                   9932:   case $as_dir in #(
                   9933:   -*) as_dir=./$as_dir;;
                   9934:   esac
                   9935:   test -d "$as_dir" || eval $as_mkdir_p || {
                   9936:     as_dirs=
                   9937:     while :; do
                   9938:       case $as_dir in #(
                   9939:       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
                   9940:       *) as_qdir=$as_dir;;
                   9941:       esac
                   9942:       as_dirs="'$as_qdir' $as_dirs"
                   9943:       as_dir=`$as_dirname -- "$as_dir" ||
                   9944: $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
                   9945:     X"$as_dir" : 'X\(//\)[^/]' \| \
                   9946:     X"$as_dir" : 'X\(//\)$' \| \
                   9947:     X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
                   9948: $as_echo X"$as_dir" |
                   9949:     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
                   9950:        s//\1/
                   9951:        q
                   9952:      }
                   9953:      /^X\(\/\/\)[^/].*/{
                   9954:        s//\1/
                   9955:        q
                   9956:      }
                   9957:      /^X\(\/\/\)$/{
                   9958:        s//\1/
                   9959:        q
                   9960:      }
                   9961:      /^X\(\/\).*/{
                   9962:        s//\1/
                   9963:        q
                   9964:      }
                   9965:      s/.*/./; q'`
                   9966:       test -d "$as_dir" && break
                   9967:     done
                   9968:     test -z "$as_dirs" || eval "mkdir $as_dirs"
1.36      bertrand 9969:   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
1.15      bertrand 9970: 
                   9971: 
                   9972: } # as_fn_mkdir_p
1.1       bertrand 9973: if mkdir -p . 2>/dev/null; then
1.15      bertrand 9974:   as_mkdir_p='mkdir -p "$as_dir"'
1.1       bertrand 9975: else
                   9976:   test -d ./-p && rmdir ./-p
                   9977:   as_mkdir_p=false
                   9978: fi
                   9979: 
                   9980: if test -x / >/dev/null 2>&1; then
                   9981:   as_test_x='test -x'
                   9982: else
                   9983:   if ls -dL / >/dev/null 2>&1; then
                   9984:     as_ls_L_option=L
                   9985:   else
                   9986:     as_ls_L_option=
                   9987:   fi
                   9988:   as_test_x='
                   9989:     eval sh -c '\''
                   9990:       if test -d "$1"; then
1.15      bertrand 9991:    test -d "$1/.";
1.1       bertrand 9992:       else
1.15      bertrand 9993:    case $1 in #(
                   9994:    -*)set "./$1";;
1.1       bertrand 9995:    esac;
1.15      bertrand 9996:    case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
1.1       bertrand 9997:    ???[sx]*):;;*)false;;esac;fi
                   9998:     '\'' sh
                   9999:   '
                   10000: fi
                   10001: as_executable_p=$as_test_x
                   10002: 
                   10003: # Sed expression to map a string onto a valid CPP name.
                   10004: as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
                   10005: 
                   10006: # Sed expression to map a string onto a valid variable name.
                   10007: as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
                   10008: 
                   10009: 
                   10010: exec 6>&1
1.15      bertrand 10011: ## ----------------------------------- ##
                   10012: ## Main body of $CONFIG_STATUS script. ##
                   10013: ## ----------------------------------- ##
                   10014: _ASEOF
                   10015: test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
1.1       bertrand 10016: 
1.15      bertrand 10017: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
                   10018: # Save the log message, to keep $0 and so on meaningful, and to
1.1       bertrand 10019: # report actual input values of CONFIG_FILES etc. instead of their
                   10020: # values after options handling.
                   10021: ac_log="
1.86    ! bertrand 10022: This file was extended by rpl $as_me 4.1.4, which was
1.57      bertrand 10023: generated by GNU Autoconf 2.68.  Invocation command line was
1.1       bertrand 10024: 
                   10025:   CONFIG_FILES    = $CONFIG_FILES
                   10026:   CONFIG_HEADERS  = $CONFIG_HEADERS
                   10027:   CONFIG_LINKS    = $CONFIG_LINKS
                   10028:   CONFIG_COMMANDS = $CONFIG_COMMANDS
                   10029:   $ $0 $@
                   10030: 
                   10031: on `(hostname || uname -n) 2>/dev/null | sed 1q`
                   10032: "
                   10033: 
                   10034: _ACEOF
                   10035: 
1.15      bertrand 10036: case $ac_config_files in *"
                   10037: "*) set x $ac_config_files; shift; ac_config_files=$*;;
                   10038: esac
                   10039: 
                   10040: case $ac_config_headers in *"
                   10041: "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
                   10042: esac
                   10043: 
                   10044: 
                   10045: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1.1       bertrand 10046: # Files that config.status was made for.
                   10047: config_files="$ac_config_files"
                   10048: config_headers="$ac_config_headers"
                   10049: config_commands="$ac_config_commands"
                   10050: 
                   10051: _ACEOF
                   10052: 
1.15      bertrand 10053: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1.1       bertrand 10054: ac_cs_usage="\
1.15      bertrand 10055: \`$as_me' instantiates files and other configuration actions
                   10056: from templates according to the current configuration.  Unless the files
                   10057: and actions are specified as TAGs, all are instantiated by default.
1.1       bertrand 10058: 
1.15      bertrand 10059: Usage: $0 [OPTION]... [TAG]...
1.1       bertrand 10060: 
                   10061:   -h, --help       print this help, then exit
                   10062:   -V, --version    print version number and configuration settings, then exit
1.15      bertrand 10063:       --config     print configuration, then exit
                   10064:   -q, --quiet, --silent
                   10065:                    do not print progress messages
1.1       bertrand 10066:   -d, --debug      don't remove temporary files
                   10067:       --recheck    update $as_me by reconfiguring in the same conditions
1.15      bertrand 10068:       --file=FILE[:TEMPLATE]
                   10069:                    instantiate the configuration file FILE
                   10070:       --header=FILE[:TEMPLATE]
                   10071:                    instantiate the configuration header FILE
1.1       bertrand 10072: 
                   10073: Configuration files:
                   10074: $config_files
                   10075: 
                   10076: Configuration headers:
                   10077: $config_headers
                   10078: 
                   10079: Configuration commands:
                   10080: $config_commands
                   10081: 
1.15      bertrand 10082: Report bugs to the package provider."
1.1       bertrand 10083: 
                   10084: _ACEOF
1.15      bertrand 10085: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
                   10086: ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1.1       bertrand 10087: ac_cs_version="\\
1.86    ! bertrand 10088: rpl config.status 4.1.4
1.57      bertrand 10089: configured by $0, generated by GNU Autoconf 2.68,
1.15      bertrand 10090:   with options \\"\$ac_cs_config\\"
1.1       bertrand 10091: 
1.36      bertrand 10092: Copyright (C) 2010 Free Software Foundation, Inc.
1.1       bertrand 10093: This config.status script is free software; the Free Software Foundation
                   10094: gives unlimited permission to copy, distribute and modify it."
                   10095: 
                   10096: ac_pwd='$ac_pwd'
                   10097: srcdir='$srcdir'
                   10098: INSTALL='$INSTALL'
                   10099: MKDIR_P='$MKDIR_P'
1.15      bertrand 10100: AWK='$AWK'
                   10101: test -n "\$AWK" || AWK=awk
1.1       bertrand 10102: _ACEOF
                   10103: 
1.15      bertrand 10104: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
                   10105: # The default lists apply if the user does not specify any file.
1.1       bertrand 10106: ac_need_defaults=:
                   10107: while test $# != 0
                   10108: do
                   10109:   case $1 in
1.36      bertrand 10110:   --*=?*)
1.1       bertrand 10111:     ac_option=`expr "X$1" : 'X\([^=]*\)='`
                   10112:     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
                   10113:     ac_shift=:
                   10114:     ;;
1.36      bertrand 10115:   --*=)
                   10116:     ac_option=`expr "X$1" : 'X\([^=]*\)='`
                   10117:     ac_optarg=
                   10118:     ac_shift=:
                   10119:     ;;
1.1       bertrand 10120:   *)
                   10121:     ac_option=$1
                   10122:     ac_optarg=$2
                   10123:     ac_shift=shift
                   10124:     ;;
                   10125:   esac
                   10126: 
                   10127:   case $ac_option in
                   10128:   # Handling of the options.
                   10129:   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
                   10130:     ac_cs_recheck=: ;;
                   10131:   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
1.15      bertrand 10132:     $as_echo "$ac_cs_version"; exit ;;
                   10133:   --config | --confi | --conf | --con | --co | --c )
                   10134:     $as_echo "$ac_cs_config"; exit ;;
1.1       bertrand 10135:   --debug | --debu | --deb | --de | --d | -d )
                   10136:     debug=: ;;
                   10137:   --file | --fil | --fi | --f )
                   10138:     $ac_shift
1.15      bertrand 10139:     case $ac_optarg in
                   10140:     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
1.36      bertrand 10141:     '') as_fn_error $? "missing file argument" ;;
1.15      bertrand 10142:     esac
                   10143:     as_fn_append CONFIG_FILES " '$ac_optarg'"
1.1       bertrand 10144:     ac_need_defaults=false;;
                   10145:   --header | --heade | --head | --hea )
                   10146:     $ac_shift
1.15      bertrand 10147:     case $ac_optarg in
                   10148:     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
                   10149:     esac
                   10150:     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
1.1       bertrand 10151:     ac_need_defaults=false;;
                   10152:   --he | --h)
                   10153:     # Conflict between --help and --header
1.36      bertrand 10154:     as_fn_error $? "ambiguous option: \`$1'
1.15      bertrand 10155: Try \`$0 --help' for more information.";;
1.1       bertrand 10156:   --help | --hel | -h )
1.15      bertrand 10157:     $as_echo "$ac_cs_usage"; exit ;;
1.1       bertrand 10158:   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
                   10159:   | -silent | --silent | --silen | --sile | --sil | --si | --s)
                   10160:     ac_cs_silent=: ;;
                   10161: 
                   10162:   # This is an error.
1.36      bertrand 10163:   -*) as_fn_error $? "unrecognized option: \`$1'
1.15      bertrand 10164: Try \`$0 --help' for more information." ;;
1.1       bertrand 10165: 
1.15      bertrand 10166:   *) as_fn_append ac_config_targets " $1"
1.1       bertrand 10167:      ac_need_defaults=false ;;
                   10168: 
                   10169:   esac
                   10170:   shift
                   10171: done
                   10172: 
                   10173: ac_configure_extra_args=
                   10174: 
                   10175: if $ac_cs_silent; then
                   10176:   exec 6>/dev/null
                   10177:   ac_configure_extra_args="$ac_configure_extra_args --silent"
                   10178: fi
                   10179: 
                   10180: _ACEOF
1.15      bertrand 10181: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1.1       bertrand 10182: if \$ac_cs_recheck; then
1.15      bertrand 10183:   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
                   10184:   shift
                   10185:   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
                   10186:   CONFIG_SHELL='$SHELL'
1.1       bertrand 10187:   export CONFIG_SHELL
1.15      bertrand 10188:   exec "\$@"
1.1       bertrand 10189: fi
                   10190: 
                   10191: _ACEOF
1.15      bertrand 10192: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1.1       bertrand 10193: exec 5>>config.log
                   10194: {
                   10195:   echo
                   10196:   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
                   10197: ## Running $as_me. ##
                   10198: _ASBOX
1.15      bertrand 10199:   $as_echo "$ac_log"
1.1       bertrand 10200: } >&5
                   10201: 
                   10202: _ACEOF
1.15      bertrand 10203: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1.1       bertrand 10204: #
                   10205: # INIT-COMMANDS
                   10206: #
                   10207: AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
                   10208: 
                   10209: _ACEOF
                   10210: 
1.15      bertrand 10211: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1.1       bertrand 10212: 
                   10213: # Handling of arguments.
                   10214: for ac_config_target in $ac_config_targets
                   10215: do
                   10216:   case $ac_config_target in
                   10217:     "rplconfig.h") CONFIG_HEADERS="$CONFIG_HEADERS rplconfig.h" ;;
                   10218:     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
                   10219:     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
                   10220:     "COPYING") CONFIG_FILES="$CONFIG_FILES COPYING" ;;
                   10221:     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
                   10222:     "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
                   10223:     "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
                   10224:     "man/fr_FR/Makefile") CONFIG_FILES="$CONFIG_FILES man/fr_FR/Makefile" ;;
                   10225:     "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
                   10226:     "scripts/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/Makefile" ;;
                   10227:     "scripts/mkrplso") CONFIG_FILES="$CONFIG_FILES scripts/mkrplso" ;;
                   10228:     "scripts/rplcc") CONFIG_FILES="$CONFIG_FILES scripts/rplcc" ;;
                   10229:     "scripts/rpllink") CONFIG_FILES="$CONFIG_FILES scripts/rpllink" ;;
                   10230:     "rpltags/Makefile") CONFIG_FILES="$CONFIG_FILES rpltags/Makefile" ;;
                   10231:     "rpliconv/Makefile") CONFIG_FILES="$CONFIG_FILES rpliconv/Makefile" ;;
1.9       bertrand 10232:     "rplsums/Makefile") CONFIG_FILES="$CONFIG_FILES rplsums/Makefile" ;;
1.55      bertrand 10233:     "rplcas/Makefile") CONFIG_FILES="$CONFIG_FILES rplcas/Makefile" ;;
1.39      bertrand 10234:     "rplawk/Makefile") CONFIG_FILES="$CONFIG_FILES rplawk/Makefile" ;;
1.1       bertrand 10235:     "lapack/lapack/Makefile") CONFIG_FILES="$CONFIG_FILES lapack/lapack/Makefile" ;;
                   10236:     "lapack/blas/Makefile") CONFIG_FILES="$CONFIG_FILES lapack/blas/Makefile" ;;
                   10237:     "man/rpl.1") CONFIG_FILES="$CONFIG_FILES man/rpl.1" ;;
                   10238:     "man/rplcc.1") CONFIG_FILES="$CONFIG_FILES man/rplcc.1" ;;
                   10239:     "man/rpllink.1") CONFIG_FILES="$CONFIG_FILES man/rpllink.1" ;;
                   10240:     "man/rpltags.1") CONFIG_FILES="$CONFIG_FILES man/rpltags.1" ;;
                   10241:     "man/mkrplso.1") CONFIG_FILES="$CONFIG_FILES man/mkrplso.1" ;;
                   10242:     "man/fr_FR/rpl.1") CONFIG_FILES="$CONFIG_FILES man/fr_FR/rpl.1" ;;
                   10243:     "man/fr_FR/rplcc.1") CONFIG_FILES="$CONFIG_FILES man/fr_FR/rplcc.1" ;;
                   10244:     "man/fr_FR/rpllink.1") CONFIG_FILES="$CONFIG_FILES man/fr_FR/rpllink.1" ;;
                   10245:     "man/fr_FR/rpltags.1") CONFIG_FILES="$CONFIG_FILES man/fr_FR/rpltags.1" ;;
                   10246:     "man/fr_FR/mkrplso.1") CONFIG_FILES="$CONFIG_FILES man/fr_FR/mkrplso.1" ;;
                   10247: 
1.57      bertrand 10248:   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
1.1       bertrand 10249:   esac
                   10250: done
                   10251: 
                   10252: 
                   10253: # If the user did not use the arguments to specify the items to instantiate,
                   10254: # then the envvar interface is used.  Set only those that are not.
                   10255: # We use the long form for the default assignment because of an extremely
                   10256: # bizarre bug on SunOS 4.1.3.
                   10257: if $ac_need_defaults; then
                   10258:   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
                   10259:   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
                   10260:   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
                   10261: fi
                   10262: 
                   10263: # Have a temporary directory for convenience.  Make it in the build tree
                   10264: # simply because there is no reason against having it here, and in addition,
                   10265: # creating and moving files from /tmp can sometimes cause problems.
                   10266: # Hook for its removal unless debugging.
                   10267: # Note that there is a small window in which the directory will not be cleaned:
                   10268: # after its creation but before its name has been assigned to `$tmp'.
                   10269: $debug ||
                   10270: {
1.57      bertrand 10271:   tmp= ac_tmp=
1.1       bertrand 10272:   trap 'exit_status=$?
1.57      bertrand 10273:   : "${ac_tmp:=$tmp}"
                   10274:   { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
1.1       bertrand 10275: ' 0
1.15      bertrand 10276:   trap 'as_fn_exit 1' 1 2 13 15
1.1       bertrand 10277: }
                   10278: # Create a (secure) tmp directory for tmp files.
                   10279: 
                   10280: {
                   10281:   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
1.57      bertrand 10282:   test -d "$tmp"
1.1       bertrand 10283: }  ||
                   10284: {
                   10285:   tmp=./conf$$-$RANDOM
                   10286:   (umask 077 && mkdir "$tmp")
1.36      bertrand 10287: } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
1.57      bertrand 10288: ac_tmp=$tmp
1.15      bertrand 10289: 
                   10290: # Set up the scripts for CONFIG_FILES section.
                   10291: # No need to generate them if there are no CONFIG_FILES.
                   10292: # This happens for instance with `./config.status config.h'.
                   10293: if test -n "$CONFIG_FILES"; then
1.14      bertrand 10294: 
1.1       bertrand 10295: 
1.15      bertrand 10296: ac_cr=`echo X | tr X '\015'`
                   10297: # On cygwin, bash can eat \r inside `` if the user requested igncr.
                   10298: # But we know of no other shell where ac_cr would be empty at this
                   10299: # point, so we can use a bashism as a fallback.
                   10300: if test "x$ac_cr" = x; then
                   10301:   eval ac_cr=\$\'\\r\'
                   10302: fi
                   10303: ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
                   10304: if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
1.36      bertrand 10305:   ac_cs_awk_cr='\\r'
1.15      bertrand 10306: else
                   10307:   ac_cs_awk_cr=$ac_cr
                   10308: fi
1.1       bertrand 10309: 
1.57      bertrand 10310: echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
1.14      bertrand 10311: _ACEOF
                   10312: 
                   10313: 
1.15      bertrand 10314: {
                   10315:   echo "cat >conf$$subs.awk <<_ACEOF" &&
                   10316:   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
                   10317:   echo "_ACEOF"
                   10318: } >conf$$subs.sh ||
1.36      bertrand 10319:   as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
                   10320: ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
1.14      bertrand 10321: ac_delim='%!_!# '
                   10322: for ac_last_try in false false false false false :; do
1.15      bertrand 10323:   . ./conf$$subs.sh ||
1.36      bertrand 10324:     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
1.14      bertrand 10325: 
1.15      bertrand 10326:   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
                   10327:   if test $ac_delim_n = $ac_delim_num; then
1.14      bertrand 10328:     break
                   10329:   elif $ac_last_try; then
1.36      bertrand 10330:     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
1.14      bertrand 10331:   else
                   10332:     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
                   10333:   fi
                   10334: done
1.15      bertrand 10335: rm -f conf$$subs.sh
1.1       bertrand 10336: 
1.15      bertrand 10337: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1.57      bertrand 10338: cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
1.15      bertrand 10339: _ACEOF
                   10340: sed -n '
                   10341: h
                   10342: s/^/S["/; s/!.*/"]=/
                   10343: p
                   10344: g
                   10345: s/^[^!]*!//
                   10346: :repl
                   10347: t repl
                   10348: s/'"$ac_delim"'$//
                   10349: t delim
                   10350: :nl
                   10351: h
                   10352: s/\(.\{148\}\)..*/\1/
                   10353: t more1
                   10354: s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
                   10355: p
                   10356: n
                   10357: b repl
                   10358: :more1
                   10359: s/["\\]/\\&/g; s/^/"/; s/$/"\\/
                   10360: p
                   10361: g
                   10362: s/.\{148\}//
                   10363: t nl
                   10364: :delim
                   10365: h
                   10366: s/\(.\{148\}\)..*/\1/
                   10367: t more2
                   10368: s/["\\]/\\&/g; s/^/"/; s/$/"/
                   10369: p
                   10370: b
                   10371: :more2
                   10372: s/["\\]/\\&/g; s/^/"/; s/$/"\\/
                   10373: p
                   10374: g
                   10375: s/.\{148\}//
                   10376: t delim
                   10377: ' <conf$$subs.awk | sed '
                   10378: /^[^""]/{
                   10379:   N
                   10380:   s/\n//
                   10381: }
                   10382: ' >>$CONFIG_STATUS || ac_write_fail=1
                   10383: rm -f conf$$subs.awk
                   10384: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
                   10385: _ACAWK
1.57      bertrand 10386: cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
1.15      bertrand 10387:   for (key in S) S_is_set[key] = 1
                   10388:   FS = ""
1.1       bertrand 10389: 
1.15      bertrand 10390: }
                   10391: {
                   10392:   line = $ 0
                   10393:   nfields = split(line, field, "@")
                   10394:   substed = 0
                   10395:   len = length(field[1])
                   10396:   for (i = 2; i < nfields; i++) {
                   10397:     key = field[i]
                   10398:     keylen = length(key)
                   10399:     if (S_is_set[key]) {
                   10400:       value = S[key]
                   10401:       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
                   10402:       len += length(value) + length(field[++i])
                   10403:       substed = 1
                   10404:     } else
                   10405:       len += 1 + keylen
                   10406:   }
1.1       bertrand 10407: 
1.15      bertrand 10408:   print line
                   10409: }
1.1       bertrand 10410: 
1.15      bertrand 10411: _ACAWK
1.14      bertrand 10412: _ACEOF
1.15      bertrand 10413: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
                   10414: if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
                   10415:   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
                   10416: else
                   10417:   cat
1.57      bertrand 10418: fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
1.36      bertrand 10419:   || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
1.1       bertrand 10420: _ACEOF
                   10421: 
1.36      bertrand 10422: # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
                   10423: # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
1.1       bertrand 10424: # trailing colons and then remove the whole line if VPATH becomes empty
                   10425: # (actually we leave an empty line to preserve line numbers).
                   10426: if test "x$srcdir" = x.; then
1.36      bertrand 10427:   ac_vpsub='/^[     ]*VPATH[    ]*=[    ]*/{
                   10428: h
                   10429: s///
                   10430: s/^/:/
                   10431: s/[     ]*$/:/
                   10432: s/:\$(srcdir):/:/g
                   10433: s/:\${srcdir}:/:/g
                   10434: s/:@srcdir@:/:/g
                   10435: s/^:*//
1.1       bertrand 10436: s/:*$//
1.36      bertrand 10437: x
                   10438: s/\(=[  ]*\).*/\1/
                   10439: G
                   10440: s/\n//
1.1       bertrand 10441: s/^[^=]*=[  ]*$//
                   10442: }'
                   10443: fi
                   10444: 
1.15      bertrand 10445: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1.1       bertrand 10446: fi # test -n "$CONFIG_FILES"
                   10447: 
1.15      bertrand 10448: # Set up the scripts for CONFIG_HEADERS section.
                   10449: # No need to generate them if there are no CONFIG_HEADERS.
                   10450: # This happens for instance with `./config.status Makefile'.
                   10451: if test -n "$CONFIG_HEADERS"; then
1.57      bertrand 10452: cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
1.15      bertrand 10453: BEGIN {
                   10454: _ACEOF
                   10455: 
                   10456: # Transform confdefs.h into an awk script `defines.awk', embedded as
                   10457: # here-document in config.status, that substitutes the proper values into
                   10458: # config.h.in to produce config.h.
                   10459: 
                   10460: # Create a delimiter string that does not exist in confdefs.h, to ease
                   10461: # handling of long lines.
                   10462: ac_delim='%!_!# '
                   10463: for ac_last_try in false false :; do
1.57      bertrand 10464:   ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
                   10465:   if test -z "$ac_tt"; then
1.15      bertrand 10466:     break
                   10467:   elif $ac_last_try; then
1.36      bertrand 10468:     as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
1.15      bertrand 10469:   else
                   10470:     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
                   10471:   fi
                   10472: done
                   10473: 
                   10474: # For the awk script, D is an array of macro values keyed by name,
                   10475: # likewise P contains macro parameters if any.  Preserve backslash
                   10476: # newline sequences.
                   10477: 
                   10478: ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
                   10479: sed -n '
                   10480: s/.\{148\}/&'"$ac_delim"'/g
                   10481: t rset
                   10482: :rset
                   10483: s/^[    ]*#[    ]*define[   ][  ]*/ /
                   10484: t def
                   10485: d
                   10486: :def
                   10487: s/\\$//
                   10488: t bsnl
                   10489: s/["\\]/\\&/g
                   10490: s/^ \('"$ac_word_re"'\)\(([^()]*)\)[    ]*\(.*\)/P["\1"]="\2"\
                   10491: D["\1"]=" \3"/p
                   10492: s/^ \('"$ac_word_re"'\)[    ]*\(.*\)/D["\1"]=" \2"/p
                   10493: d
                   10494: :bsnl
                   10495: s/["\\]/\\&/g
                   10496: s/^ \('"$ac_word_re"'\)\(([^()]*)\)[    ]*\(.*\)/P["\1"]="\2"\
                   10497: D["\1"]=" \3\\\\\\n"\\/p
                   10498: t cont
                   10499: s/^ \('"$ac_word_re"'\)[    ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
                   10500: t cont
                   10501: d
                   10502: :cont
                   10503: n
                   10504: s/.\{148\}/&'"$ac_delim"'/g
                   10505: t clear
                   10506: :clear
                   10507: s/\\$//
                   10508: t bsnlc
                   10509: s/["\\]/\\&/g; s/^/"/; s/$/"/p
                   10510: d
                   10511: :bsnlc
                   10512: s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
                   10513: b cont
                   10514: ' <confdefs.h | sed '
                   10515: s/'"$ac_delim"'/"\\\
                   10516: "/g' >>$CONFIG_STATUS || ac_write_fail=1
                   10517: 
                   10518: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
                   10519:   for (key in D) D_is_set[key] = 1
                   10520:   FS = ""
                   10521: }
                   10522: /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
                   10523:   line = \$ 0
                   10524:   split(line, arg, " ")
                   10525:   if (arg[1] == "#") {
                   10526:     defundef = arg[2]
                   10527:     mac1 = arg[3]
                   10528:   } else {
                   10529:     defundef = substr(arg[1], 2)
                   10530:     mac1 = arg[2]
                   10531:   }
                   10532:   split(mac1, mac2, "(") #)
                   10533:   macro = mac2[1]
                   10534:   prefix = substr(line, 1, index(line, defundef) - 1)
                   10535:   if (D_is_set[macro]) {
                   10536:     # Preserve the white space surrounding the "#".
                   10537:     print prefix "define", macro P[macro] D[macro]
                   10538:     next
                   10539:   } else {
                   10540:     # Replace #undef with comments.  This is necessary, for example,
                   10541:     # in the case of _POSIX_SOURCE, which is predefined and required
                   10542:     # on some systems where configure will not decide to define it.
                   10543:     if (defundef == "undef") {
                   10544:       print "/*", prefix defundef, macro, "*/"
                   10545:       next
                   10546:     }
                   10547:   }
                   10548: }
                   10549: { print }
                   10550: _ACAWK
                   10551: _ACEOF
                   10552: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1.36      bertrand 10553:   as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
1.15      bertrand 10554: fi # test -n "$CONFIG_HEADERS"
                   10555: 
1.1       bertrand 10556: 
1.15      bertrand 10557: eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
                   10558: shift
                   10559: for ac_tag
1.1       bertrand 10560: do
                   10561:   case $ac_tag in
                   10562:   :[FHLC]) ac_mode=$ac_tag; continue;;
                   10563:   esac
                   10564:   case $ac_mode$ac_tag in
                   10565:   :[FHL]*:*);;
1.57      bertrand 10566:   :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
1.1       bertrand 10567:   :[FH]-) ac_tag=-:-;;
                   10568:   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
                   10569:   esac
                   10570:   ac_save_IFS=$IFS
                   10571:   IFS=:
                   10572:   set x $ac_tag
                   10573:   IFS=$ac_save_IFS
                   10574:   shift
                   10575:   ac_file=$1
                   10576:   shift
                   10577: 
                   10578:   case $ac_mode in
                   10579:   :L) ac_source=$1;;
                   10580:   :[FH])
                   10581:     ac_file_inputs=
                   10582:     for ac_f
                   10583:     do
                   10584:       case $ac_f in
1.57      bertrand 10585:       -) ac_f="$ac_tmp/stdin";;
1.1       bertrand 10586:       *) # Look for the file first in the build tree, then in the source tree
                   10587:     # (if the path is not absolute).  The absolute path cannot be DOS-style,
                   10588:     # because $ac_f cannot contain `:'.
                   10589:     test -f "$ac_f" ||
                   10590:       case $ac_f in
                   10591:       [\\/$]*) false;;
                   10592:       *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
                   10593:       esac ||
1.57      bertrand 10594:       as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1.1       bertrand 10595:       esac
1.15      bertrand 10596:       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
                   10597:       as_fn_append ac_file_inputs " '$ac_f'"
1.1       bertrand 10598:     done
                   10599: 
                   10600:     # Let's still pretend it is `configure' which instantiates (i.e., don't
                   10601:     # use $as_me), people would be surprised to read:
                   10602:     #    /* config.h.  Generated by config.status.  */
1.15      bertrand 10603:     configure_input='Generated from '`
                   10604:      $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
                   10605:    `' by configure.'
1.1       bertrand 10606:     if test x"$ac_file" != x-; then
                   10607:       configure_input="$ac_file.  $configure_input"
1.15      bertrand 10608:       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
                   10609: $as_echo "$as_me: creating $ac_file" >&6;}
1.1       bertrand 10610:     fi
1.15      bertrand 10611:     # Neutralize special characters interpreted by sed in replacement strings.
                   10612:     case $configure_input in #(
                   10613:     *\&* | *\|* | *\\* )
                   10614:        ac_sed_conf_input=`$as_echo "$configure_input" |
                   10615:        sed 's/[\\\\&|]/\\\\&/g'`;; #(
                   10616:     *) ac_sed_conf_input=$configure_input;;
                   10617:     esac
1.1       bertrand 10618: 
                   10619:     case $ac_tag in
1.57      bertrand 10620:     *:-:* | *:-) cat >"$ac_tmp/stdin" \
                   10621:       || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
1.1       bertrand 10622:     esac
                   10623:     ;;
                   10624:   esac
                   10625: 
                   10626:   ac_dir=`$as_dirname -- "$ac_file" ||
                   10627: $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
                   10628:     X"$ac_file" : 'X\(//\)[^/]' \| \
                   10629:     X"$ac_file" : 'X\(//\)$' \| \
                   10630:     X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1.15      bertrand 10631: $as_echo X"$ac_file" |
1.1       bertrand 10632:     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
                   10633:        s//\1/
                   10634:        q
                   10635:      }
                   10636:      /^X\(\/\/\)[^/].*/{
                   10637:        s//\1/
                   10638:        q
                   10639:      }
                   10640:      /^X\(\/\/\)$/{
                   10641:        s//\1/
                   10642:        q
                   10643:      }
                   10644:      /^X\(\/\).*/{
                   10645:        s//\1/
                   10646:        q
                   10647:      }
                   10648:      s/.*/./; q'`
1.15      bertrand 10649:   as_dir="$ac_dir"; as_fn_mkdir_p
1.1       bertrand 10650:   ac_builddir=.
                   10651: 
                   10652: case "$ac_dir" in
                   10653: .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
                   10654: *)
1.15      bertrand 10655:   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1.1       bertrand 10656:   # A ".." for each directory in $ac_dir_suffix.
1.15      bertrand 10657:   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1.1       bertrand 10658:   case $ac_top_builddir_sub in
                   10659:   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
                   10660:   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
                   10661:   esac ;;
                   10662: esac
                   10663: ac_abs_top_builddir=$ac_pwd
                   10664: ac_abs_builddir=$ac_pwd$ac_dir_suffix
                   10665: # for backward compatibility:
                   10666: ac_top_builddir=$ac_top_build_prefix
                   10667: 
                   10668: case $srcdir in
                   10669:   .)  # We are building in place.
                   10670:     ac_srcdir=.
                   10671:     ac_top_srcdir=$ac_top_builddir_sub
                   10672:     ac_abs_top_srcdir=$ac_pwd ;;
                   10673:   [\\/]* | ?:[\\/]* )  # Absolute name.
                   10674:     ac_srcdir=$srcdir$ac_dir_suffix;
                   10675:     ac_top_srcdir=$srcdir
                   10676:     ac_abs_top_srcdir=$srcdir ;;
                   10677:   *) # Relative name.
                   10678:     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
                   10679:     ac_top_srcdir=$ac_top_build_prefix$srcdir
                   10680:     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
                   10681: esac
                   10682: ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
                   10683: 
                   10684: 
                   10685:   case $ac_mode in
                   10686:   :F)
                   10687:   #
                   10688:   # CONFIG_FILE
                   10689:   #
                   10690: 
                   10691:   case $INSTALL in
                   10692:   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
                   10693:   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
                   10694:   esac
                   10695:   ac_MKDIR_P=$MKDIR_P
                   10696:   case $MKDIR_P in
                   10697:   [\\/$]* | ?:[\\/]* ) ;;
                   10698:   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
                   10699:   esac
                   10700: _ACEOF
                   10701: 
1.15      bertrand 10702: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1.1       bertrand 10703: # If the template does not know about datarootdir, expand it.
                   10704: # FIXME: This hack should be removed a few years after 2.60.
                   10705: ac_datarootdir_hack=; ac_datarootdir_seen=
1.15      bertrand 10706: ac_sed_dataroot='
                   10707: /datarootdir/ {
1.1       bertrand 10708:   p
                   10709:   q
                   10710: }
                   10711: /@datadir@/p
                   10712: /@docdir@/p
                   10713: /@infodir@/p
                   10714: /@localedir@/p
1.15      bertrand 10715: /@mandir@/p'
                   10716: case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1.1       bertrand 10717: *datarootdir*) ac_datarootdir_seen=yes;;
                   10718: *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1.15      bertrand 10719:   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
                   10720: $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1.1       bertrand 10721: _ACEOF
1.15      bertrand 10722: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1.1       bertrand 10723:   ac_datarootdir_hack='
                   10724:   s&@datadir@&$datadir&g
                   10725:   s&@docdir@&$docdir&g
                   10726:   s&@infodir@&$infodir&g
                   10727:   s&@localedir@&$localedir&g
                   10728:   s&@mandir@&$mandir&g
1.15      bertrand 10729:   s&\\\${datarootdir}&$datarootdir&g' ;;
1.1       bertrand 10730: esac
                   10731: _ACEOF
                   10732: 
                   10733: # Neutralize VPATH when `$srcdir' = `.'.
                   10734: # Shell code in configure.ac might set extrasub.
                   10735: # FIXME: do we really want to maintain this feature?
1.15      bertrand 10736: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
                   10737: ac_sed_extra="$ac_vpsub
1.1       bertrand 10738: $extrasub
                   10739: _ACEOF
1.15      bertrand 10740: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1.1       bertrand 10741: :t
                   10742: /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1.15      bertrand 10743: s|@configure_input@|$ac_sed_conf_input|;t t
1.1       bertrand 10744: s&@top_builddir@&$ac_top_builddir_sub&;t t
1.15      bertrand 10745: s&@top_build_prefix@&$ac_top_build_prefix&;t t
1.1       bertrand 10746: s&@srcdir@&$ac_srcdir&;t t
                   10747: s&@abs_srcdir@&$ac_abs_srcdir&;t t
                   10748: s&@top_srcdir@&$ac_top_srcdir&;t t
                   10749: s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
                   10750: s&@builddir@&$ac_builddir&;t t
                   10751: s&@abs_builddir@&$ac_abs_builddir&;t t
                   10752: s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
                   10753: s&@INSTALL@&$ac_INSTALL&;t t
                   10754: s&@MKDIR_P@&$ac_MKDIR_P&;t t
                   10755: $ac_datarootdir_hack
1.15      bertrand 10756: "
1.57      bertrand 10757: eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
                   10758:   >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1.1       bertrand 10759: 
                   10760: test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1.57      bertrand 10761:   { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
                   10762:   { ac_out=`sed -n '/^[     ]*datarootdir[  ]*:*=/p' \
                   10763:       "$ac_tmp/out"`; test -z "$ac_out"; } &&
1.15      bertrand 10764:   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1.36      bertrand 10765: which seems to be undefined.  Please make sure it is defined" >&5
1.15      bertrand 10766: $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1.36      bertrand 10767: which seems to be undefined.  Please make sure it is defined" >&2;}
1.1       bertrand 10768: 
1.57      bertrand 10769:   rm -f "$ac_tmp/stdin"
1.1       bertrand 10770:   case $ac_file in
1.57      bertrand 10771:   -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
                   10772:   *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
1.15      bertrand 10773:   esac \
1.36      bertrand 10774:   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1.1       bertrand 10775:  ;;
                   10776:   :H)
                   10777:   #
                   10778:   # CONFIG_HEADER
                   10779:   #
                   10780:   if test x"$ac_file" != x-; then
1.15      bertrand 10781:     {
                   10782:       $as_echo "/* $configure_input  */" \
1.57      bertrand 10783:       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
                   10784:     } >"$ac_tmp/config.h" \
1.36      bertrand 10785:       || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1.57      bertrand 10786:     if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
1.15      bertrand 10787:       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
                   10788: $as_echo "$as_me: $ac_file is unchanged" >&6;}
1.1       bertrand 10789:     else
1.15      bertrand 10790:       rm -f "$ac_file"
1.57      bertrand 10791:       mv "$ac_tmp/config.h" "$ac_file" \
1.36      bertrand 10792:    || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1.1       bertrand 10793:     fi
                   10794:   else
1.15      bertrand 10795:     $as_echo "/* $configure_input  */" \
1.57      bertrand 10796:       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
1.36      bertrand 10797:       || as_fn_error $? "could not create -" "$LINENO" 5
1.1       bertrand 10798:   fi
1.15      bertrand 10799: # Compute "$ac_file"'s index in $config_headers.
                   10800: _am_arg="$ac_file"
1.1       bertrand 10801: _am_stamp_count=1
                   10802: for _am_header in $config_headers :; do
                   10803:   case $_am_header in
                   10804:     $_am_arg | $_am_arg:* )
                   10805:       break ;;
                   10806:     * )
                   10807:       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
                   10808:   esac
                   10809: done
                   10810: echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
                   10811: $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
                   10812:     X"$_am_arg" : 'X\(//\)[^/]' \| \
                   10813:     X"$_am_arg" : 'X\(//\)$' \| \
                   10814:     X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1.15      bertrand 10815: $as_echo X"$_am_arg" |
1.1       bertrand 10816:     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
                   10817:        s//\1/
                   10818:        q
                   10819:      }
                   10820:      /^X\(\/\/\)[^/].*/{
                   10821:        s//\1/
                   10822:        q
                   10823:      }
                   10824:      /^X\(\/\/\)$/{
                   10825:        s//\1/
                   10826:        q
                   10827:      }
                   10828:      /^X\(\/\).*/{
                   10829:        s//\1/
                   10830:        q
                   10831:      }
                   10832:      s/.*/./; q'`/stamp-h$_am_stamp_count
                   10833:  ;;
                   10834: 
1.15      bertrand 10835:   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
                   10836: $as_echo "$as_me: executing $ac_file commands" >&6;}
1.1       bertrand 10837:  ;;
                   10838:   esac
                   10839: 
                   10840: 
                   10841:   case $ac_file$ac_mode in
1.15      bertrand 10842:     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
                   10843:   # Autoconf 2.62 quotes --file arguments for eval, but not when files
                   10844:   # are listed without --file.  Let's play safe and only enable the eval
                   10845:   # if we detect the quoting.
                   10846:   case $CONFIG_FILES in
                   10847:   *\'*) eval set x "$CONFIG_FILES" ;;
                   10848:   *)   set x $CONFIG_FILES ;;
                   10849:   esac
                   10850:   shift
                   10851:   for mf
                   10852:   do
                   10853:     # Strip MF so we end up with the name of the file.
                   10854:     mf=`echo "$mf" | sed -e 's/:.*$//'`
                   10855:     # Check whether this is an Automake generated Makefile or not.
                   10856:     # We used to match only the files named `Makefile.in', but
                   10857:     # some people rename them; so instead we look at the file content.
                   10858:     # Grep'ing the first line is not enough: some people post-process
                   10859:     # each Makefile.in and add a new line on top of each file to say so.
                   10860:     # Grep'ing the whole file is not good either: AIX grep has a line
                   10861:     # limit of 2048, but all sed's we know have understand at least 4000.
                   10862:     if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
                   10863:       dirpart=`$as_dirname -- "$mf" ||
1.1       bertrand 10864: $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
                   10865:     X"$mf" : 'X\(//\)[^/]' \| \
                   10866:     X"$mf" : 'X\(//\)$' \| \
                   10867:     X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1.15      bertrand 10868: $as_echo X"$mf" |
1.1       bertrand 10869:     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
                   10870:        s//\1/
                   10871:        q
                   10872:      }
                   10873:      /^X\(\/\/\)[^/].*/{
                   10874:        s//\1/
                   10875:        q
                   10876:      }
                   10877:      /^X\(\/\/\)$/{
                   10878:        s//\1/
                   10879:        q
                   10880:      }
                   10881:      /^X\(\/\).*/{
                   10882:        s//\1/
                   10883:        q
                   10884:      }
                   10885:      s/.*/./; q'`
1.15      bertrand 10886:     else
                   10887:       continue
                   10888:     fi
                   10889:     # Extract the definition of DEPDIR, am__include, and am__quote
                   10890:     # from the Makefile without running `make'.
                   10891:     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
                   10892:     test -z "$DEPDIR" && continue
                   10893:     am__include=`sed -n 's/^am__include = //p' < "$mf"`
                   10894:     test -z "am__include" && continue
                   10895:     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
                   10896:     # When using ansi2knr, U may be empty or an underscore; expand it
                   10897:     U=`sed -n 's/^U = //p' < "$mf"`
                   10898:     # Find all dependency output files, they are included files with
                   10899:     # $(DEPDIR) in their names.  We invoke sed twice because it is the
                   10900:     # simplest approach to changing $(DEPDIR) to its actual value in the
                   10901:     # expansion.
                   10902:     for file in `sed -n "
                   10903:       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
                   10904:     sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
                   10905:       # Make sure the directory exists.
                   10906:       test -f "$dirpart/$file" && continue
                   10907:       fdir=`$as_dirname -- "$file" ||
1.1       bertrand 10908: $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
                   10909:     X"$file" : 'X\(//\)[^/]' \| \
                   10910:     X"$file" : 'X\(//\)$' \| \
                   10911:     X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1.15      bertrand 10912: $as_echo X"$file" |
1.1       bertrand 10913:     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
                   10914:        s//\1/
                   10915:        q
                   10916:      }
                   10917:      /^X\(\/\/\)[^/].*/{
                   10918:        s//\1/
                   10919:        q
                   10920:      }
                   10921:      /^X\(\/\/\)$/{
                   10922:        s//\1/
                   10923:        q
                   10924:      }
                   10925:      /^X\(\/\).*/{
                   10926:        s//\1/
                   10927:        q
                   10928:      }
                   10929:      s/.*/./; q'`
1.15      bertrand 10930:       as_dir=$dirpart/$fdir; as_fn_mkdir_p
                   10931:       # echo "creating $dirpart/$file"
                   10932:       echo '# dummy' > "$dirpart/$file"
1.1       bertrand 10933:     done
                   10934:   done
1.15      bertrand 10935: }
1.1       bertrand 10936:  ;;
                   10937: 
                   10938:   esac
                   10939: done # for ac_tag
                   10940: 
                   10941: 
1.15      bertrand 10942: as_fn_exit 0
1.1       bertrand 10943: _ACEOF
                   10944: ac_clean_files=$ac_clean_files_save
                   10945: 
1.15      bertrand 10946: test $ac_write_fail = 0 ||
1.36      bertrand 10947:   as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
1.15      bertrand 10948: 
1.1       bertrand 10949: 
                   10950: # configure is writing to config.log, and then calls config.status.
                   10951: # config.status does its own redirection, appending to config.log.
                   10952: # Unfortunately, on DOS this fails, as config.log is still kept open
                   10953: # by configure, so config.status won't be able to write to it; its
                   10954: # output is simply discarded.  So we exec the FD to /dev/null,
                   10955: # effectively closing config.log, so it can be properly (re)opened and
                   10956: # appended to by config.status.  When coming back to configure, we
                   10957: # need to make the FD available again.
                   10958: if test "$no_create" != yes; then
                   10959:   ac_cs_success=:
                   10960:   ac_config_status_args=
                   10961:   test "$silent" = yes &&
                   10962:     ac_config_status_args="$ac_config_status_args --quiet"
                   10963:   exec 5>/dev/null
                   10964:   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
                   10965:   exec 5>>config.log
                   10966:   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
                   10967:   # would make configure fail if this is the last instruction.
1.36      bertrand 10968:   $ac_cs_success || as_fn_exit 1
1.1       bertrand 10969: fi
                   10970: 
                   10971: #
                   10972: # CONFIG_SUBDIRS section.
                   10973: #
                   10974: if test "$no_recursion" != yes; then
                   10975: 
1.15      bertrand 10976:   # Remove --cache-file, --srcdir, and --disable-option-checking arguments
                   10977:   # so they do not pile up.
1.1       bertrand 10978:   ac_sub_configure_args=
                   10979:   ac_prev=
                   10980:   eval "set x $ac_configure_args"
                   10981:   shift
                   10982:   for ac_arg
                   10983:   do
                   10984:     if test -n "$ac_prev"; then
                   10985:       ac_prev=
                   10986:       continue
                   10987:     fi
                   10988:     case $ac_arg in
                   10989:     -cache-file | --cache-file | --cache-fil | --cache-fi \
                   10990:     | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
                   10991:       ac_prev=cache_file ;;
                   10992:     -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
                   10993:     | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
                   10994:     | --c=*)
                   10995:       ;;
                   10996:     --config-cache | -C)
                   10997:       ;;
                   10998:     -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
                   10999:       ac_prev=srcdir ;;
                   11000:     -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
                   11001:       ;;
                   11002:     -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
                   11003:       ac_prev=prefix ;;
                   11004:     -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
                   11005:       ;;
1.15      bertrand 11006:     --disable-option-checking)
                   11007:       ;;
1.1       bertrand 11008:     *)
                   11009:       case $ac_arg in
1.15      bertrand 11010:       *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1.1       bertrand 11011:       esac
1.15      bertrand 11012:       as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
1.1       bertrand 11013:     esac
                   11014:   done
                   11015: 
                   11016:   # Always prepend --prefix to ensure using the same prefix
                   11017:   # in subdir configurations.
                   11018:   ac_arg="--prefix=$prefix"
                   11019:   case $ac_arg in
1.15      bertrand 11020:   *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1.1       bertrand 11021:   esac
                   11022:   ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
                   11023: 
                   11024:   # Pass --silent
                   11025:   if test "$silent" = yes; then
                   11026:     ac_sub_configure_args="--silent $ac_sub_configure_args"
                   11027:   fi
                   11028: 
1.15      bertrand 11029:   # Always prepend --disable-option-checking to silence warnings, since
                   11030:   # different subdirs can have different --enable and --with options.
                   11031:   ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
                   11032: 
1.1       bertrand 11033:   ac_popdir=`pwd`
                   11034:   for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
                   11035: 
                   11036:     # Do not complain, so a configure script can configure whichever
                   11037:     # parts of a large source tree are present.
                   11038:     test -d "$srcdir/$ac_dir" || continue
                   11039: 
                   11040:     ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
1.15      bertrand 11041:     $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
                   11042:     $as_echo "$ac_msg" >&6
                   11043:     as_dir="$ac_dir"; as_fn_mkdir_p
1.1       bertrand 11044:     ac_builddir=.
                   11045: 
                   11046: case "$ac_dir" in
                   11047: .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
                   11048: *)
1.15      bertrand 11049:   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1.1       bertrand 11050:   # A ".." for each directory in $ac_dir_suffix.
1.15      bertrand 11051:   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1.1       bertrand 11052:   case $ac_top_builddir_sub in
                   11053:   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
                   11054:   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
                   11055:   esac ;;
                   11056: esac
                   11057: ac_abs_top_builddir=$ac_pwd
                   11058: ac_abs_builddir=$ac_pwd$ac_dir_suffix
                   11059: # for backward compatibility:
                   11060: ac_top_builddir=$ac_top_build_prefix
                   11061: 
                   11062: case $srcdir in
                   11063:   .)  # We are building in place.
                   11064:     ac_srcdir=.
                   11065:     ac_top_srcdir=$ac_top_builddir_sub
                   11066:     ac_abs_top_srcdir=$ac_pwd ;;
                   11067:   [\\/]* | ?:[\\/]* )  # Absolute name.
                   11068:     ac_srcdir=$srcdir$ac_dir_suffix;
                   11069:     ac_top_srcdir=$srcdir
                   11070:     ac_abs_top_srcdir=$srcdir ;;
                   11071:   *) # Relative name.
                   11072:     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
                   11073:     ac_top_srcdir=$ac_top_build_prefix$srcdir
                   11074:     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
                   11075: esac
                   11076: ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
                   11077: 
                   11078: 
                   11079:     cd "$ac_dir"
                   11080: 
                   11081:     # Check for guested configure; otherwise get Cygnus style configure.
                   11082:     if test -f "$ac_srcdir/configure.gnu"; then
                   11083:       ac_sub_configure=$ac_srcdir/configure.gnu
                   11084:     elif test -f "$ac_srcdir/configure"; then
                   11085:       ac_sub_configure=$ac_srcdir/configure
                   11086:     elif test -f "$ac_srcdir/configure.in"; then
                   11087:       # This should be Cygnus configure.
                   11088:       ac_sub_configure=$ac_aux_dir/configure
                   11089:     else
1.15      bertrand 11090:       { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
                   11091: $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
1.1       bertrand 11092:       ac_sub_configure=
                   11093:     fi
                   11094: 
                   11095:     # The recursion is here.
                   11096:     if test -n "$ac_sub_configure"; then
                   11097:       # Make the cache file name correct relative to the subdirectory.
                   11098:       case $cache_file in
                   11099:       [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
                   11100:       *) # Relative name.
                   11101:    ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
                   11102:       esac
                   11103: 
1.15      bertrand 11104:       { $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
                   11105: $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 11106:       # The eval makes quoting arguments work.
                   11107:       eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
                   11108:       --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
1.36      bertrand 11109:    as_fn_error $? "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
1.1       bertrand 11110:     fi
                   11111: 
                   11112:     cd "$ac_popdir"
                   11113:   done
                   11114: fi
1.15      bertrand 11115: if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
                   11116:   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
                   11117: $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
                   11118: fi
1.1       bertrand 11119: 

CVSweb interface <joel.bertrand@systella.fr>