Diff for /rpl/Attic/configure between versions 1.11 and 1.59

version 1.11, 2010/03/17 14:14:35 version 1.59, 2011/06/21 15:26:26
Line 1 Line 1
 #! /bin/sh  #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.  # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.65 for rpl 4.0.13.  # Generated by GNU Autoconf 2.68 for rpl 4.1.0.prerelease.2.
 #  #
 #  #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,  # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,  # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
 # Inc.  # Foundation, Inc.
 #  #
 #  #
 # This configure script is free software; the Free Software Foundation  # This configure script is free software; the Free Software Foundation
Line 89  fi Line 89  fi
 IFS=" ""    $as_nl"  IFS=" ""    $as_nl"
   
 # Find who we are.  Look in the path if we contain no directory separator.  # Find who we are.  Look in the path if we contain no directory separator.
   as_myself=
 case $0 in #((  case $0 in #((
   *[\\/]* ) as_myself=$0 ;;    *[\\/]* ) as_myself=$0 ;;
   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 214  IFS=$as_save_IFS Line 215  IFS=$as_save_IFS
   # We cannot yet assume a decent shell, so we have to provide a    # We cannot yet assume a decent shell, so we have to provide a
     # neutralization value for shells without unset; and this also      # neutralization value for shells without unset; and this also
     # works around shells that cannot unset nonexistent variables.      # works around shells that cannot unset nonexistent variables.
       # Preserve -v and -x to the replacement shell.
     BASH_ENV=/dev/null      BASH_ENV=/dev/null
     ENV=/dev/null      ENV=/dev/null
     (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV      (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
     export CONFIG_SHELL      export CONFIG_SHELL
     exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}      case $- in # ((((
         *v*x* | *x*v* ) as_opts=-vx ;;
         *v* ) as_opts=-v ;;
         *x* ) as_opts=-x ;;
         * ) as_opts= ;;
       esac
       exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
 fi  fi
   
     if test x$as_have_required = xno; then :      if test x$as_have_required = xno; then :
Line 316  $as_echo X"$as_dir" | Line 324  $as_echo X"$as_dir" |
       test -d "$as_dir" && break        test -d "$as_dir" && break
     done      done
     test -z "$as_dirs" || eval "mkdir $as_dirs"      test -z "$as_dirs" || eval "mkdir $as_dirs"
   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"    } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
   
   
 } # as_fn_mkdir_p  } # as_fn_mkdir_p
Line 356  else Line 364  else
 fi # as_fn_arith  fi # as_fn_arith
   
   
 # as_fn_error ERROR [LINENO LOG_FD]  # as_fn_error STATUS ERROR [LINENO LOG_FD]
 # ---------------------------------  # ----------------------------------------
 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are  # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the  # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
 # script with status $?, using 1 if that was 0.  # script with STATUS, using 1 if that was 0.
 as_fn_error ()  as_fn_error ()
 {  {
   as_status=$?; test $as_status -eq 0 && as_status=1    as_status=$1; test $as_status -eq 0 && as_status=1
   if test "$3"; then    if test "$4"; then
     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack      as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3      $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
   fi    fi
   $as_echo "$as_me: error: $1" >&2    $as_echo "$as_me: error: $2" >&2
   as_fn_exit $as_status    as_fn_exit $as_status
 } # as_fn_error  } # as_fn_error
   
Line 530  test -n "$DJDIR" || exec 7<&0 </dev/null Line 538  test -n "$DJDIR" || exec 7<&0 </dev/null
 exec 6>&1  exec 6>&1
   
 # Name of the host.  # Name of the host.
 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,  # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
 # so uname gets run too.  # so uname gets run too.
 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`  ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
   
Line 549  MAKEFLAGS= Line 557  MAKEFLAGS=
 # Identity of this package.  # Identity of this package.
 PACKAGE_NAME='rpl'  PACKAGE_NAME='rpl'
 PACKAGE_TARNAME='rpl'  PACKAGE_TARNAME='rpl'
 PACKAGE_VERSION='4.0.13'  PACKAGE_VERSION='4.1.0.prerelease.2'
 PACKAGE_STRING='rpl 4.0.13'  PACKAGE_STRING='rpl 4.1.0.prerelease.2'
 PACKAGE_BUGREPORT=''  PACKAGE_BUGREPORT=''
 PACKAGE_URL=''  PACKAGE_URL=''
   
Line 596  ac_subst_vars='am__EXEEXT_FALSE Line 604  ac_subst_vars='am__EXEEXT_FALSE
 am__EXEEXT_TRUE  am__EXEEXT_TRUE
 LTLIBOBJS  LTLIBOBJS
 LIBOBJS  LIBOBJS
   GIAC
   PARI
   COCOA
   NTL
   MPFR
   GMP
   MALLOC
   EXT_SQL
 DATE_FR  DATE_FR
 FINAL_ENCODING  FINAL_ENCODING
 OPENSSL  OPENSSL
Line 608  GSL Line 624  GSL
 UNITS  UNITS
 READLINE  READLINE
 NCURSES  NCURSES
 LIBMTMALLOC  BSH_PATH
   BROKEN_SIGINFO
   IPV6
   SEMUN
   IPCS_SYSV
   SEMAPHORES_NOMMES
   NESTED_FUNCTIONS
   EXPORT_DYNAMIC
   C_STANDARD
 OS  OS
 GNUPLOT_COMPILATION  GNUPLOT_COMPILATION
 subdirs  subdirs
Line 641  SED Line 665  SED
 RANLIB  RANLIB
 LN_S  LN_S
 RUNPATH  RUNPATH
 LIBTOOLIZE  
 PROFILAGE  PROFILAGE
 X_EXTRA_LIBS  X_EXTRA_LIBS
 X_LIBS  X_LIBS
Line 756  enable_option_checking Line 779  enable_option_checking
 enable_dependency_tracking  enable_dependency_tracking
 with_x  with_x
 enable_optimization  enable_optimization
   enable_sysv_semaphores
   enable_full_static
 enable_final_encoding  enable_final_encoding
 enable_tex  enable_tex
 enable_vim  enable_vim
Line 768  enable_profile Line 793  enable_profile
 enable_final_run_path  enable_final_run_path
 with_mysql  with_mysql
 with_postgresql  with_postgresql
   with_bourne_shell
   with_openssl_arch
 '  '
       ac_precious_vars='build_alias        ac_precious_vars='build_alias
 host_alias  host_alias
Line 788  XMKMF Line 815  XMKMF
 CPP'  CPP'
 ac_subdirs_all='tools/$NCURSES  ac_subdirs_all='tools/$NCURSES
 tools/$READLINE  tools/$READLINE
 tools/$UNITS  
 tools/$GSL  tools/$GSL
 tools/$GPP  tools/$GPP
 tools/$FILE  tools/$FILE
 tools/$ICONV  tools/$ICONV
 tools/$SQLITE  tools/$SQLITE
   tools/$UNITS
 tools/$GNUPLOT'  tools/$GNUPLOT'
   
 # Initialize some variables set by options.  # Initialize some variables set by options.
Line 856  do Line 883  do
   fi    fi
   
   case $ac_option in    case $ac_option in
   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;    *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
   *)    ac_optarg=yes ;;    *=)   ac_optarg= ;;
     *)    ac_optarg=yes ;;
   esac    esac
   
   # Accept the important Cygnus configure options, so we can diagnose typos.    # Accept the important Cygnus configure options, so we can diagnose typos.
Line 902  do Line 930  do
     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`      ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
     # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
       as_fn_error "invalid feature name: $ac_useropt"        as_fn_error $? "invalid feature name: $ac_useropt"
     ac_useropt_orig=$ac_useropt      ac_useropt_orig=$ac_useropt
     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     case $ac_user_opts in      case $ac_user_opts in
Line 928  do Line 956  do
     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`      ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
     # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
       as_fn_error "invalid feature name: $ac_useropt"        as_fn_error $? "invalid feature name: $ac_useropt"
     ac_useropt_orig=$ac_useropt      ac_useropt_orig=$ac_useropt
     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     case $ac_user_opts in      case $ac_user_opts in
Line 1132  do Line 1160  do
     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`      ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
     # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
       as_fn_error "invalid package name: $ac_useropt"        as_fn_error $? "invalid package name: $ac_useropt"
     ac_useropt_orig=$ac_useropt      ac_useropt_orig=$ac_useropt
     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     case $ac_user_opts in      case $ac_user_opts in
Line 1148  do Line 1176  do
     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`      ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
     # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&      expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
       as_fn_error "invalid package name: $ac_useropt"        as_fn_error $? "invalid package name: $ac_useropt"
     ac_useropt_orig=$ac_useropt      ac_useropt_orig=$ac_useropt
     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`      ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     case $ac_user_opts in      case $ac_user_opts in
Line 1178  do Line 1206  do
   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)    | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
     x_libraries=$ac_optarg ;;      x_libraries=$ac_optarg ;;
   
   -*) as_fn_error "unrecognized option: \`$ac_option'    -*) as_fn_error $? "unrecognized option: \`$ac_option'
 Try \`$0 --help' for more information."  Try \`$0 --help' for more information"
     ;;      ;;
   
   *=*)    *=*)
Line 1187  Try \`$0 --help' for more information." Line 1215  Try \`$0 --help' for more information."
     # Reject names that are not valid shell variable names.      # Reject names that are not valid shell variable names.
     case $ac_envvar in #(      case $ac_envvar in #(
       '' | [0-9]* | *[!_$as_cr_alnum]* )        '' | [0-9]* | *[!_$as_cr_alnum]* )
       as_fn_error "invalid variable name: \`$ac_envvar'" ;;        as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
     esac      esac
     eval $ac_envvar=\$ac_optarg      eval $ac_envvar=\$ac_optarg
     export $ac_envvar ;;      export $ac_envvar ;;
Line 1197  Try \`$0 --help' for more information." Line 1225  Try \`$0 --help' for more information."
     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2      $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&      expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2        $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}      : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
     ;;      ;;
   
   esac    esac
Line 1205  done Line 1233  done
   
 if test -n "$ac_prev"; then  if test -n "$ac_prev"; then
   ac_option=--`echo $ac_prev | sed 's/_/-/g'`    ac_option=--`echo $ac_prev | sed 's/_/-/g'`
   as_fn_error "missing argument to $ac_option"    as_fn_error $? "missing argument to $ac_option"
 fi  fi
   
 if test -n "$ac_unrecognized_opts"; then  if test -n "$ac_unrecognized_opts"; then
   case $enable_option_checking in    case $enable_option_checking in
     no) ;;      no) ;;
     fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;      fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;      *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
   esac    esac
 fi  fi
Line 1234  do Line 1262  do
     [\\/$]* | ?:[\\/]* )  continue;;      [\\/$]* | ?:[\\/]* )  continue;;
     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;      NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
   esac    esac
   as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"    as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
 done  done
   
 # There might be people who depend on the old broken behavior: `$host'  # There might be people who depend on the old broken behavior: `$host'
Line 1248  target=$target_alias Line 1276  target=$target_alias
 if test "x$host_alias" != x; then  if test "x$host_alias" != x; then
   if test "x$build_alias" = x; then    if test "x$build_alias" = x; then
     cross_compiling=maybe      cross_compiling=maybe
     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.      $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
     If a cross compiler is detected then cross compile mode will be used." >&2      If a cross compiler is detected then cross compile mode will be used" >&2
   elif test "x$build_alias" != "x$host_alias"; then    elif test "x$build_alias" != "x$host_alias"; then
     cross_compiling=yes      cross_compiling=yes
   fi    fi
Line 1264  test "$silent" = yes && exec 6>/dev/null Line 1292  test "$silent" = yes && exec 6>/dev/null
 ac_pwd=`pwd` && test -n "$ac_pwd" &&  ac_pwd=`pwd` && test -n "$ac_pwd" &&
 ac_ls_di=`ls -di .` &&  ac_ls_di=`ls -di .` &&
 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||  ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
   as_fn_error "working directory cannot be determined"    as_fn_error $? "working directory cannot be determined"
 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||  test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
   as_fn_error "pwd does not report name of working directory"    as_fn_error $? "pwd does not report name of working directory"
   
   
 # Find the source files, if location was not specified.  # Find the source files, if location was not specified.
Line 1305  else Line 1333  else
 fi  fi
 if test ! -r "$srcdir/$ac_unique_file"; then  if test ! -r "$srcdir/$ac_unique_file"; then
   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."    test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
   as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"    as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
 fi  fi
 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"  ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
 ac_abs_confdir=`(  ac_abs_confdir=`(
     cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"      cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
     pwd)`      pwd)`
 # When building in place, set srcdir=.  # When building in place, set srcdir=.
 if test "$ac_abs_confdir" = "$ac_pwd"; then  if test "$ac_abs_confdir" = "$ac_pwd"; then
Line 1335  if test "$ac_init_help" = "long"; then Line 1363  if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.    # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.    # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF    cat <<_ACEOF
 \`configure' configures rpl 4.0.13 to adapt to many kinds of systems.  \`configure' configures rpl 4.1.0.prerelease.2 to adapt to many kinds of systems.
   
 Usage: $0 [OPTION]... [VAR=VALUE]...  Usage: $0 [OPTION]... [VAR=VALUE]...
   
Line 1349  Configuration: Line 1377  Configuration:
       --help=short        display options specific to this package        --help=short        display options specific to this package
       --help=recursive    display the short help of all the included packages        --help=recursive    display the short help of all the included packages
   -V, --version           display version information and exit    -V, --version           display version information and exit
   -q, --quiet, --silent   do not print \`checking...' messages    -q, --quiet, --silent   do not print \`checking ...' messages
       --cache-file=FILE   cache test results in FILE [disabled]        --cache-file=FILE   cache test results in FILE [disabled]
   -C, --config-cache      alias for \`--cache-file=config.cache'    -C, --config-cache      alias for \`--cache-file=config.cache'
   -n, --no-create         do not create output files    -n, --no-create         do not create output files
Line 1410  fi Line 1438  fi
   
 if test -n "$ac_init_help"; then  if test -n "$ac_init_help"; then
   case $ac_init_help in    case $ac_init_help in
      short | recursive ) echo "Configuration of rpl 4.0.13:";;       short | recursive ) echo "Configuration of rpl 4.1.0.prerelease.2:";;
    esac     esac
   cat <<\_ACEOF    cat <<\_ACEOF
   
Line 1421  Optional Features: Line 1449  Optional Features:
   --disable-dependency-tracking  speeds up one-time build    --disable-dependency-tracking  speeds up one-time build
   --enable-dependency-tracking   do not reject slow dependency extractors    --enable-dependency-tracking   do not reject slow dependency extractors
   --enable-optimization   set compiler flags [default=environment variables -O3]    --enable-optimization   set compiler flags [default=environment variables -O3]
     --enable-sysv-ipcs      use SystemV IPC functions [default=no]
     --enable-full-static    build static RPL/2 engine [default=shared]
   --enable-final-encoding force final encoding [default=guessed]    --enable-final-encoding force final encoding [default=guessed]
   --enable-tex            provide the TeX support [default=guessed]    --enable-tex            provide the TeX support [default=guessed]
   --enable-vim            provide the vim support [default=guessed]    --enable-vim            provide the vim support [default=guessed]
Line 1438  Optional Packages: Line 1468  Optional Packages:
   --with-x                use the X Window System    --with-x                use the X Window System
   --with-mysql=PATH         specify directory for installed mysql    --with-mysql=PATH         specify directory for installed mysql
   --with-postgresql=PATH    specify directory for installed postgresql    --with-postgresql=PATH    specify directory for installed postgresql
     --with-bourne-shell=PATH  specify path for OS/2 bourne shell
     --with-openssl-arch=ARCH  specify os and compiler for openssl (ARCH or list)
   
 Some influential environment variables:  Some influential environment variables:
   CC          C compiler command    CC          C compiler command
Line 1522  fi Line 1554  fi
 test -n "$ac_init_help" && exit $ac_status  test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then  if $ac_init_version; then
   cat <<\_ACEOF    cat <<\_ACEOF
 rpl configure 4.0.13  rpl configure 4.1.0.prerelease.2
 generated by GNU Autoconf 2.65  generated by GNU Autoconf 2.68
   
 Copyright (C) 2009 Free Software Foundation, Inc.  Copyright (C) 2010 Free Software Foundation, Inc.
 This configure script is free software; the Free Software Foundation  This configure script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it.  gives unlimited permission to copy, distribute and modify it.
 _ACEOF  _ACEOF
Line 1569  sed 's/^/| /' conftest.$ac_ext >&5 Line 1601  sed 's/^/| /' conftest.$ac_ext >&5
   
     ac_retval=1      ac_retval=1
 fi  fi
   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}    eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   as_fn_set_status $ac_retval    as_fn_set_status $ac_retval
   
 } # ac_fn_c_try_compile  } # ac_fn_c_try_compile
Line 1607  sed 's/^/| /' conftest.$ac_ext >&5 Line 1639  sed 's/^/| /' conftest.$ac_ext >&5
   
     ac_retval=1      ac_retval=1
 fi  fi
   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}    eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   as_fn_set_status $ac_retval    as_fn_set_status $ac_retval
   
 } # ac_fn_cxx_try_compile  } # ac_fn_cxx_try_compile
Line 1645  sed 's/^/| /' conftest.$ac_ext >&5 Line 1677  sed 's/^/| /' conftest.$ac_ext >&5
   
     ac_retval=1      ac_retval=1
 fi  fi
   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}    eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   as_fn_set_status $ac_retval    as_fn_set_status $ac_retval
   
 } # ac_fn_f77_try_compile  } # ac_fn_f77_try_compile
Line 1683  sed 's/^/| /' conftest.$ac_ext >&5 Line 1715  sed 's/^/| /' conftest.$ac_ext >&5
   
     ac_retval=1      ac_retval=1
 fi  fi
   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}    eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   as_fn_set_status $ac_retval    as_fn_set_status $ac_retval
   
 } # ac_fn_fc_try_compile  } # ac_fn_fc_try_compile
Line 1709  $as_echo "$ac_try_echo"; } >&5 Line 1741  $as_echo "$ac_try_echo"; } >&5
     mv -f conftest.er1 conftest.err      mv -f conftest.er1 conftest.err
   fi    fi
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5    $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; } >/dev/null && {    test $ac_status = 0; } > conftest.i && {
      test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||       test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
      test ! -s conftest.err       test ! -s conftest.err
        }; then :         }; then :
Line 1720  sed 's/^/| /' conftest.$ac_ext >&5 Line 1752  sed 's/^/| /' conftest.$ac_ext >&5
   
     ac_retval=1      ac_retval=1
 fi  fi
   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}    eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   as_fn_set_status $ac_retval    as_fn_set_status $ac_retval
   
 } # ac_fn_c_try_cpp  } # ac_fn_c_try_cpp
Line 1766  fi Line 1798  fi
   # interfere with the next link command; also delete a directory that is    # interfere with the next link command; also delete a directory that is
   # left behind by Apple's compiler.  We do this before executing the actions.    # left behind by Apple's compiler.  We do this before executing the actions.
   rm -rf conftest.dSYM conftest_ipa8_conftest.oo    rm -rf conftest.dSYM conftest_ipa8_conftest.oo
   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}    eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   as_fn_set_status $ac_retval    as_fn_set_status $ac_retval
   
 } # ac_fn_c_try_link  } # ac_fn_c_try_link
Line 1779  ac_fn_c_check_func () Line 1811  ac_fn_c_check_func ()
   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack    as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
 $as_echo_n "checking for $2... " >&6; }  $as_echo_n "checking for $2... " >&6; }
 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :  if eval \${$3+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Line 1834  fi Line 1866  fi
 eval ac_res=\$$3  eval ac_res=\$$3
            { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5             { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
 $as_echo "$ac_res" >&6; }  $as_echo "$ac_res" >&6; }
   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}    eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   
 } # ac_fn_c_check_func  } # ac_fn_c_check_func
   
   # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
   # -------------------------------------------
   # Tests whether TYPE exists after having included INCLUDES, setting cache
   # variable VAR accordingly.
   ac_fn_c_check_type ()
   {
     as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
   $as_echo_n "checking for $2... " >&6; }
   if eval \${$3+:} false; then :
     $as_echo_n "(cached) " >&6
   else
     eval "$3=no"
     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   /* end confdefs.h.  */
   $4
   int
   main ()
   {
   if (sizeof ($2))
        return 0;
     ;
     return 0;
   }
   _ACEOF
   if ac_fn_c_try_compile "$LINENO"; then :
     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   /* end confdefs.h.  */
   $4
   int
   main ()
   {
   if (sizeof (($2)))
           return 0;
     ;
     return 0;
   }
   _ACEOF
   if ac_fn_c_try_compile "$LINENO"; then :
   
   else
     eval "$3=yes"
   fi
   rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   fi
   rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   fi
   eval ac_res=\$$3
              { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
   $as_echo "$ac_res" >&6; }
     eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   
   } # ac_fn_c_check_type
   
 # ac_fn_c_try_run LINENO  # ac_fn_c_try_run LINENO
 # ----------------------  # ----------------------
 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes  # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
Line 1875  sed 's/^/| /' conftest.$ac_ext >&5 Line 1961  sed 's/^/| /' conftest.$ac_ext >&5
        ac_retval=$ac_status         ac_retval=$ac_status
 fi  fi
   rm -rf conftest.dSYM conftest_ipa8_conftest.oo    rm -rf conftest.dSYM conftest_ipa8_conftest.oo
   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}    eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   as_fn_set_status $ac_retval    as_fn_set_status $ac_retval
   
 } # ac_fn_c_try_run  } # ac_fn_c_try_run
Line 2053  rm -f core *.core core.conftest.* gmon.o Line 2139  rm -f core *.core core.conftest.* gmon.o
 rm -f conftest.val  rm -f conftest.val
   
   fi    fi
   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}    eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   as_fn_set_status $ac_retval    as_fn_set_status $ac_retval
   
 } # ac_fn_c_compute_int  } # ac_fn_c_compute_int
Line 2067  ac_fn_c_check_header_compile () Line 2153  ac_fn_c_check_header_compile ()
   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack    as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
 $as_echo_n "checking for $2... " >&6; }  $as_echo_n "checking for $2... " >&6; }
 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :  if eval \${$3+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Line 2085  fi Line 2171  fi
 eval ac_res=\$$3  eval ac_res=\$$3
            { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5             { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
 $as_echo "$ac_res" >&6; }  $as_echo "$ac_res" >&6; }
   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}    eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   
 } # ac_fn_c_check_header_compile  } # ac_fn_c_check_header_compile
   
Line 2097  $as_echo "$ac_res" >&6; } Line 2183  $as_echo "$ac_res" >&6; }
 ac_fn_c_check_header_mongrel ()  ac_fn_c_check_header_mongrel ()
 {  {
   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack    as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :    if eval \${$3+:} false; then :
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
 $as_echo_n "checking for $2... " >&6; }  $as_echo_n "checking for $2... " >&6; }
 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :  if eval \${$3+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 fi  fi
 eval ac_res=\$$3  eval ac_res=\$$3
Line 2136  if ac_fn_c_try_cpp "$LINENO"; then : Line 2222  if ac_fn_c_try_cpp "$LINENO"; then :
 else  else
   ac_header_preproc=no    ac_header_preproc=no
 fi  fi
 rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.i conftest.$ac_ext
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
 $as_echo "$ac_header_preproc" >&6; }  $as_echo "$ac_header_preproc" >&6; }
   
Line 2163  $as_echo "$as_me: WARNING: $2: proceedin Line 2249  $as_echo "$as_me: WARNING: $2: proceedin
 esac  esac
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
 $as_echo_n "checking for $2... " >&6; }  $as_echo_n "checking for $2... " >&6; }
 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :  if eval \${$3+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   eval "$3=\$ac_header_compiler"    eval "$3=\$ac_header_compiler"
Line 2172  eval ac_res=\$$3 Line 2258  eval ac_res=\$$3
            { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5             { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
 $as_echo "$ac_res" >&6; }  $as_echo "$ac_res" >&6; }
 fi  fi
   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}    eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   
 } # ac_fn_c_check_header_mongrel  } # ac_fn_c_check_header_mongrel
   
 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES  
 # -------------------------------------------  
 # Tests whether TYPE exists after having included INCLUDES, setting cache  
 # variable VAR accordingly.  
 ac_fn_c_check_type ()  
 {  
   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack  
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5  
 $as_echo_n "checking for $2... " >&6; }  
 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :  
   $as_echo_n "(cached) " >&6  
 else  
   eval "$3=no"  
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext  
 /* end confdefs.h.  */  
 $4  
 int  
 main ()  
 {  
 if (sizeof ($2))  
      return 0;  
   ;  
   return 0;  
 }  
 _ACEOF  
 if ac_fn_c_try_compile "$LINENO"; then :  
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext  
 /* end confdefs.h.  */  
 $4  
 int  
 main ()  
 {  
 if (sizeof (($2)))  
         return 0;  
   ;  
   return 0;  
 }  
 _ACEOF  
 if ac_fn_c_try_compile "$LINENO"; then :  
   
 else  
   eval "$3=yes"  
 fi  
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext  
 fi  
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext  
 fi  
 eval ac_res=\$$3  
            { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5  
 $as_echo "$ac_res" >&6; }  
   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}  
   
 } # ac_fn_c_check_type  
 cat >config.log <<_ACEOF  cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while  This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.  running configure, to aid debugging if configure makes a mistake.
   
 It was created by rpl $as_me 4.0.13, which was  It was created by rpl $as_me 4.1.0.prerelease.2, which was
 generated by GNU Autoconf 2.65.  Invocation command line was  generated by GNU Autoconf 2.68.  Invocation command line was
   
   $ $0 $@    $ $0 $@
   
Line 2344  trap 'exit_status=$? Line 2376  trap 'exit_status=$?
   {    {
     echo      echo
   
     cat <<\_ASBOX      $as_echo "## ---------------- ##
 ## ---------------- ##  
 ## Cache variables. ##  ## Cache variables. ##
 ## ---------------- ##  ## ---------------- ##"
 _ASBOX  
     echo      echo
     # The following way of writing the cache mishandles newlines in values,      # The following way of writing the cache mishandles newlines in values,
 (  (
Line 2382  $as_echo "$as_me: WARNING: cache variabl Line 2412  $as_echo "$as_me: WARNING: cache variabl
 )  )
     echo      echo
   
     cat <<\_ASBOX      $as_echo "## ----------------- ##
 ## ----------------- ##  
 ## Output variables. ##  ## Output variables. ##
 ## ----------------- ##  ## ----------------- ##"
 _ASBOX  
     echo      echo
     for ac_var in $ac_subst_vars      for ac_var in $ac_subst_vars
     do      do
Line 2399  _ASBOX Line 2427  _ASBOX
     echo      echo
   
     if test -n "$ac_subst_files"; then      if test -n "$ac_subst_files"; then
       cat <<\_ASBOX        $as_echo "## ------------------- ##
 ## ------------------- ##  
 ## File substitutions. ##  ## File substitutions. ##
 ## ------------------- ##  ## ------------------- ##"
 _ASBOX  
       echo        echo
       for ac_var in $ac_subst_files        for ac_var in $ac_subst_files
       do        do
Line 2417  _ASBOX Line 2443  _ASBOX
     fi      fi
   
     if test -s confdefs.h; then      if test -s confdefs.h; then
       cat <<\_ASBOX        $as_echo "## ----------- ##
 ## ----------- ##  
 ## confdefs.h. ##  ## confdefs.h. ##
 ## ----------- ##  ## ----------- ##"
 _ASBOX  
       echo        echo
       cat confdefs.h        cat confdefs.h
       echo        echo
Line 2476  _ACEOF Line 2500  _ACEOF
 ac_site_file1=NONE  ac_site_file1=NONE
 ac_site_file2=NONE  ac_site_file2=NONE
 if test -n "$CONFIG_SITE"; then  if test -n "$CONFIG_SITE"; then
   ac_site_file1=$CONFIG_SITE    # We do not want a PATH search for config.site.
     case $CONFIG_SITE in #((
       -*)  ac_site_file1=./$CONFIG_SITE;;
       */*) ac_site_file1=$CONFIG_SITE;;
       *)   ac_site_file1=./$CONFIG_SITE;;
     esac
 elif test "x$prefix" != xNONE; then  elif test "x$prefix" != xNONE; then
   ac_site_file1=$prefix/share/config.site    ac_site_file1=$prefix/share/config.site
   ac_site_file2=$prefix/etc/config.site    ac_site_file2=$prefix/etc/config.site
Line 2491  do Line 2520  do
     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5      { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
 $as_echo "$as_me: loading site script $ac_site_file" >&6;}  $as_echo "$as_me: loading site script $ac_site_file" >&6;}
     sed 's/^/| /' "$ac_site_file" >&5      sed 's/^/| /' "$ac_site_file" >&5
     . "$ac_site_file"      . "$ac_site_file" \
         || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   as_fn_error $? "failed to load site script $ac_site_file
   See \`config.log' for more details" "$LINENO" 5; }
   fi    fi
 done  done
   
Line 2567  if $ac_cache_corrupted; then Line 2600  if $ac_cache_corrupted; then
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5    { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}  $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
   as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5    as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
 fi  fi
 ## -------------------- ##  ## -------------------- ##
 ## Main body of script. ##  ## Main body of script. ##
Line 2582  ac_compiler_gnu=$ac_cv_c_compiler_gnu Line 2615  ac_compiler_gnu=$ac_cv_c_compiler_gnu
   
 ac_aux_dir=  ac_aux_dir=
 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do  for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
   for ac_t in install-sh install.sh shtool; do    if test -f "$ac_dir/install-sh"; then
     if test -f "$ac_dir/$ac_t"; then      ac_aux_dir=$ac_dir
       ac_aux_dir=$ac_dir      ac_install_sh="$ac_aux_dir/install-sh -c"
       ac_install_sh="$ac_aux_dir/$ac_t -c"      break
       break 2    elif test -f "$ac_dir/install.sh"; then
     fi      ac_aux_dir=$ac_dir
   done      ac_install_sh="$ac_aux_dir/install.sh -c"
       break
     elif test -f "$ac_dir/shtool"; then
       ac_aux_dir=$ac_dir
       ac_install_sh="$ac_aux_dir/shtool install -c"
       break
     fi
 done  done
 if test -z "$ac_aux_dir"; then  if test -z "$ac_aux_dir"; then
   as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5    as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
 fi  fi
   
 # These three variables are undocumented and unsupported,  # These three variables are undocumented and unsupported,
Line 2605  ac_configure="$SHELL $ac_aux_dir/configu Line 2644  ac_configure="$SHELL $ac_aux_dir/configu
   
 # Make sure we can run config.sub.  # Make sure we can run config.sub.
 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||  $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
   as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5    as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
 $as_echo_n "checking build system type... " >&6; }  $as_echo_n "checking build system type... " >&6; }
 if test "${ac_cv_build+set}" = set; then :  if ${ac_cv_build+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   ac_build_alias=$build_alias    ac_build_alias=$build_alias
 test "x$ac_build_alias" = x &&  test "x$ac_build_alias" = x &&
   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`    ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
 test "x$ac_build_alias" = x &&  test "x$ac_build_alias" = x &&
   as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5    as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||  ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
   as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
   
 fi  fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
 $as_echo "$ac_cv_build" >&6; }  $as_echo "$ac_cv_build" >&6; }
 case $ac_cv_build in  case $ac_cv_build in
 *-*-*) ;;  *-*-*) ;;
 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;  *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
 esac  esac
 build=$ac_cv_build  build=$ac_cv_build
 ac_save_IFS=$IFS; IFS='-'  ac_save_IFS=$IFS; IFS='-'
Line 2643  case $build_os in *\ *) build_os=`echo " Line 2682  case $build_os in *\ *) build_os=`echo "
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
 $as_echo_n "checking host system type... " >&6; }  $as_echo_n "checking host system type... " >&6; }
 if test "${ac_cv_host+set}" = set; then :  if ${ac_cv_host+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test "x$host_alias" = x; then    if test "x$host_alias" = x; then
   ac_cv_host=$ac_cv_build    ac_cv_host=$ac_cv_build
 else  else
   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||    ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
     as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5      as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
 fi  fi
   
 fi  fi
Line 2658  fi Line 2697  fi
 $as_echo "$ac_cv_host" >&6; }  $as_echo "$ac_cv_host" >&6; }
 case $ac_cv_host in  case $ac_cv_host in
 *-*-*) ;;  *-*-*) ;;
 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;  *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
 esac  esac
 host=$ac_cv_host  host=$ac_cv_host
 ac_save_IFS=$IFS; IFS='-'  ac_save_IFS=$IFS; IFS='-'
Line 2676  case $host_os in *\ *) host_os=`echo "$h Line 2715  case $host_os in *\ *) host_os=`echo "$h
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
 $as_echo_n "checking target system type... " >&6; }  $as_echo_n "checking target system type... " >&6; }
 if test "${ac_cv_target+set}" = set; then :  if ${ac_cv_target+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test "x$target_alias" = x; then    if test "x$target_alias" = x; then
   ac_cv_target=$ac_cv_host    ac_cv_target=$ac_cv_host
 else  else
   ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||    ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
     as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5      as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
 fi  fi
   
 fi  fi
Line 2691  fi Line 2730  fi
 $as_echo "$ac_cv_target" >&6; }  $as_echo "$ac_cv_target" >&6; }
 case $ac_cv_target in  case $ac_cv_target in
 *-*-*) ;;  *-*-*) ;;
 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;  *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
 esac  esac
 target=$ac_cv_target  target=$ac_cv_target
 ac_save_IFS=$IFS; IFS='-'  ac_save_IFS=$IFS; IFS='-'
Line 2733  am__api_version='1.11' Line 2772  am__api_version='1.11'
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
 $as_echo_n "checking for a BSD-compatible install... " >&6; }  $as_echo_n "checking for a BSD-compatible install... " >&6; }
 if test -z "$INSTALL"; then  if test -z "$INSTALL"; then
 if test "${ac_cv_path_install+set}" = set; then :  if ${ac_cv_path_install+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 2820  am_lf=' Line 2859  am_lf='
 '  '
 case `pwd` in  case `pwd` in
   *[\\\"\#\$\&\'\`$am_lf]*)    *[\\\"\#\$\&\'\`$am_lf]*)
     as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;      as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
 esac  esac
 case $srcdir in  case $srcdir in
   *[\\\"\#\$\&\'\`$am_lf\ \ ]*)    *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
     as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;      as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
 esac  esac
   
 # Do `set' in a subshell so we don't clobber the current shell's  # Do `set' in a subshell so we don't clobber the current shell's
Line 2846  if ( Line 2885  if (
       # if, for instance, CONFIG_SHELL is bash and it inherits a        # if, for instance, CONFIG_SHELL is bash and it inherits a
       # broken ls alias from the environment.  This has actually        # broken ls alias from the environment.  This has actually
       # happened.  Such a system could not be considered "sane".        # happened.  Such a system could not be considered "sane".
       as_fn_error "ls -t appears to fail.  Make sure there is not a broken        as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
 alias in your environment" "$LINENO" 5  alias in your environment" "$LINENO" 5
    fi     fi
   
Line 2856  then Line 2895  then
    # Ok.     # Ok.
    :     :
 else  else
    as_fn_error "newly created file is older than distributed files!     as_fn_error $? "newly created file is older than distributed files!
 Check your system clock" "$LINENO" 5  Check your system clock" "$LINENO" 5
 fi  fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Line 2910  if test "$cross_compiling" != no; then Line 2949  if test "$cross_compiling" != no; then
 set dummy ${ac_tool_prefix}strip; ac_word=$2  set dummy ${ac_tool_prefix}strip; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_STRIP+set}" = set; then :  if ${ac_cv_prog_STRIP+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$STRIP"; then    if test -n "$STRIP"; then
Line 2950  if test -z "$ac_cv_prog_STRIP"; then Line 2989  if test -z "$ac_cv_prog_STRIP"; then
 set dummy strip; ac_word=$2  set dummy strip; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :  if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$ac_ct_STRIP"; then    if test -n "$ac_ct_STRIP"; then
Line 3003  INSTALL_STRIP_PROGRAM="\$(install_sh) -c Line 3042  INSTALL_STRIP_PROGRAM="\$(install_sh) -c
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }  $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
 if test -z "$MKDIR_P"; then  if test -z "$MKDIR_P"; then
   if test "${ac_cv_path_mkdir+set}" = set; then :    if ${ac_cv_path_mkdir+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 3054  do Line 3093  do
 set dummy $ac_prog; ac_word=$2  set dummy $ac_prog; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_AWK+set}" = set; then :  if ${ac_cv_prog_AWK+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$AWK"; then    if test -n "$AWK"; then
Line 3094  done Line 3133  done
 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }  $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
 set x ${MAKE-make}  set x ${MAKE-make}
 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`  ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :  if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   cat >conftest.make <<\_ACEOF    cat >conftest.make <<\_ACEOF
Line 3102  SHELL = /bin/sh Line 3141  SHELL = /bin/sh
 all:  all:
     @echo '@@@%%%=$(MAKE)=@@@%%%'      @echo '@@@%%%=$(MAKE)=@@@%%%'
 _ACEOF  _ACEOF
 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.  # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
 case `${MAKE-make} -f conftest.make 2>/dev/null` in  case `${MAKE-make} -f conftest.make 2>/dev/null` in
   *@@@%%%=?*=@@@%%%*)    *@@@%%%=?*=@@@%%%*)
     eval ac_cv_prog_make_${ac_make}_set=yes;;      eval ac_cv_prog_make_${ac_make}_set=yes;;
Line 3136  if test "`cd $srcdir && pwd`" != "`pwd`" Line 3175  if test "`cd $srcdir && pwd`" != "`pwd`"
   am__isrc=' -I$(srcdir)'    am__isrc=' -I$(srcdir)'
   # test to see if srcdir already configured    # test to see if srcdir already configured
   if test -f $srcdir/config.status; then    if test -f $srcdir/config.status; then
     as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5      as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
   fi    fi
 fi  fi
   
Line 3152  fi Line 3191  fi
   
 # Define the identity of the package.  # Define the identity of the package.
  PACKAGE='rpl'   PACKAGE='rpl'
  VERSION='4.0.13'   VERSION='4.1.0.prerelease.2'
   
   
 cat >>confdefs.h <<_ACEOF  cat >>confdefs.h <<_ACEOF
Line 3196  am__tar='${AMTAR} chof - "$$tardir"'; am Line 3235  am__tar='${AMTAR} chof - "$$tardir"'; am
 ac_config_headers="$ac_config_headers rplconfig.h"  ac_config_headers="$ac_config_headers rplconfig.h"
   
   
 NCURSES=ncurses-5.7-20100206  NCURSES=ncurses-5.9
 READLINE=readline-6.1  READLINE=readline-6.2
 UNITS=units-1.87  UNITS=units-1.88
 GSL=gsl-1.13  GSL=gsl-1.15
 GPP=gpp-2.24  GPP=gpp-2.24
 GNUPLOT=gnuplot-4.2.6  GNUPLOT=gnuplot-4.4.3
 FILE=file-5.03  FILE=file-5.03
 ICONV=libiconv-1.13.1  ICONV=libiconv-1.13.1
 SQLITE=sqlite-3.6.22  SQLITE=sqlite-3.7.6.3
 OPENSSL=openssl-0.9.8m  OPENSSL=openssl-1.0.0d
   
   GMP=gmp-5.0.1
   MPFR=mpfr-3.0.1
   NTL=ntl-5.5.2
   COCOA=CoCoALib-0.9943
   PARI=pari-2.3.5
   GIAC=giac-0.9.2
   
 ac_ext=c  ac_ext=c
 ac_cpp='$CPP $CPPFLAGS'  ac_cpp='$CPP $CPPFLAGS'
Line 3213  ac_compile='$CC -c $CFLAGS $CPPFLAGS con Line 3259  ac_compile='$CC -c $CFLAGS $CPPFLAGS con
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'  ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 ac_compiler_gnu=$ac_cv_c_compiler_gnu  ac_compiler_gnu=$ac_cv_c_compiler_gnu
 if test -n "$ac_tool_prefix"; then  if test -n "$ac_tool_prefix"; then
   for ac_prog in gcc-4.4 gcc    for ac_prog in gcc
   do    do
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.      # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_CC+set}" = set; then :  if ${ac_cv_prog_CC+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$CC"; then    if test -n "$CC"; then
Line 3257  fi Line 3303  fi
 fi  fi
 if test -z "$CC"; then  if test -z "$CC"; then
   ac_ct_CC=$CC    ac_ct_CC=$CC
   for ac_prog in gcc-4.4 gcc    for ac_prog in gcc
 do  do
   # Extract the first word of "$ac_prog", so it can be a program name with args.    # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2  set dummy $ac_prog; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :  if ${ac_cv_prog_ac_ct_CC+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$ac_ct_CC"; then    if test -n "$ac_ct_CC"; then
Line 3315  fi Line 3361  fi
   
 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5  test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error "no acceptable C compiler found in \$PATH  as_fn_error $? "no acceptable C compiler found in \$PATH
 See \`config.log' for more details." "$LINENO" 5; }  See \`config.log' for more details" "$LINENO" 5; }
   
 # Provide some information about the compiler.  # Provide some information about the compiler.
 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5  $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
Line 3430  sed 's/^/| /' conftest.$ac_ext >&5 Line 3476  sed 's/^/| /' conftest.$ac_ext >&5
   
 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 { as_fn_set_status 77  as_fn_error 77 "C compiler cannot create executables
 as_fn_error "C compiler cannot create executables  See \`config.log' for more details" "$LINENO" 5; }
 See \`config.log' for more details." "$LINENO" 5; }; }  
 else  else
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 $as_echo "yes" >&6; }  $as_echo "yes" >&6; }
Line 3474  done Line 3519  done
 else  else
   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error "cannot compute suffix of executables: cannot compile and link  as_fn_error $? "cannot compute suffix of executables: cannot compile and link
 See \`config.log' for more details." "$LINENO" 5; }  See \`config.log' for more details" "$LINENO" 5; }
 fi  fi
 rm -f conftest conftest$ac_cv_exeext  rm -f conftest conftest$ac_cv_exeext
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
Line 3532  $as_echo "$ac_try_echo"; } >&5 Line 3577  $as_echo "$ac_try_echo"; } >&5
     else      else
     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error "cannot run C compiled programs.  as_fn_error $? "cannot run C compiled programs.
 If you meant to cross compile, use \`--host'.  If you meant to cross compile, use \`--host'.
 See \`config.log' for more details." "$LINENO" 5; }  See \`config.log' for more details" "$LINENO" 5; }
     fi      fi
   fi    fi
 fi  fi
Line 3545  rm -f conftest.$ac_ext conftest$ac_cv_ex Line 3590  rm -f conftest.$ac_ext conftest$ac_cv_ex
 ac_clean_files=$ac_clean_files_save  ac_clean_files=$ac_clean_files_save
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
 $as_echo_n "checking for suffix of object files... " >&6; }  $as_echo_n "checking for suffix of object files... " >&6; }
 if test "${ac_cv_objext+set}" = set; then :  if ${ac_cv_objext+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Line 3585  sed 's/^/| /' conftest.$ac_ext >&5 Line 3630  sed 's/^/| /' conftest.$ac_ext >&5
   
 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error "cannot compute suffix of object files: cannot compile  as_fn_error $? "cannot compute suffix of object files: cannot compile
 See \`config.log' for more details." "$LINENO" 5; }  See \`config.log' for more details" "$LINENO" 5; }
 fi  fi
 rm -f conftest.$ac_cv_objext conftest.$ac_ext  rm -f conftest.$ac_cv_objext conftest.$ac_ext
 fi  fi
Line 3596  OBJEXT=$ac_cv_objext Line 3641  OBJEXT=$ac_cv_objext
 ac_objext=$OBJEXT  ac_objext=$OBJEXT
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }  $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
 if test "${ac_cv_c_compiler_gnu+set}" = set; then :  if ${ac_cv_c_compiler_gnu+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Line 3633  ac_test_CFLAGS=${CFLAGS+set} Line 3678  ac_test_CFLAGS=${CFLAGS+set}
 ac_save_CFLAGS=$CFLAGS  ac_save_CFLAGS=$CFLAGS
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
 $as_echo_n "checking whether $CC accepts -g... " >&6; }  $as_echo_n "checking whether $CC accepts -g... " >&6; }
 if test "${ac_cv_prog_cc_g+set}" = set; then :  if ${ac_cv_prog_cc_g+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   ac_save_c_werror_flag=$ac_c_werror_flag    ac_save_c_werror_flag=$ac_c_werror_flag
Line 3711  else Line 3756  else
 fi  fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }  $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
 if test "${ac_cv_prog_cc_c89+set}" = set; then :  if ${ac_cv_prog_cc_c89+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   ac_cv_prog_cc_c89=no    ac_cv_prog_cc_c89=no
Line 3872  depcc="$CC"   am_compiler_list= Line 3917  depcc="$CC"   am_compiler_list=
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
 $as_echo_n "checking dependency style of $depcc... " >&6; }  $as_echo_n "checking dependency style of $depcc... " >&6; }
 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :  if ${am_cv_CC_dependencies_compiler_type+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then    if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
Line 3996  fi Line 4041  fi
   
   
   
   EXT_SQL=
   
 if test x"$CC" != x""; then  if test x"$CC" != x""; then
     GCC_VERSION_MAJEURE=`$CC -v 2>&1 | awk '/^gcc/ { print $3; }' | \      GCC_VERSION_MAJEURE=`$CC -v 2>&1 | awk '/^gcc/ { print $3; }' | \
             awk -F. '{ printf("%s", $1);}'`              awk -F. '{ printf("%s", $1);}'`
     GCC_VERSION_MINEURE=`$CC -v 2>&1 | awk '/^gcc/ { print $3; }' | \      GCC_VERSION_MINEURE=`$CC -v 2>&1 | awk '/^gcc/ { print $3; }' | \
             awk -F. '{ printf("%s", $2);}'`              awk -F. '{ printf("%s", $2);}'`
     if test $GCC_VERSION_MAJEURE -ge 4 -a $GCC_VERSION_MINEURE -ge 4; then      if test $GCC_VERSION_MAJEURE -ge 5; then
         OPTIMISATION_C=-O3          OPTIMISATION_C=-O3
     else      else
         if test $GCC_VERSION_MAJEURE -ge 5; then          if test $GCC_VERSION_MAJEURE -ge 4 -a $GCC_VERSION_MINEURE -ge 4; \
                   then
             OPTIMISATION_C=-O3              OPTIMISATION_C=-O3
         else          else
             OPTIMISATION_C=-O2              if test $GCC_VERSION_MAJEURE -ge 2; then
                   OPTIMISATION_C=-O2
               else
                   as_fn_error $? "Cannot find decent or recent gcc (gcc-4.2 or better)!" "$LINENO" 5
               fi
         fi          fi
     fi      fi
 fi  fi
Line 4021  $as_echo_n "checking whether cc understa Line 4073  $as_echo_n "checking whether cc understa
 fi  fi
 set dummy $CC; ac_cc=`$as_echo "$2" |  set dummy $CC; ac_cc=`$as_echo "$2" |
               sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`                sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
 if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then :  if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Line 4140  fi Line 4192  fi
   
   
 if test "$GCC" != yes; then  if test "$GCC" != yes; then
     as_fn_error "Cannot find gcc! You have to install it." "$LINENO" 5      as_fn_error $? "Cannot find gcc! You have to install it." "$LINENO" 5
 fi  fi
   
 ac_ext=cpp  ac_ext=cpp
Line 4153  if test -z "$CXX"; then Line 4205  if test -z "$CXX"; then
     CXX=$CCC      CXX=$CCC
   else    else
     if test -n "$ac_tool_prefix"; then      if test -n "$ac_tool_prefix"; then
   for ac_prog in g++-4.4 g++    for ac_prog in g++
   do    do
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.      # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_CXX+set}" = set; then :  if ${ac_cv_prog_CXX+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$CXX"; then    if test -n "$CXX"; then
Line 4197  fi Line 4249  fi
 fi  fi
 if test -z "$CXX"; then  if test -z "$CXX"; then
   ac_ct_CXX=$CXX    ac_ct_CXX=$CXX
   for ac_prog in g++-4.4 g++    for ac_prog in g++
 do  do
   # Extract the first word of "$ac_prog", so it can be a program name with args.    # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2  set dummy $ac_prog; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :  if ${ac_cv_prog_ac_ct_CXX+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$ac_ct_CXX"; then    if test -n "$ac_ct_CXX"; then
Line 4281  done Line 4333  done
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }  $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :  if ${ac_cv_cxx_compiler_gnu+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Line 4318  ac_test_CXXFLAGS=${CXXFLAGS+set} Line 4370  ac_test_CXXFLAGS=${CXXFLAGS+set}
 ac_save_CXXFLAGS=$CXXFLAGS  ac_save_CXXFLAGS=$CXXFLAGS
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
 $as_echo_n "checking whether $CXX accepts -g... " >&6; }  $as_echo_n "checking whether $CXX accepts -g... " >&6; }
 if test "${ac_cv_prog_cxx_g+set}" = set; then :  if ${ac_cv_prog_cxx_g+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   ac_save_cxx_werror_flag=$ac_cxx_werror_flag    ac_save_cxx_werror_flag=$ac_cxx_werror_flag
Line 4404  depcc="$CXX"  am_compiler_list= Line 4456  depcc="$CXX"  am_compiler_list=
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
 $as_echo_n "checking dependency style of $depcc... " >&6; }  $as_echo_n "checking dependency style of $depcc... " >&6; }
 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then :  if ${am_cv_CXX_dependencies_compiler_type+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then    if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
Line 4529  fi Line 4581  fi
   
   
 if test "$GXX" != yes; then  if test "$GXX" != yes; then
     as_fn_error "Cannot find g++! You have to install it." "$LINENO" 5      as_fn_error $? "Cannot find g++! You have to install it." "$LINENO" 5
 fi  fi
   
 ac_ext=f  ac_ext=f
Line 4537  ac_compile='$F77 -c $FFLAGS conftest.$ac Line 4589  ac_compile='$F77 -c $FFLAGS conftest.$ac
 ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'  ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 ac_compiler_gnu=$ac_cv_f77_compiler_gnu  ac_compiler_gnu=$ac_cv_f77_compiler_gnu
 if test -n "$ac_tool_prefix"; then  if test -n "$ac_tool_prefix"; then
   for ac_prog in gfortran-4.4 gfortran    for ac_prog in gfortran
   do    do
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.      # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_F77+set}" = set; then :  if ${ac_cv_prog_F77+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$F77"; then    if test -n "$F77"; then
Line 4581  fi Line 4633  fi
 fi  fi
 if test -z "$F77"; then  if test -z "$F77"; then
   ac_ct_F77=$F77    ac_ct_F77=$F77
   for ac_prog in gfortran-4.4 gfortran    for ac_prog in gfortran
 do  do
   # Extract the first word of "$ac_prog", so it can be a program name with args.    # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2  set dummy $ac_prog; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_ac_ct_F77+set}" = set; then :  if ${ac_cv_prog_ac_ct_F77+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$ac_ct_F77"; then    if test -n "$ac_ct_F77"; then
Line 4669  ac_save_ext=$ac_ext Line 4721  ac_save_ext=$ac_ext
 ac_ext=F  ac_ext=F
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU Fortran 77 compiler" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU Fortran 77 compiler" >&5
 $as_echo_n "checking whether we are using the GNU Fortran 77 compiler... " >&6; }  $as_echo_n "checking whether we are using the GNU Fortran 77 compiler... " >&6; }
 if test "${ac_cv_f77_compiler_gnu+set}" = set; then :  if ${ac_cv_f77_compiler_gnu+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   cat > conftest.$ac_ext <<_ACEOF    cat > conftest.$ac_ext <<_ACEOF
Line 4697  ac_save_FFLAGS=$FFLAGS Line 4749  ac_save_FFLAGS=$FFLAGS
 FFLAGS=  FFLAGS=
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $F77 accepts -g" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $F77 accepts -g" >&5
 $as_echo_n "checking whether $F77 accepts -g... " >&6; }  $as_echo_n "checking whether $F77 accepts -g... " >&6; }
 if test "${ac_cv_prog_f77_g+set}" = set; then :  if ${ac_cv_prog_f77_g+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   FFLAGS=-g    FFLAGS=-g
Line 4745  ac_compiler_gnu=$ac_cv_c_compiler_gnu Line 4797  ac_compiler_gnu=$ac_cv_c_compiler_gnu
   
   
 if test "$F77" != gfortran -a "$F77" != gfortran-4.4; then  if test "$F77" != gfortran -a "$F77" != gfortran-4.4; then
     as_fn_error "Cannot find gfortran! You have to install it." "$LINENO" 5      as_fn_error $? "Cannot find gfortran! You have to install it." "$LINENO" 5
 fi  fi
   
 ac_ext=${ac_fc_srcext-f}  ac_ext=${ac_fc_srcext-f}
Line 4753  ac_compile='$FC -c $FCFLAGS $ac_fcflags_ Line 4805  ac_compile='$FC -c $FCFLAGS $ac_fcflags_
 ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5'  ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5'
 ac_compiler_gnu=$ac_cv_fc_compiler_gnu  ac_compiler_gnu=$ac_cv_fc_compiler_gnu
 if test -n "$ac_tool_prefix"; then  if test -n "$ac_tool_prefix"; then
   for ac_prog in gfortran-4.4 gfortran    for ac_prog in gfortran
   do    do
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.      # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_FC+set}" = set; then :  if ${ac_cv_prog_FC+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$FC"; then    if test -n "$FC"; then
Line 4797  fi Line 4849  fi
 fi  fi
 if test -z "$FC"; then  if test -z "$FC"; then
   ac_ct_FC=$FC    ac_ct_FC=$FC
   for ac_prog in gfortran-4.4 gfortran    for ac_prog in gfortran
 do  do
   # Extract the first word of "$ac_prog", so it can be a program name with args.    # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2  set dummy $ac_prog; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_ac_ct_FC+set}" = set; then :  if ${ac_cv_prog_ac_ct_FC+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$ac_ct_FC"; then    if test -n "$ac_ct_FC"; then
Line 4885  ac_save_ext=$ac_ext Line 4937  ac_save_ext=$ac_ext
 ac_ext=F  ac_ext=F
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU Fortran compiler" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU Fortran compiler" >&5
 $as_echo_n "checking whether we are using the GNU Fortran compiler... " >&6; }  $as_echo_n "checking whether we are using the GNU Fortran compiler... " >&6; }
 if test "${ac_cv_fc_compiler_gnu+set}" = set; then :  if ${ac_cv_fc_compiler_gnu+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   cat > conftest.$ac_ext <<_ACEOF    cat > conftest.$ac_ext <<_ACEOF
Line 4913  ac_save_FCFLAGS=$FCFLAGS Line 4965  ac_save_FCFLAGS=$FCFLAGS
 FCFLAGS=  FCFLAGS=
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $FC accepts -g" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $FC accepts -g" >&5
 $as_echo_n "checking whether $FC accepts -g... " >&6; }  $as_echo_n "checking whether $FC accepts -g... " >&6; }
 if test "${ac_cv_prog_fc_g+set}" = set; then :  if ${ac_cv_prog_fc_g+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   FCFLAGS=-g    FCFLAGS=-g
Line 4956  ac_compiler_gnu=$ac_cv_c_compiler_gnu Line 5008  ac_compiler_gnu=$ac_cv_c_compiler_gnu
   
   
 if test "$FC" != gfortran -a "$FC" != gfortran-4.4; then  if test "$FC" != gfortran -a "$FC" != gfortran-4.4; then
     as_fn_error "Cannot find gfortran! You have to install it." "$LINENO" 5      as_fn_error $? "Cannot find gfortran! You have to install it." "$LINENO" 5
 fi  fi
   
 if test x"$FC" != x""; then  if test x"$FC" != x""; then
Line 4964  if test x"$FC" != x""; then Line 5016  if test x"$FC" != x""; then
             awk -F. '{ printf("%s", $1);}'`              awk -F. '{ printf("%s", $1);}'`
     GCC_VERSION_MINEURE=`$FC -v 2>&1 | awk '/^gcc/ { print $3; }' | \      GCC_VERSION_MINEURE=`$FC -v 2>&1 | awk '/^gcc/ { print $3; }' | \
             awk -F. '{ printf("%s", $2);}'`              awk -F. '{ printf("%s", $2);}'`
     if test $GCC_VERSION_MAJEURE -ge 4 -a $GCC_VERSION_MINEURE -ge 4; then      if test $GCC_VERSION_MAJEURE -ge 5; then
         OPTIMISATION_F=-O3          OPTIMISATION_F=-O3
     else      else
         if test $GCC_VERSION_MAJEURE -ge 5; then          if test $GCC_VERSION_MAJEURE -ge 4 -a $GCC_VERSION_MINEURE -ge 4; then
             OPTIMISATION_F=-O3              OPTIMISATION_F=-O3
         else          else
             OPTIMISATION_F=-O2              if test $GCC_VERSION_MAJEURE -ge 3; then
                   OPTIMISATION_F=-O2
               else
                   as_fn_error $? "Cannot find decent or recent gfortran (gfortran-4.3 or better)!" "$LINENO" 5
               fi
         fi          fi
     fi      fi
 fi  fi
Line 4988  if test -n "$CPP" && test -d "$CPP"; the Line 5044  if test -n "$CPP" && test -d "$CPP"; the
   CPP=    CPP=
 fi  fi
 if test -z "$CPP"; then  if test -z "$CPP"; then
   if test "${ac_cv_prog_CPP+set}" = set; then :    if ${ac_cv_prog_CPP+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
       # Double quotes because CPP needs to be expanded        # Double quotes because CPP needs to be expanded
Line 5018  else Line 5074  else
   # Broken: fails on valid input.    # Broken: fails on valid input.
 continue  continue
 fi  fi
 rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.i conftest.$ac_ext
   
   # OK, works on sane cases.  Now check whether nonexistent headers    # OK, works on sane cases.  Now check whether nonexistent headers
   # can be detected and how.    # can be detected and how.
Line 5034  else Line 5090  else
 ac_preproc_ok=:  ac_preproc_ok=:
 break  break
 fi  fi
 rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.i conftest.$ac_ext
   
 done  done
 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.  # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
 rm -f conftest.err conftest.$ac_ext  rm -f conftest.i conftest.err conftest.$ac_ext
 if $ac_preproc_ok; then :  if $ac_preproc_ok; then :
   break    break
 fi  fi
Line 5077  else Line 5133  else
   # Broken: fails on valid input.    # Broken: fails on valid input.
 continue  continue
 fi  fi
 rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.i conftest.$ac_ext
   
   # OK, works on sane cases.  Now check whether nonexistent headers    # OK, works on sane cases.  Now check whether nonexistent headers
   # can be detected and how.    # can be detected and how.
Line 5093  else Line 5149  else
 ac_preproc_ok=:  ac_preproc_ok=:
 break  break
 fi  fi
 rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.i conftest.$ac_ext
   
 done  done
 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.  # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
 rm -f conftest.err conftest.$ac_ext  rm -f conftest.i conftest.err conftest.$ac_ext
 if $ac_preproc_ok; then :  if $ac_preproc_ok; then :
   
 else  else
   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error "C preprocessor \"$CPP\" fails sanity check  as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
 See \`config.log' for more details." "$LINENO" 5; }  See \`config.log' for more details" "$LINENO" 5; }
 fi  fi
   
 ac_ext=c  ac_ext=c
Line 5129  if test "x$with_x" = xno; then Line 5185  if test "x$with_x" = xno; then
   have_x=disabled    have_x=disabled
 else  else
   case $x_includes,$x_libraries in #(    case $x_includes,$x_libraries in #(
     *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(      *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :      *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   # One or both of the vars are not set, and there is no cached value.    # One or both of the vars are not set, and there is no cached value.
Line 5147  libdir: Line 5203  libdir:
     @echo libdir='${LIBDIR}'      @echo libdir='${LIBDIR}'
 _ACEOF  _ACEOF
   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then    if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.      # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
     for ac_var in incroot usrlibdir libdir; do      for ac_var in incroot usrlibdir libdir; do
       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"        eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
     done      done
Line 5233  else Line 5289  else
   fi    fi
 done  done
 fi  fi
 rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.i conftest.$ac_ext
 fi # $ac_x_includes = no  fi # $ac_x_includes = no
   
 if test "$ac_x_libraries" = no; then  if test "$ac_x_libraries" = no; then
Line 5407  if ac_fn_c_try_link "$LINENO"; then : Line 5463  if ac_fn_c_try_link "$LINENO"; then :
 else  else
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }  $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :  if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
Line 5441  LIBS=$ac_check_lib_save_LIBS Line 5497  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }  $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :  if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then :
   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"    X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
 fi  fi
   
     if test $ac_cv_lib_dnet_dnet_ntoa = no; then      if test $ac_cv_lib_dnet_dnet_ntoa = no; then
       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }  $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :  if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
Line 5482  LIBS=$ac_check_lib_save_LIBS Line 5538  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }  $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :  if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then :
   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"    X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
 fi  fi
   
Line 5501  rm -f core conftest.err conftest.$ac_obj Line 5557  rm -f core conftest.err conftest.$ac_obj
     # The functions gethostbyname, getservbyname, and inet_addr are      # The functions gethostbyname, getservbyname, and inet_addr are
     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.      # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
     ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"      ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
 if test "x$ac_cv_func_gethostbyname" = x""yes; then :  if test "x$ac_cv_func_gethostbyname" = xyes; then :
   
 fi  fi
   
     if test $ac_cv_func_gethostbyname = no; then      if test $ac_cv_func_gethostbyname = no; then
       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }  $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :  if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
Line 5542  LIBS=$ac_check_lib_save_LIBS Line 5598  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }  $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :  if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"    X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
 fi  fi
   
       if test $ac_cv_lib_nsl_gethostbyname = no; then        if test $ac_cv_lib_nsl_gethostbyname = no; then
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }  $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :  if ${ac_cv_lib_bsd_gethostbyname+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
Line 5583  LIBS=$ac_check_lib_save_LIBS Line 5639  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }  $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :  if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then :
   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"    X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
 fi  fi
   
Line 5598  fi Line 5654  fi
     # must be given before -lnsl if both are needed.  We assume that      # must be given before -lnsl if both are needed.  We assume that
     # if connect needs -lnsl, so does gethostbyname.      # if connect needs -lnsl, so does gethostbyname.
     ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"      ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
 if test "x$ac_cv_func_connect" = x""yes; then :  if test "x$ac_cv_func_connect" = xyes; then :
   
 fi  fi
   
     if test $ac_cv_func_connect = no; then      if test $ac_cv_func_connect = no; then
       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
 $as_echo_n "checking for connect in -lsocket... " >&6; }  $as_echo_n "checking for connect in -lsocket... " >&6; }
 if test "${ac_cv_lib_socket_connect+set}" = set; then :  if ${ac_cv_lib_socket_connect+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
Line 5639  LIBS=$ac_check_lib_save_LIBS Line 5695  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
 $as_echo "$ac_cv_lib_socket_connect" >&6; }  $as_echo "$ac_cv_lib_socket_connect" >&6; }
 if test "x$ac_cv_lib_socket_connect" = x""yes; then :  if test "x$ac_cv_lib_socket_connect" = xyes; then :
   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"    X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
 fi  fi
   
Line 5647  fi Line 5703  fi
   
     # Guillermo Gomez says -lposix is necessary on A/UX.      # Guillermo Gomez says -lposix is necessary on A/UX.
     ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"      ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
 if test "x$ac_cv_func_remove" = x""yes; then :  if test "x$ac_cv_func_remove" = xyes; then :
   
 fi  fi
   
     if test $ac_cv_func_remove = no; then      if test $ac_cv_func_remove = no; then
       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
 $as_echo_n "checking for remove in -lposix... " >&6; }  $as_echo_n "checking for remove in -lposix... " >&6; }
 if test "${ac_cv_lib_posix_remove+set}" = set; then :  if ${ac_cv_lib_posix_remove+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
Line 5688  LIBS=$ac_check_lib_save_LIBS Line 5744  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
 $as_echo "$ac_cv_lib_posix_remove" >&6; }  $as_echo "$ac_cv_lib_posix_remove" >&6; }
 if test "x$ac_cv_lib_posix_remove" = x""yes; then :  if test "x$ac_cv_lib_posix_remove" = xyes; then :
   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"    X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
 fi  fi
   
Line 5696  fi Line 5752  fi
   
     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.      # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
     ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"      ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
 if test "x$ac_cv_func_shmat" = x""yes; then :  if test "x$ac_cv_func_shmat" = xyes; then :
   
 fi  fi
   
     if test $ac_cv_func_shmat = no; then      if test $ac_cv_func_shmat = no; then
       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
 $as_echo_n "checking for shmat in -lipc... " >&6; }  $as_echo_n "checking for shmat in -lipc... " >&6; }
 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :  if ${ac_cv_lib_ipc_shmat+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
Line 5737  LIBS=$ac_check_lib_save_LIBS Line 5793  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }  $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :  if test "x$ac_cv_lib_ipc_shmat" = xyes; then :
   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"    X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
 fi  fi
   
Line 5755  fi Line 5811  fi
   # John Interrante, Karl Berry    # John Interrante, Karl Berry
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }  $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :  if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
Line 5789  LIBS=$ac_check_lib_save_LIBS Line 5845  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }  $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :  if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then :
   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"    X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
 fi  fi
   
Line 5833  else Line 5889  else
 fi  fi
   
   
   # Check whether --enable-sysv-semaphores was given.
   if test "${enable_sysv_semaphores+set}" = set; then :
     enableval=$enable_sysv_semaphores;
   if test "$enableval" = "no"; then
       IPCS_SYSV=no
   else
       IPCS_SYSV=yes
   fi
   else
     IPCS_SYSV=no
   fi
   
   
   # Check whether --enable-full-static was given.
   if test "${enable_full_static+set}" = set; then :
     enableval=$enable_full_static;
   if test "$enableval" = "no"; then
       STATIC=no
   else
       STATIC=yes
   fi
   else
     STATIC=no
   fi
   
   
 # Check whether --enable-final-encoding was given.  # Check whether --enable-final-encoding was given.
 if test "${enable_final_encoding+set}" = set; then :  if test "${enable_final_encoding+set}" = set; then :
   enableval=$enable_final_encoding;    enableval=$enable_final_encoding;
 if test "$enableval" = "no"; then  if test "$enableval" = "no"; then
     FINAL_ENCODING="\$(shell locale charmap | \      FINAL_ENCODING="\$(shell locale charmap | \
         awk '/=/ { print \$\$3;} !/=/ { print \$\$1;}')"          \$(AWK) '/\=/ { print \$\$3;} !/\=/ { print \$\$1;}')"
       FORCED_FINAL_ENCODING=0
 else  else
     FINAL_ENCODING="$enable_final_encoding"      FINAL_ENCODING="$enable_final_encoding"
       FORCED_FINAL_ENCODING=1
 fi  fi
 else  else
   FINAL_ENCODING="\$(shell locale charmap | \  
     awk '/=/ { print \$\$3;} !/=/ { print \$\$1;}')"  FORCED_FINAL_ENCODING=0
   FINAL_ENCODING="\$(shell locale charmap | \
       \$(AWK) '/\=/ { print \$\$3;} !/\=/ { print \$\$1;}')"
 fi  fi
   
   
Line 5923  else Line 6009  else
     LIBS="$LIB $X_LIBS"      LIBS="$LIB $X_LIBS"
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lXm" >&5      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lXm" >&5
 $as_echo_n "checking for main in -lXm... " >&6; }  $as_echo_n "checking for main in -lXm... " >&6; }
 if test "${ac_cv_lib_Xm_main+set}" = set; then :  if ${ac_cv_lib_Xm_main+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
Line 5951  LIBS=$ac_check_lib_save_LIBS Line 6037  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xm_main" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xm_main" >&5
 $as_echo "$ac_cv_lib_Xm_main" >&6; }  $as_echo "$ac_cv_lib_Xm_main" >&6; }
 if test "x$ac_cv_lib_Xm_main" = x""yes; then :  if test "x$ac_cv_lib_Xm_main" = xyes; then :
   MOTIF_SUPPORT="-DMOTIF_SUPPORT"    MOTIF_SUPPORT="-DMOTIF_SUPPORT"
 else  else
   MOTIF_SUPPORT="-UMOTIF_SUPPORT"    MOTIF_SUPPORT="-UMOTIF_SUPPORT"
Line 5990  fi Line 6076  fi
 if test "${enable_debug+set}" = set; then :  if test "${enable_debug+set}" = set; then :
   enableval=$enable_debug;    enableval=$enable_debug;
 if test "$enableval" = "no"; then  if test "$enableval" = "no"; then
     DEBUG=""      DEBUG="-UDEBUG_MEMOIRE -UDEBUG_ERREURS"
 else  else
     DEBUG="-DDEBUG_MEMOIRE"      DEBUG="-DDEBUG_MEMOIRE -UDEBUG_ERREURS"
 fi  fi
 else  else
   DEBUG=""    DEBUG="-UDEBUG_MEMOIRE -UDEBUG_ERREURS"
 fi  fi
   
   
Line 6020  fi Line 6106  fi
 if test ! -d "$srcdir"/tools/$NCURSES; then  if test ! -d "$srcdir"/tools/$NCURSES; then
     gunzip -c "$srcdir"/tools/$NCURSES.tar.gz | \      gunzip -c "$srcdir"/tools/$NCURSES.tar.gz | \
             (cd "$srcdir/tools" && tar -xf -)              (cd "$srcdir/tools" && tar -xf -)
       (cd "$srcdir/tools/"$NCURSES && \
               for i in ../$NCURSES*.patch.gz;
               do gunzip -c $i | patch -p1;
               done);
 fi  fi
 if test ! -d "$srcdir"/tools/$READLINE; then  if test ! -d "$srcdir"/tools/$READLINE; then
     gunzip -c "$srcdir"/tools/$READLINE.tar.gz | \      gunzip -c "$srcdir"/tools/$READLINE.tar.gz | \
Line 6032  fi Line 6122  fi
 if test ! -d "$srcdir"/tools/$GSL; then  if test ! -d "$srcdir"/tools/$GSL; then
     gunzip -c "$srcdir"/tools/$GSL.tar.gz | \      gunzip -c "$srcdir"/tools/$GSL.tar.gz | \
             (cd "$srcdir/tools" && tar -xf -)              (cd "$srcdir/tools" && tar -xf -)
       if test $(uname) = "OS/2"; then
           (cd "$srcdir"/tools/$GSL; \
                   TMP=$(mktemp tmp.XXXXXXXXXX); \
                   sed -e '1,$s/\${1+"\$@"}/"\$@"/g' ltmain.sh > $TMP; \
                   \mv -f $TMP ltmain.sh)
       fi
 fi  fi
 if test ! -d "$srcdir"/tools/$GPP; then  if test ! -d "$srcdir"/tools/$GPP; then
     gunzip -c "$srcdir"/tools/$GPP.tar.gz | \      gunzip -c "$srcdir"/tools/$GPP.tar.gz | \
Line 6040  fi Line 6136  fi
 if test ! -d "$srcdir"/tools/$FILE; then  if test ! -d "$srcdir"/tools/$FILE; then
     gunzip -c "$srcdir"/tools/$FILE.tar.gz | \      gunzip -c "$srcdir"/tools/$FILE.tar.gz | \
             (cd "$srcdir/tools" && tar -xf - )              (cd "$srcdir/tools" && tar -xf - )
     TMP=$(mktemp)  
     (cd "$srcdir/tools"/$FILE && gunzip -c ../$FILE.diff.gz | patch -p1)      (cd "$srcdir/tools"/$FILE && gunzip -c ../$FILE.diff.gz | patch -p1)
     sed 's/libmagic/librplfile/g' "$srcdir"/tools/$FILE/src/Makefile.am > $TMP  
     sed 's/^bin_PROGRAMS = file/bin_PROGRAMS = rplfile/g' $TMP | \  
         sed 's/^file_/rplfile_/g' > \  
         "$srcdir"/tools/$FILE/src/Makefile.am  
     sed 's/file$/rplfile/g' "$srcdir"/tools/$FILE/magic/Makefile.am > $TMP  
     \mv -f $TMP "$srcdir"/tools/$FILE/magic/Makefile.am  
     (cd "$srcdir"/tools/$FILE && libtoolize --copy --force \  
         && aclocal && automake -af && autoconf);  
 fi  fi
 if test ! -d "$srcdir"/tools/$ICONV; then  if test ! -d "$srcdir"/tools/$ICONV; then
     gunzip -c "$srcdir"/tools/$ICONV.tar.gz | \      gunzip -c "$srcdir"/tools/$ICONV.tar.gz | \
Line 6061  if test ! -d "$srcdir"/tools/$SQLITE; th Line 6148  if test ! -d "$srcdir"/tools/$SQLITE; th
 fi  fi
 if test ! -d tools/$OPENSSL; then  if test ! -d tools/$OPENSSL; then
     gunzip -c "$srcdir"/tools/$OPENSSL.tar.gz | \      gunzip -c "$srcdir"/tools/$OPENSSL.tar.gz | \
             (cd tools && tar -xf - && cd $OPENSSL && ./config)              (cd tools && tar -xf -)
 fi  
   
 # Extract the first word of "libtoolize", so it can be a program name with args.  
 set dummy libtoolize; ac_word=$2  
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  
 $as_echo_n "checking for $ac_word... " >&6; }  
 if test "${ac_cv_prog_LIBTOOLIZE+set}" = set; then :  
   $as_echo_n "(cached) " >&6  
 else  
   if test -n "$LIBTOOLIZE"; then  
   ac_cv_prog_LIBTOOLIZE="$LIBTOOLIZE" # Let the user override the test.  
 else  
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  
 for as_dir in $PATH  
 do  
   IFS=$as_save_IFS  
   test -z "$as_dir" && as_dir=.  
     for ac_exec_ext in '' $ac_executable_extensions; do  
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then  
     ac_cv_prog_LIBTOOLIZE="yes"  
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5  
     break 2  
   fi  
 done  
   done  
 IFS=$as_save_IFS  
   
   test -z "$ac_cv_prog_LIBTOOLIZE" && ac_cv_prog_LIBTOOLIZE="no"  
 fi  fi
   if test ! -d rplcas; then
       mkdir rplcas
 fi  fi
 LIBTOOLIZE=$ac_cv_prog_LIBTOOLIZE  if test ! -d "$srcdir"/rplcas/$GMP; then
 if test -n "$LIBTOOLIZE"; then      gunzip -c "$srcdir"/rplcas/$GMP.tar.gz | \
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBTOOLIZE" >&5              (cd "$srcdir/rplcas" && tar -xf -)
 $as_echo "$LIBTOOLIZE" >&6; }  fi
 else  if test ! -d "$srcdir"/rplcas/$MPFR; then
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5      gunzip -c "$srcdir"/rplcas/$MPFR.tar.gz | \
 $as_echo "no" >&6; }              (cd "$srcdir/rplcas" && tar -xf -)
 fi  fi
   if test ! -d rplcas/$NTL; then
       gunzip -c "$srcdir"/rplcas/$NTL.tar.gz | \
 if test "$LIBTOOLIZE" = "no"; then              (cd rplcas && tar -xf -)
     as_fn_error "Cannot find libtoolize! You have to install it." "$LINENO" 5  fi
 fi  if test ! -d rplcas/$COCOA; then
       gunzip -c "$srcdir"/rplcas/$COCOA.tar.gz | \
 # Extract the first word of "aclocal", so it can be a program name with args.              (cd rplcas && tar -xf -)
 set dummy aclocal; ac_word=$2  fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  if test ! -d rplcas/$PARI; then
 $as_echo_n "checking for $ac_word... " >&6; }      gunzip -c "$srcdir"/rplcas/$PARI.tar.gz | \
 if test "${ac_cv_prog_ACLOCAL+set}" = set; then :              (cd rplcas && tar -xf -)
   $as_echo_n "(cached) " >&6  fi
 else  if test ! -d "$srcdir"/rplcas/$GIAC; then
   if test -n "$ACLOCAL"; then      gunzip -c "$srcdir"/rplcas/$GIAC.tar.gz | \
   ac_cv_prog_ACLOCAL="$ACLOCAL" # Let the user override the test.              (cd "$srcdir/rplcas" && tar -xf -)
 else  
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  
 for as_dir in $PATH  
 do  
   IFS=$as_save_IFS  
   test -z "$as_dir" && as_dir=.  
     for ac_exec_ext in '' $ac_executable_extensions; do  
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then  
     ac_cv_prog_ACLOCAL="yes"  
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5  
     break 2  
   fi  
 done  
   done  
 IFS=$as_save_IFS  
   
   test -z "$ac_cv_prog_ACLOCAL" && ac_cv_prog_ACLOCAL="no"  
 fi  
 fi  
 ACLOCAL=$ac_cv_prog_ACLOCAL  
 if test -n "$ACLOCAL"; then  
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ACLOCAL" >&5  
 $as_echo "$ACLOCAL" >&6; }  
 else  
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5  
 $as_echo "no" >&6; }  
 fi  
   
   
 if test "$ACLOCAL" = "no"; then  
     as_fn_error "Cannot find aclocal! You have to install it." "$LINENO" 5  
 fi  
   
 # Extract the first word of "automake", so it can be a program name with args.  
 set dummy automake; ac_word=$2  
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  
 $as_echo_n "checking for $ac_word... " >&6; }  
 if test "${ac_cv_prog_AUTOMAKE+set}" = set; then :  
   $as_echo_n "(cached) " >&6  
 else  
   if test -n "$AUTOMAKE"; then  
   ac_cv_prog_AUTOMAKE="$AUTOMAKE" # Let the user override the test.  
 else  
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  
 for as_dir in $PATH  
 do  
   IFS=$as_save_IFS  
   test -z "$as_dir" && as_dir=.  
     for ac_exec_ext in '' $ac_executable_extensions; do  
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then  
     ac_cv_prog_AUTOMAKE="yes"  
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5  
     break 2  
   fi  
 done  
   done  
 IFS=$as_save_IFS  
   
   test -z "$ac_cv_prog_AUTOMAKE" && ac_cv_prog_AUTOMAKE="no"  
 fi  
 fi  
 AUTOMAKE=$ac_cv_prog_AUTOMAKE  
 if test -n "$AUTOMAKE"; then  
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AUTOMAKE" >&5  
 $as_echo "$AUTOMAKE" >&6; }  
 else  
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5  
 $as_echo "no" >&6; }  
 fi  
   
   
 if test "$AUTOMAKE" = "no"; then  
     as_fn_error "Cannot find automake! You have to install it." "$LINENO" 5  
 fi  
   
 # Extract the first word of "autoconf", so it can be a program name with args.  
 set dummy autoconf; ac_word=$2  
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  
 $as_echo_n "checking for $ac_word... " >&6; }  
 if test "${ac_cv_prog_AUTOCONF+set}" = set; then :  
   $as_echo_n "(cached) " >&6  
 else  
   if test -n "$AUTOCONF"; then  
   ac_cv_prog_AUTOCONF="$AUTOCONF" # Let the user override the test.  
 else  
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  
 for as_dir in $PATH  
 do  
   IFS=$as_save_IFS  
   test -z "$as_dir" && as_dir=.  
     for ac_exec_ext in '' $ac_executable_extensions; do  
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then  
     ac_cv_prog_AUTOCONF="yes"  
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5  
     break 2  
   fi  
 done  
   done  
 IFS=$as_save_IFS  
   
   test -z "$ac_cv_prog_AUTOCONF" && ac_cv_prog_AUTOCONF="no"  
 fi  
 fi  
 AUTOCONF=$ac_cv_prog_AUTOCONF  
 if test -n "$AUTOCONF"; then  
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AUTOCONF" >&5  
 $as_echo "$AUTOCONF" >&6; }  
 else  
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5  
 $as_echo "no" >&6; }  
 fi  
   
   
 if test "$AUTOCONF" = "no"; then  
     as_fn_error "Cannot find autoconf! You have to install it." "$LINENO" 5  
 fi  fi
   
   
Line 6240  if test "${enable_final_run_path+set}" = Line 6186  if test "${enable_final_run_path+set}" =
     if test "x$enable_final_run_path" = "x"; then      if test "x$enable_final_run_path" = "x"; then
         { $as_echo "$as_me:${as_lineno-$LINENO}: \"No path with --enable-final-run-path.\"" >&5          { $as_echo "$as_me:${as_lineno-$LINENO}: \"No path with --enable-final-run-path.\"" >&5
 $as_echo "$as_me: \"No path with --enable-final-run-path.\"" >&6;}  $as_echo "$as_me: \"No path with --enable-final-run-path.\"" >&6;}
         as_fn_error "\"You should specify final path !\"" "$LINENO" 5          as_fn_error $? "\"You should specify final path !\"" "$LINENO" 5
     else      else
         RUNPATH="$enable_final_run_path"          RUNPATH="$enable_final_run_path"
     fi      fi
Line 6268  fi Line 6214  fi
 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }  $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
 set x ${MAKE-make}  set x ${MAKE-make}
 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`  ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :  if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   cat >conftest.make <<\_ACEOF    cat >conftest.make <<\_ACEOF
Line 6276  SHELL = /bin/sh Line 6222  SHELL = /bin/sh
 all:  all:
     @echo '@@@%%%=$(MAKE)=@@@%%%'      @echo '@@@%%%=$(MAKE)=@@@%%%'
 _ACEOF  _ACEOF
 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.  # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
 case `${MAKE-make} -f conftest.make 2>/dev/null` in  case `${MAKE-make} -f conftest.make 2>/dev/null` in
   *@@@%%%=?*=@@@%%%*)    *@@@%%%=?*=@@@%%%*)
     eval ac_cv_prog_make_${ac_make}_set=yes;;      eval ac_cv_prog_make_${ac_make}_set=yes;;
Line 6300  if test -n "$ac_tool_prefix"; then Line 6246  if test -n "$ac_tool_prefix"; then
 set dummy ${ac_tool_prefix}ranlib; ac_word=$2  set dummy ${ac_tool_prefix}ranlib; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_RANLIB+set}" = set; then :  if ${ac_cv_prog_RANLIB+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$RANLIB"; then    if test -n "$RANLIB"; then
Line 6340  if test -z "$ac_cv_prog_RANLIB"; then Line 6286  if test -z "$ac_cv_prog_RANLIB"; then
 set dummy ranlib; ac_word=$2  set dummy ranlib; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :  if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$ac_ct_RANLIB"; then    if test -n "$ac_ct_RANLIB"; then
Line 6388  else Line 6334  else
 fi  fi
   
   
 # Extract the first word of "awk", so it can be a program name with args.  # Extract the first word of "nawk", so it can be a program name with args.
 set dummy awk; ac_word=$2  set dummy nawk; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_AWK+set}" = set; then :  if ${ac_cv_prog_AWK+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$AWK"; then    if test -n "$AWK"; then
Line 6427  fi Line 6373  fi
   
   
 if test "$AWK" = no; then  if test "$AWK" = no; then
     as_fn_error "Can not find awk !" "$LINENO" 5      # Extract the first word of "gawk", so it can be a program name with args.
   set dummy gawk; ac_word=$2
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   $as_echo_n "checking for $ac_word... " >&6; }
   if ${ac_cv_prog_AWK+:} false; then :
     $as_echo_n "(cached) " >&6
   else
     if test -n "$AWK"; then
     ac_cv_prog_AWK="$AWK" # Let the user override the test.
   else
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   for as_dir in $PATH
   do
     IFS=$as_save_IFS
     test -z "$as_dir" && as_dir=.
       for ac_exec_ext in '' $ac_executable_extensions; do
     if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
       ac_cv_prog_AWK="yes"
       $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
       break 2
     fi
   done
     done
   IFS=$as_save_IFS
   
     test -z "$ac_cv_prog_AWK" && ac_cv_prog_AWK="no"
   fi
   fi
   AWK=$ac_cv_prog_AWK
   if test -n "$AWK"; then
     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
   $as_echo "$AWK" >&6; }
   else
     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   $as_echo "no" >&6; }
   fi
   
   
       if test "$AWK" = no; then
           as_fn_error $? "Can not find nawk !" "$LINENO" 5
       fi
 fi  fi
   
 # Extract the first word of "sed", so it can be a program name with args.  # Extract the first word of "sed", so it can be a program name with args.
 set dummy sed; ac_word=$2  set dummy sed; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_SED+set}" = set; then :  if ${ac_cv_prog_SED+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$SED"; then    if test -n "$SED"; then
Line 6469  fi Line 6455  fi
   
   
 if test "$SED" = no; then  if test "$SED" = no; then
     as_fn_error "Can not find sed !" "$LINENO" 5      as_fn_error $? "Can not find sed !" "$LINENO" 5
 fi  fi
   
 if test "$TEX_SUPPORT" = guessed; then  if test "$TEX_SUPPORT" = guessed; then
Line 6479  if test "$TEX_SUPPORT" = guessed; then Line 6465  if test "$TEX_SUPPORT" = guessed; then
 set dummy tex; ac_word=$2  set dummy tex; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_TEX+set}" = set; then :  if ${ac_cv_prog_TEX+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$TEX"; then    if test -n "$TEX"; then
Line 6527  Download at http://tex.loria.fr/ Line 6513  Download at http://tex.loria.fr/
 set dummy latex; ac_word=$2  set dummy latex; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_LATEX+set}" = set; then :  if ${ac_cv_prog_LATEX+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$LATEX"; then    if test -n "$LATEX"; then
Line 6575  Download at http://tex.loria.fr/ Line 6561  Download at http://tex.loria.fr/
 set dummy dvips; ac_word=$2  set dummy dvips; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_DVIPS+set}" = set; then :  if ${ac_cv_prog_DVIPS+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$DVIPS"; then    if test -n "$DVIPS"; then
Line 6623  Download at http://tex.loria.fr/ Line 6609  Download at http://tex.loria.fr/
 set dummy gs; ac_word=$2  set dummy gs; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_GS+set}" = set; then :  if ${ac_cv_prog_GS+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$GS"; then    if test -n "$GS"; then
Line 6671  Download at http://ftp.lip6.fr/ Line 6657  Download at http://ftp.lip6.fr/
 set dummy gv; ac_word=$2  set dummy gv; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_GV+set}" = set; then :  if ${ac_cv_prog_GV+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$GV"; then    if test -n "$GV"; then
Line 6727  if test "$GNUPLOT_SUPPORT" = guessed; th Line 6713  if test "$GNUPLOT_SUPPORT" = guessed; th
 set dummy gnuplot; ac_word=$2  set dummy gnuplot; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_GNUPLOT_P+set}" = set; then :  if ${ac_cv_prog_GNUPLOT_P+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$GNUPLOT_P"; then    if test -n "$GNUPLOT_P"; then
Line 6785  if test "$VIM_SUPPORT" = guessed; then Line 6771  if test "$VIM_SUPPORT" = guessed; then
 set dummy vim; ac_word=$2  set dummy vim; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }  $as_echo_n "checking for $ac_word... " >&6; }
 if test "${ac_cv_prog_VIM+set}" = set; then :  if ${ac_cv_prog_VIM+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$VIM"; then    if test -n "$VIM"; then
Line 6845  if test "$MOTIF_SUPPORT" = guessed; then Line 6831  if test "$MOTIF_SUPPORT" = guessed; then
     LIBS="$LIB $X_LIBS"      LIBS="$LIB $X_LIBS"
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lXm" >&5      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lXm" >&5
 $as_echo_n "checking for main in -lXm... " >&6; }  $as_echo_n "checking for main in -lXm... " >&6; }
 if test "${ac_cv_lib_Xm_main+set}" = set; then :  if ${ac_cv_lib_Xm_main+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
Line 6873  LIBS=$ac_check_lib_save_LIBS Line 6859  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xm_main" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xm_main" >&5
 $as_echo "$ac_cv_lib_Xm_main" >&6; }  $as_echo "$ac_cv_lib_Xm_main" >&6; }
 if test "x$ac_cv_lib_Xm_main" = x""yes; then :  if test "x$ac_cv_lib_Xm_main" = xyes; then :
   MOTIF_SUPPORT="-DMOTIF_SUPPORT"    MOTIF_SUPPORT="-DMOTIF_SUPPORT"
 else  else
   MOTIF_SUPPORT="-UMOTIF_SUPPORT"    MOTIF_SUPPORT="-UMOTIF_SUPPORT"
Line 6898  if test "$MOTIF_SUPPORT" = "-DMOTIF_SUPP Line 6884  if test "$MOTIF_SUPPORT" = "-DMOTIF_SUPP
     LIBS="$LIB $X_LIBS"      LIBS="$LIB $X_LIBS"
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lXpm" >&5      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lXpm" >&5
 $as_echo_n "checking for main in -lXpm... " >&6; }  $as_echo_n "checking for main in -lXpm... " >&6; }
 if test "${ac_cv_lib_Xpm_main+set}" = set; then :  if ${ac_cv_lib_Xpm_main+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
Line 6926  LIBS=$ac_check_lib_save_LIBS Line 6912  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xpm_main" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xpm_main" >&5
 $as_echo "$ac_cv_lib_Xpm_main" >&6; }  $as_echo "$ac_cv_lib_Xpm_main" >&6; }
 if test "x$ac_cv_lib_Xpm_main" = x""yes; then :  if test "x$ac_cv_lib_Xpm_main" = xyes; then :
   MOTIF_SUPPORT="-DMOTIF_SUPPORT"    MOTIF_SUPPORT="-DMOTIF_SUPPORT"
 else  else
   MOTIF_SUPPORT="-UMOTIF_SUPPORT"    MOTIF_SUPPORT="-UMOTIF_SUPPORT"
Line 6964  DATE=$(LANG=C date +"%A, %e %B %Y %T %z" Line 6950  DATE=$(LANG=C date +"%A, %e %B %Y %T %z"
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lm" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lm" >&5
 $as_echo_n "checking for main in -lm... " >&6; }  $as_echo_n "checking for main in -lm... " >&6; }
 if test "${ac_cv_lib_m_main+set}" = set; then :  if ${ac_cv_lib_m_main+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
Line 6992  LIBS=$ac_check_lib_save_LIBS Line 6978  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_main" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_main" >&5
 $as_echo "$ac_cv_lib_m_main" >&6; }  $as_echo "$ac_cv_lib_m_main" >&6; }
 if test "x$ac_cv_lib_m_main" = x""yes; then :  if test "x$ac_cv_lib_m_main" = xyes; then :
   cat >>confdefs.h <<_ACEOF    cat >>confdefs.h <<_ACEOF
 #define HAVE_LIBM 1  #define HAVE_LIBM 1
 _ACEOF  _ACEOF
Line 7000  _ACEOF Line 6986  _ACEOF
   LIBS="-lm $LIBS"    LIBS="-lm $LIBS"
   
 else  else
   as_fn_error "Can not find libm !" "$LINENO" 5    as_fn_error $? "Can not find libm !" "$LINENO" 5
 fi  fi
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lpthread" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lpthread" >&5
 $as_echo_n "checking for main in -lpthread... " >&6; }  $as_echo_n "checking for main in -lpthread... " >&6; }
 if test "${ac_cv_lib_pthread_main+set}" = set; then :  if ${ac_cv_lib_pthread_main+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
Line 7033  LIBS=$ac_check_lib_save_LIBS Line 7019  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_main" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_main" >&5
 $as_echo "$ac_cv_lib_pthread_main" >&6; }  $as_echo "$ac_cv_lib_pthread_main" >&6; }
 if test "x$ac_cv_lib_pthread_main" = x""yes; then :  if test "x$ac_cv_lib_pthread_main" = xyes; then :
   cat >>confdefs.h <<_ACEOF    cat >>confdefs.h <<_ACEOF
 #define HAVE_LIBPTHREAD 1  #define HAVE_LIBPTHREAD 1
 _ACEOF  _ACEOF
Line 7041  _ACEOF Line 7027  _ACEOF
   LIBS="-lpthread $LIBS"    LIBS="-lpthread $LIBS"
   
 else  else
   as_fn_error "Can not find libpthread !" "$LINENO" 5    as_fn_error $? "Can not find libpthread !" "$LINENO" 5
   fi
   
   
   ac_fn_c_check_type "$LINENO" "union semun" "ac_cv_type_union_semun" "
   #include <sys/sem.h>
   
   "
   if test "x$ac_cv_type_union_semun" = xyes; then :
     SEMUN=-DUNION_SEMUN
   else
     SEMUN=-UUNION_SEMUN
   fi
   
   
   ac_fn_c_check_type "$LINENO" "struct sockaddr_in6" "ac_cv_type_struct_sockaddr_in6" "
   #include <sys/types.h>
   #include <netinet/in.h>
   
   "
   if test "x$ac_cv_type_struct_sockaddr_in6" = xyes; then :
     IPV6=-DIPV6
   else
     IPV6=-UIPV6
 fi  fi
   
   
 if test "$CYGWIN" != yes; then  if test "$CYGWIN" != yes; then
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
 $as_echo_n "checking for dlopen in -ldl... " >&6; }  $as_echo_n "checking for dlopen in -ldl... " >&6; }
 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :  if ${ac_cv_lib_dl_dlopen+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
Line 7082  LIBS=$ac_check_lib_save_LIBS Line 7091  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }  $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :  if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
   LIBS="$LIBS -ldl"    LIBS="$LIBS -ldl"
 else  else
   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libdl doesn't seem to be needed on this system." >&5    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libdl doesn't seem to be needed on this system." >&5
Line 7093  fi Line 7102  fi
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nanosleep in -lrt" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nanosleep in -lrt" >&5
 $as_echo_n "checking for nanosleep in -lrt... " >&6; }  $as_echo_n "checking for nanosleep in -lrt... " >&6; }
 if test "${ac_cv_lib_rt_nanosleep+set}" = set; then :  if ${ac_cv_lib_rt_nanosleep+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
Line 7127  LIBS=$ac_check_lib_save_LIBS Line 7136  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_nanosleep" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_nanosleep" >&5
 $as_echo "$ac_cv_lib_rt_nanosleep" >&6; }  $as_echo "$ac_cv_lib_rt_nanosleep" >&6; }
 if test "x$ac_cv_lib_rt_nanosleep" = x""yes; then :  if test "x$ac_cv_lib_rt_nanosleep" = xyes; then :
   LIBS="$LIBS -lrt"    LIBS="$LIBS -lrt"
 else  else
   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: librt doesn't seem to be needed on this system." >&5    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: librt doesn't seem to be needed on this system." >&5
Line 7137  fi Line 7146  fi
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
 $as_echo_n "checking for bind in -lsocket... " >&6; }  $as_echo_n "checking for bind in -lsocket... " >&6; }
 if test "${ac_cv_lib_socket_bind+set}" = set; then :  if ${ac_cv_lib_socket_bind+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
Line 7171  LIBS=$ac_check_lib_save_LIBS Line 7180  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
 $as_echo "$ac_cv_lib_socket_bind" >&6; }  $as_echo "$ac_cv_lib_socket_bind" >&6; }
 if test "x$ac_cv_lib_socket_bind" = x""yes; then :  if test "x$ac_cv_lib_socket_bind" = xyes; then :
   LIBS="$LIBS -lsocket"    LIBS="$LIBS -lsocket"
 else  else
   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libsocket doesn't seem to be needed on this system." >&5    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libsocket doesn't seem to be needed on this system." >&5
Line 7191  fi Line 7200  fi
   
 if test "x$with_mysql" = xcheck -o "x$with_mysql" = yes; then  if test "x$with_mysql" = xcheck -o "x$with_mysql" = yes; then
     libMySQLinc="-I/usr/include"      libMySQLinc="-I/usr/include"
     libMySQLlib="-L/usr/lib"      libMySQLlib="/usr/lib"
   
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libmysql includes in /usr/include" >&5      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libmysql includes in /usr/include" >&5
 $as_echo_n "checking for libmysql includes in /usr/include... " >&6; }  $as_echo_n "checking for libmysql includes in /usr/include... " >&6; }
     saved_CFLAGS="$CFLAGS"      saved_CFLAGS="$CFLAGS"
     CFLAGS="$CFLAGS $libMySQLinc"      CFLAGS="$CFLAGS -L/$libMySQLinc"
     cat confdefs.h - <<_ACEOF >conftest.$ac_ext      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
 #include "mysql.h"  #include "mysql.h"
Line 7310  rm -f core conftest.err conftest.$ac_obj Line 7319  rm -f core conftest.err conftest.$ac_obj
 else  else
     if test "x$with_mysql" != xno; then      if test "x$with_mysql" != xno; then
         libMySQLinc="-I$with_mysql/include"          libMySQLinc="-I$with_mysql/include"
         libMySQLlib="-L$with_mysql/lib"          libMySQLlib="$with_mysql/lib"
   
         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libmysql includes in $with_mysql" >&5          { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libmysql includes in $with_mysql" >&5
 $as_echo_n "checking for libmysql includes in $with_mysql... " >&6; }  $as_echo_n "checking for libmysql includes in $with_mysql... " >&6; }
Line 7378  if test "$MYSQL_SUPPORT" = "-DMYSQL_SUPP Line 7387  if test "$MYSQL_SUPPORT" = "-DMYSQL_SUPP
         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libmysql libraries in $libMySQLlib" >&5          { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libmysql libraries in $libMySQLlib" >&5
 $as_echo_n "checking for libmysql libraries in $libMySQLlib... " >&6; }  $as_echo_n "checking for libmysql libraries in $libMySQLlib... " >&6; }
         saved_LIBS="$LIBS"          saved_LIBS="$LIBS"
         LIBS="$LIBS $libMySQLlib $libMySQLinc -lmysqlclient_r"          if test $STATIC = no; then
               LIBS="$LIBS -L/$libMySQLlib -lmysqlclient_r $libMySQLinc"
           else
               LIBS="$LIBS $libMySQLlib/libmysqlclient_r.a -lz $libMySQLinc"
           fi
         cat confdefs.h - <<_ACEOF >conftest.$ac_ext          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
 #include "mysql.h"  #include "mysql.h"
Line 7400  fi Line 7413  fi
 rm -f core conftest.err conftest.$ac_objext \  rm -f core conftest.err conftest.$ac_objext \
     conftest$ac_exeext conftest.$ac_ext      conftest$ac_exeext conftest.$ac_ext
         LIBS=$saved_LIBS;          LIBS=$saved_LIBS;
         libMySQLlib="$libMySQLlib -lmysqlclient_r"          if test $STATIC = no; then
               libMySQLlib="-L/$libMySQLlib -lmysqlclient_r"
           else
               libMySQLlib="$libMySQLlib/libmysqlclient_r.a"
               EXT_SQL="$EXT_SQL $libMySQLlib"
           fi
     fi      fi
   
     if test $MYSQL_LIB = no; then      if test $MYSQL_LIB = no; then
Line 7432  fi Line 7450  fi
   
 if test "x$with_postgresql" = xcheck -o "x$with_postgresql" = xyes; then  if test "x$with_postgresql" = xcheck -o "x$with_postgresql" = xyes; then
     libPgSQLinc="-I/usr/include"      libPgSQLinc="-I/usr/include"
     libPgSQLlib="-L/usr/lib"      libPgSQLlib="/usr/lib"
   
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpq includes in /usr/include" >&5      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpq includes in /usr/include" >&5
 $as_echo_n "checking for libpq includes in /usr/include... " >&6; }  $as_echo_n "checking for libpq includes in /usr/include... " >&6; }
Line 7614  rm -f core conftest.err conftest.$ac_obj Line 7632  rm -f core conftest.err conftest.$ac_obj
 else  else
     if test "x$with_postgresql" != xno; then      if test "x$with_postgresql" != xno; then
         libPgSQLinc="-I$with_postgresql/include"          libPgSQLinc="-I$with_postgresql/include"
         libPgSQLlib="-L$with_postgresql/lib"          libPgSQLlib="$with_postgresql/lib"
   
         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpq includes in $libPgSQLinc" >&5          { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpq includes in $libPgSQLinc" >&5
 $as_echo_n "checking for libpq includes in $libPgSQLinc... " >&6; }  $as_echo_n "checking for libpq includes in $libPgSQLinc... " >&6; }
Line 7714  if test "$POSTGRESQL_SUPPORT" = "-DPOSTG Line 7732  if test "$POSTGRESQL_SUPPORT" = "-DPOSTG
         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpq libraries in $libPgSQLlib" >&5          { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpq libraries in $libPgSQLlib" >&5
 $as_echo_n "checking for libpq libraries in $libPgSQLlib... " >&6; }  $as_echo_n "checking for libpq libraries in $libPgSQLlib... " >&6; }
         saved_LIBS="$LIBS"          saved_LIBS="$LIBS"
         LIBS="$LIBS $libPgSQLlib $libPgSQLinc -lpq"          if test $STATIC = no; then
               LIBS="$LIBS -L/$libPgSQLlib $libPgSQLinc -lpq"
           else
               LIBS="$LIBS $libPgSQLlib/libpq.a $libPgSQLinc"
           fi
         cat confdefs.h - <<_ACEOF >conftest.$ac_ext          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
 #include "libpq-fe.h"  #include "libpq-fe.h"
Line 7737  fi Line 7759  fi
 rm -f core conftest.err conftest.$ac_objext \  rm -f core conftest.err conftest.$ac_objext \
     conftest$ac_exeext conftest.$ac_ext      conftest$ac_exeext conftest.$ac_ext
         LIBS=$saved_LIBS;          LIBS=$saved_LIBS;
         libPgSQLlib="$libPgSQLlib -lpq"          if test $STATIC = no; then
               libPgSQLlib="-L/$libPgSQLlib -lpq"
           else
               libPgSQLlib="$libPgSQLlib/libpq.a"
               EXT_SQL="$EXT_SQL $libPgSQLlib"
           fi
     fi      fi
 fi  fi
   
Line 7750  fi Line 7777  fi
   
   
   
   # with_postgresql : check [pas défini], yes [uniquement --with],
   # no [--without], valeur [--with=valeur].
   
   # Check whether --with-bourne_shell was given.
   if test "${with_bourne_shell+set}" = set; then :
     withval=$with_bourne_shell;
   else
     with_bourne_shell=no
   fi
   
   
   if test "x$with_bourne_shell" = xyes; then
       as_fn_error $? "You have to specify a valide shell path !" "$LINENO" 5
   fi
   
   if test "x$with_bourne_shell" = xno; then
       if test $(uname) = "OS/2"; then
           as_fn_error $? "With OS/2 or eComstation, you have to specify a valide shell path !" "$LINENO" 5
       fi
   
       BSH_PATH=
   else
       if test ! -x $with_bourne_shell; then
           as_fn_error $? "$with_bourne_shell is not executable !" "$LINENO" 5
       fi
   
       if test $(uname) = "OS/2"; then
           with_os2_bourne_shell=$(echo $with_bourne_shell | \
                   sed -e '1,$s/\//\\\\\\\\/g')
           BSH_PATH=-DBOURNE_SHELL=\"\\\"$with_os2_bourne_shell\\\"\"
       else
           { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --with-bourne-shell ignored" >&5
   $as_echo "$as_me: WARNING: --with-bourne-shell ignored" >&2;}
           BSH_PATH=
       fi
   fi
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }  $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
 if test "${ac_cv_path_GREP+set}" = set; then :  if ${ac_cv_path_GREP+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -z "$GREP"; then    if test -z "$GREP"; then
Line 7801  esac Line 7865  esac
   done    done
 IFS=$as_save_IFS  IFS=$as_save_IFS
   if test -z "$ac_cv_path_GREP"; then    if test -z "$ac_cv_path_GREP"; then
     as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5      as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
   fi    fi
 else  else
   ac_cv_path_GREP=$GREP    ac_cv_path_GREP=$GREP
Line 7815  $as_echo "$ac_cv_path_GREP" >&6; } Line 7879  $as_echo "$ac_cv_path_GREP" >&6; }
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
 $as_echo_n "checking for egrep... " >&6; }  $as_echo_n "checking for egrep... " >&6; }
 if test "${ac_cv_path_EGREP+set}" = set; then :  if ${ac_cv_path_EGREP+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1    if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
Line 7867  esac Line 7931  esac
   done    done
 IFS=$as_save_IFS  IFS=$as_save_IFS
   if test -z "$ac_cv_path_EGREP"; then    if test -z "$ac_cv_path_EGREP"; then
     as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5      as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
   fi    fi
 else  else
   ac_cv_path_EGREP=$EGREP    ac_cv_path_EGREP=$EGREP
Line 7882  $as_echo "$ac_cv_path_EGREP" >&6; } Line 7946  $as_echo "$ac_cv_path_EGREP" >&6; }
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
 $as_echo_n "checking for ANSI C header files... " >&6; }  $as_echo_n "checking for ANSI C header files... " >&6; }
 if test "${ac_cv_header_stdc+set}" = set; then :  if ${ac_cv_header_stdc+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Line 7999  do : Line 8063  do :
   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`    as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default  ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
 "  "
 eval as_val=\$$as_ac_Header  if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
    if test "x$as_val" = x""yes; then :  
   cat >>confdefs.h <<_ACEOF    cat >>confdefs.h <<_ACEOF
 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1  #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 _ACEOF  _ACEOF
Line 8016  done Line 8079  done
 # This bug is HP SR number 8606223364.  # This bug is HP SR number 8606223364.
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
 $as_echo_n "checking size of void *... " >&6; }  $as_echo_n "checking size of void *... " >&6; }
 if test "${ac_cv_sizeof_void_p+set}" = set; then :  if ${ac_cv_sizeof_void_p+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p"        "$ac_includes_default"; then :    if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p"        "$ac_includes_default"; then :
Line 8025  else Line 8088  else
   if test "$ac_cv_type_void_p" = yes; then    if test "$ac_cv_type_void_p" = yes; then
      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 { as_fn_set_status 77  as_fn_error 77 "cannot compute sizeof (void *)
 as_fn_error "cannot compute sizeof (void *)  See \`config.log' for more details" "$LINENO" 5; }
 See \`config.log' for more details." "$LINENO" 5; }; }  
    else     else
      ac_cv_sizeof_void_p=0       ac_cv_sizeof_void_p=0
    fi     fi
Line 8050  _ACEOF Line 8112  _ACEOF
 # This bug is HP SR number 8606223364.  # This bug is HP SR number 8606223364.
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of char" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of char" >&5
 $as_echo_n "checking size of char... " >&6; }  $as_echo_n "checking size of char... " >&6; }
 if test "${ac_cv_sizeof_char+set}" = set; then :  if ${ac_cv_sizeof_char+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (char))" "ac_cv_sizeof_char"        "$ac_includes_default"; then :    if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (char))" "ac_cv_sizeof_char"        "$ac_includes_default"; then :
Line 8059  else Line 8121  else
   if test "$ac_cv_type_char" = yes; then    if test "$ac_cv_type_char" = yes; then
      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 { as_fn_set_status 77  as_fn_error 77 "cannot compute sizeof (char)
 as_fn_error "cannot compute sizeof (char)  See \`config.log' for more details" "$LINENO" 5; }
 See \`config.log' for more details." "$LINENO" 5; }; }  
    else     else
      ac_cv_sizeof_char=0       ac_cv_sizeof_char=0
    fi     fi
Line 8084  _ACEOF Line 8145  _ACEOF
 # This bug is HP SR number 8606223364.  # This bug is HP SR number 8606223364.
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short int" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short int" >&5
 $as_echo_n "checking size of short int... " >&6; }  $as_echo_n "checking size of short int... " >&6; }
 if test "${ac_cv_sizeof_short_int+set}" = set; then :  if ${ac_cv_sizeof_short_int+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (short int))" "ac_cv_sizeof_short_int"        "$ac_includes_default"; then :    if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (short int))" "ac_cv_sizeof_short_int"        "$ac_includes_default"; then :
Line 8093  else Line 8154  else
   if test "$ac_cv_type_short_int" = yes; then    if test "$ac_cv_type_short_int" = yes; then
      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 { as_fn_set_status 77  as_fn_error 77 "cannot compute sizeof (short int)
 as_fn_error "cannot compute sizeof (short int)  See \`config.log' for more details" "$LINENO" 5; }
 See \`config.log' for more details." "$LINENO" 5; }; }  
    else     else
      ac_cv_sizeof_short_int=0       ac_cv_sizeof_short_int=0
    fi     fi
Line 8118  _ACEOF Line 8178  _ACEOF
 # This bug is HP SR number 8606223364.  # This bug is HP SR number 8606223364.
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
 $as_echo_n "checking size of int... " >&6; }  $as_echo_n "checking size of int... " >&6; }
 if test "${ac_cv_sizeof_int+set}" = set; then :  if ${ac_cv_sizeof_int+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int"        "$ac_includes_default"; then :    if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int"        "$ac_includes_default"; then :
Line 8127  else Line 8187  else
   if test "$ac_cv_type_int" = yes; then    if test "$ac_cv_type_int" = yes; then
      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 { as_fn_set_status 77  as_fn_error 77 "cannot compute sizeof (int)
 as_fn_error "cannot compute sizeof (int)  See \`config.log' for more details" "$LINENO" 5; }
 See \`config.log' for more details." "$LINENO" 5; }; }  
    else     else
      ac_cv_sizeof_int=0       ac_cv_sizeof_int=0
    fi     fi
Line 8152  _ACEOF Line 8211  _ACEOF
 # This bug is HP SR number 8606223364.  # This bug is HP SR number 8606223364.
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long int" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long int" >&5
 $as_echo_n "checking size of long int... " >&6; }  $as_echo_n "checking size of long int... " >&6; }
 if test "${ac_cv_sizeof_long_int+set}" = set; then :  if ${ac_cv_sizeof_long_int+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long int))" "ac_cv_sizeof_long_int"        "$ac_includes_default"; then :    if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long int))" "ac_cv_sizeof_long_int"        "$ac_includes_default"; then :
Line 8161  else Line 8220  else
   if test "$ac_cv_type_long_int" = yes; then    if test "$ac_cv_type_long_int" = yes; then
      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 { as_fn_set_status 77  as_fn_error 77 "cannot compute sizeof (long int)
 as_fn_error "cannot compute sizeof (long int)  See \`config.log' for more details" "$LINENO" 5; }
 See \`config.log' for more details." "$LINENO" 5; }; }  
    else     else
      ac_cv_sizeof_long_int=0       ac_cv_sizeof_long_int=0
    fi     fi
Line 8186  _ACEOF Line 8244  _ACEOF
 # This bug is HP SR number 8606223364.  # This bug is HP SR number 8606223364.
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long int" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long int" >&5
 $as_echo_n "checking size of long long int... " >&6; }  $as_echo_n "checking size of long long int... " >&6; }
 if test "${ac_cv_sizeof_long_long_int+set}" = set; then :  if ${ac_cv_sizeof_long_long_int+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long int))" "ac_cv_sizeof_long_long_int"        "$ac_includes_default"; then :    if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long int))" "ac_cv_sizeof_long_long_int"        "$ac_includes_default"; then :
Line 8195  else Line 8253  else
   if test "$ac_cv_type_long_long_int" = yes; then    if test "$ac_cv_type_long_long_int" = yes; then
      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 { as_fn_set_status 77  as_fn_error 77 "cannot compute sizeof (long long int)
 as_fn_error "cannot compute sizeof (long long int)  See \`config.log' for more details" "$LINENO" 5; }
 See \`config.log' for more details." "$LINENO" 5; }; }  
    else     else
      ac_cv_sizeof_long_long_int=0       ac_cv_sizeof_long_long_int=0
    fi     fi
Line 8220  _ACEOF Line 8277  _ACEOF
 # This bug is HP SR number 8606223364.  # This bug is HP SR number 8606223364.
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of float" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of float" >&5
 $as_echo_n "checking size of float... " >&6; }  $as_echo_n "checking size of float... " >&6; }
 if test "${ac_cv_sizeof_float+set}" = set; then :  if ${ac_cv_sizeof_float+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (float))" "ac_cv_sizeof_float"        "$ac_includes_default"; then :    if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (float))" "ac_cv_sizeof_float"        "$ac_includes_default"; then :
Line 8229  else Line 8286  else
   if test "$ac_cv_type_float" = yes; then    if test "$ac_cv_type_float" = yes; then
      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 { as_fn_set_status 77  as_fn_error 77 "cannot compute sizeof (float)
 as_fn_error "cannot compute sizeof (float)  See \`config.log' for more details" "$LINENO" 5; }
 See \`config.log' for more details." "$LINENO" 5; }; }  
    else     else
      ac_cv_sizeof_float=0       ac_cv_sizeof_float=0
    fi     fi
Line 8254  _ACEOF Line 8310  _ACEOF
 # This bug is HP SR number 8606223364.  # This bug is HP SR number 8606223364.
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of double" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of double" >&5
 $as_echo_n "checking size of double... " >&6; }  $as_echo_n "checking size of double... " >&6; }
 if test "${ac_cv_sizeof_double+set}" = set; then :  if ${ac_cv_sizeof_double+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (double))" "ac_cv_sizeof_double"        "$ac_includes_default"; then :    if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (double))" "ac_cv_sizeof_double"        "$ac_includes_default"; then :
Line 8263  else Line 8319  else
   if test "$ac_cv_type_double" = yes; then    if test "$ac_cv_type_double" = yes; then
      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 { as_fn_set_status 77  as_fn_error 77 "cannot compute sizeof (double)
 as_fn_error "cannot compute sizeof (double)  See \`config.log' for more details" "$LINENO" 5; }
 See \`config.log' for more details." "$LINENO" 5; }; }  
    else     else
      ac_cv_sizeof_double=0       ac_cv_sizeof_double=0
    fi     fi
Line 8288  _ACEOF Line 8343  _ACEOF
 # This bug is HP SR number 8606223364.  # This bug is HP SR number 8606223364.
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long double" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long double" >&5
 $as_echo_n "checking size of long double... " >&6; }  $as_echo_n "checking size of long double... " >&6; }
 if test "${ac_cv_sizeof_long_double+set}" = set; then :  if ${ac_cv_sizeof_long_double+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long double))" "ac_cv_sizeof_long_double"        "$ac_includes_default"; then :    if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long double))" "ac_cv_sizeof_long_double"        "$ac_includes_default"; then :
Line 8297  else Line 8352  else
   if test "$ac_cv_type_long_double" = yes; then    if test "$ac_cv_type_long_double" = yes; then
      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 { as_fn_set_status 77  as_fn_error 77 "cannot compute sizeof (long double)
 as_fn_error "cannot compute sizeof (long double)  See \`config.log' for more details" "$LINENO" 5; }
 See \`config.log' for more details." "$LINENO" 5; }; }  
    else     else
      ac_cv_sizeof_long_double=0       ac_cv_sizeof_long_double=0
    fi     fi
Line 8322  for ac_hdr in dirent.h sys/ndir.h sys/di Line 8376  for ac_hdr in dirent.h sys/ndir.h sys/di
   as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`    as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
 $as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }  $as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }
 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then :  if eval \${$as_ac_Header+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Line 8349  fi Line 8403  fi
 eval ac_res=\$$as_ac_Header  eval ac_res=\$$as_ac_Header
            { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5             { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
 $as_echo "$ac_res" >&6; }  $as_echo "$ac_res" >&6; }
 eval as_val=\$$as_ac_Header  if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
    if test "x$as_val" = x""yes; then :  
   cat >>confdefs.h <<_ACEOF    cat >>confdefs.h <<_ACEOF
 #define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1  #define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
 _ACEOF  _ACEOF
Line 8363  done Line 8416  done
 if test $ac_header_dirent = dirent.h; then  if test $ac_header_dirent = dirent.h; then
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
 $as_echo_n "checking for library containing opendir... " >&6; }  $as_echo_n "checking for library containing opendir... " >&6; }
 if test "${ac_cv_search_opendir+set}" = set; then :  if ${ac_cv_search_opendir+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   ac_func_search_save_LIBS=$LIBS    ac_func_search_save_LIBS=$LIBS
Line 8397  for ac_lib in '' dir; do Line 8450  for ac_lib in '' dir; do
 fi  fi
 rm -f core conftest.err conftest.$ac_objext \  rm -f core conftest.err conftest.$ac_objext \
     conftest$ac_exeext      conftest$ac_exeext
   if test "${ac_cv_search_opendir+set}" = set; then :    if ${ac_cv_search_opendir+:} false; then :
   break    break
 fi  fi
 done  done
 if test "${ac_cv_search_opendir+set}" = set; then :  if ${ac_cv_search_opendir+:} false; then :
   
 else  else
   ac_cv_search_opendir=no    ac_cv_search_opendir=no
Line 8420  fi Line 8473  fi
 else  else
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
 $as_echo_n "checking for library containing opendir... " >&6; }  $as_echo_n "checking for library containing opendir... " >&6; }
 if test "${ac_cv_search_opendir+set}" = set; then :  if ${ac_cv_search_opendir+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   ac_func_search_save_LIBS=$LIBS    ac_func_search_save_LIBS=$LIBS
Line 8454  for ac_lib in '' x; do Line 8507  for ac_lib in '' x; do
 fi  fi
 rm -f core conftest.err conftest.$ac_objext \  rm -f core conftest.err conftest.$ac_objext \
     conftest$ac_exeext      conftest$ac_exeext
   if test "${ac_cv_search_opendir+set}" = set; then :    if ${ac_cv_search_opendir+:} false; then :
   break    break
 fi  fi
 done  done
 if test "${ac_cv_search_opendir+set}" = set; then :  if ${ac_cv_search_opendir+:} false; then :
   
 else  else
   ac_cv_search_opendir=no    ac_cv_search_opendir=no
Line 8478  fi Line 8531  fi
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
 $as_echo_n "checking for ANSI C header files... " >&6; }  $as_echo_n "checking for ANSI C header files... " >&6; }
 if test "${ac_cv_header_stdc+set}" = set; then :  if ${ac_cv_header_stdc+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Line 8590  fi Line 8643  fi
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
 $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }  $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
 if test "${ac_cv_header_sys_wait_h+set}" = set; then :  if ${ac_cv_header_sys_wait_h+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Line 8635  for ac_header in dlfcn.h fcntl.h math.h Line 8688  for ac_header in dlfcn.h fcntl.h math.h
 do :  do :
   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`    as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"  ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
 eval as_val=\$$as_ac_Header  if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
    if test "x$as_val" = x""yes; then :  
   cat >>confdefs.h <<_ACEOF    cat >>confdefs.h <<_ACEOF
 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1  #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 _ACEOF  _ACEOF
Line 8648  done Line 8700  done
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }  $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
 if test "${ac_cv_c_const+set}" = set; then :  if ${ac_cv_c_const+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Line 8728  fi Line 8780  fi
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uid_t in sys/types.h" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uid_t in sys/types.h" >&5
 $as_echo_n "checking for uid_t in sys/types.h... " >&6; }  $as_echo_n "checking for uid_t in sys/types.h... " >&6; }
 if test "${ac_cv_type_uid_t+set}" = set; then :  if ${ac_cv_type_uid_t+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Line 8757  $as_echo "#define gid_t int" >>confdefs. Line 8809  $as_echo "#define gid_t int" >>confdefs.
 fi  fi
   
 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"  ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
 if test "x$ac_cv_type_pid_t" = x""yes; then :  if test "x$ac_cv_type_pid_t" = xyes; then :
   
 else  else
   
Line 8768  _ACEOF Line 8820  _ACEOF
 fi  fi
   
 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"  ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
 if test "x$ac_cv_type_size_t" = x""yes; then :  if test "x$ac_cv_type_size_t" = xyes; then :
   
 else  else
   
Line 8780  fi Line 8832  fi
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
 $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }  $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
 if test "${ac_cv_header_time+set}" = set; then :  if ${ac_cv_header_time+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Line 8815  fi Line 8867  fi
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5
 $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }  $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }
 if test "${ac_cv_struct_tm+set}" = set; then :  if ${ac_cv_struct_tm+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Line 8851  fi Line 8903  fi
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
 $as_echo_n "checking return type of signal handlers... " >&6; }  $as_echo_n "checking return type of signal handlers... " >&6; }
 if test "${ac_cv_type_signal+set}" = set; then :  if ${ac_cv_type_signal+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Line 8882  cat >>confdefs.h <<_ACEOF Line 8934  cat >>confdefs.h <<_ACEOF
 _ACEOF  _ACEOF
   
   
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken siginfo->si_pid" >&5
   $as_echo_n "checking for broken siginfo->si_pid... " >&6; }
   if test "$cross_compiling" = yes; then :
     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   as_fn_error $? "cannot run test program while cross compiling
   See \`config.log' for more details" "$LINENO" 5; }
   else
     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   /* end confdefs.h.  */
   #include <unistd.h>
   #include <signal.h>
   int flag;
   void handler(int signal, siginfo_t *siginfo, void *context)
   { flag = ((*siginfo).si_pid == getpid()) ? 0 : 1; }
   int
   main ()
   {
   struct sigaction    action;
   action.sa_sigaction = handler;
   action.sa_flags = SA_SIGINFO;
   sigaction(SIGUSR1, &action, NULL);
   raise(SIGUSR1);
   return(flag);
     ;
     return 0;
   }
   _ACEOF
   if ac_fn_c_try_run "$LINENO"; then :
     BROKEN_SIGINFO=-U_BROKEN_SIGINFO; { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   $as_echo "no" >&6; }
   else
     BROKEN_SIGINFO=-D_BROKEN_SIGINFO; { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   $as_echo "yes" >&6; }
   fi
   rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
     conftest.$ac_objext conftest.beam conftest.$ac_ext
   fi
   
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working strcoll" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working strcoll" >&5
 $as_echo_n "checking for working strcoll... " >&6; }  $as_echo_n "checking for working strcoll... " >&6; }
 if test "${ac_cv_func_strcoll_works+set}" = set; then :  if ${ac_cv_func_strcoll_works+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test "$cross_compiling" = yes; then :    if test "$cross_compiling" = yes; then :
Line 8924  fi Line 9016  fi
 for ac_func in strftime  for ac_func in strftime
 do :  do :
   ac_fn_c_check_func "$LINENO" "strftime" "ac_cv_func_strftime"    ac_fn_c_check_func "$LINENO" "strftime" "ac_cv_func_strftime"
 if test "x$ac_cv_func_strftime" = x""yes; then :  if test "x$ac_cv_func_strftime" = xyes; then :
   cat >>confdefs.h <<_ACEOF    cat >>confdefs.h <<_ACEOF
 #define HAVE_STRFTIME 1  #define HAVE_STRFTIME 1
 _ACEOF  _ACEOF
Line 8933  else Line 9025  else
   # strftime is in -lintl on SCO UNIX.    # strftime is in -lintl on SCO UNIX.
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strftime in -lintl" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strftime in -lintl" >&5
 $as_echo_n "checking for strftime in -lintl... " >&6; }  $as_echo_n "checking for strftime in -lintl... " >&6; }
 if test "${ac_cv_lib_intl_strftime+set}" = set; then :  if ${ac_cv_lib_intl_strftime+:} false; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
Line 8967  LIBS=$ac_check_lib_save_LIBS Line 9059  LIBS=$ac_check_lib_save_LIBS
 fi  fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_strftime" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_strftime" >&5
 $as_echo "$ac_cv_lib_intl_strftime" >&6; }  $as_echo "$ac_cv_lib_intl_strftime" >&6; }
 if test "x$ac_cv_lib_intl_strftime" = x""yes; then :  if test "x$ac_cv_lib_intl_strftime" = xyes; then :
   $as_echo "#define HAVE_STRFTIME 1" >>confdefs.h    $as_echo "#define HAVE_STRFTIME 1" >>confdefs.h
   
 LIBS="-lintl $LIBS"  LIBS="-lintl $LIBS"
Line 8979  done Line 9071  done
 for ac_func in vprintf  for ac_func in vprintf
 do :  do :
   ac_fn_c_check_func "$LINENO" "vprintf" "ac_cv_func_vprintf"    ac_fn_c_check_func "$LINENO" "vprintf" "ac_cv_func_vprintf"
 if test "x$ac_cv_func_vprintf" = x""yes; then :  if test "x$ac_cv_func_vprintf" = xyes; then :
   cat >>confdefs.h <<_ACEOF    cat >>confdefs.h <<_ACEOF
 #define HAVE_VPRINTF 1  #define HAVE_VPRINTF 1
 _ACEOF  _ACEOF
   
 ac_fn_c_check_func "$LINENO" "_doprnt" "ac_cv_func__doprnt"  ac_fn_c_check_func "$LINENO" "_doprnt" "ac_cv_func__doprnt"
 if test "x$ac_cv_func__doprnt" = x""yes; then :  if test "x$ac_cv_func__doprnt" = xyes; then :
   
 $as_echo "#define HAVE_DOPRNT 1" >>confdefs.h  $as_echo "#define HAVE_DOPRNT 1" >>confdefs.h
   
Line 9000  for ac_func in ftime getcwd putenv selec Line 9092  for ac_func in ftime getcwd putenv selec
 do :  do :
   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"  ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
 eval as_val=\$$as_ac_var  if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
    if test "x$as_val" = x""yes; then :  
   cat >>confdefs.h <<_ACEOF    cat >>confdefs.h <<_ACEOF
 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1  #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
 _ACEOF  _ACEOF
Line 9011  done Line 9102  done
   
   
   
   # Check whether --with-openssl_arch was given.
   if test "${with_openssl_arch+set}" = set; then :
     withval=$with_openssl_arch;
   else
     with_openssl_arch=none
   fi
   
   
   if test $(uname) = "OS/2"; then
       bash -c "cd tools/$OPENSSL && os2/OS2-EMX.cmd"
   else
       if test "x$with_openssl_arch" = xnone; then
           (cd tools/$OPENSSL && ./config)
       elif test "x$with_openssl_arch" = xyes -o "x$with_openssl_arch" = xno; then
           (cd tools/$OPENSSL && ./Configure)
           as_fn_error $? "OS/COMP informations are required!" "$LINENO" 5
       elif test "x$with_openssl_arch" = xlist; then
           (cd tools/$OPENSSL && ./Configure)
           as_fn_error $? "Please specify OS and Architecture" "$LINENO" 5
       else
           (cd tools/$OPENSSL && ./Configure $with_openssl_arch)
       fi
   fi
   
   
   
 subdirs="$subdirs tools/$NCURSES"  subdirs="$subdirs tools/$NCURSES"
   
 subdirs="$subdirs tools/$READLINE"  subdirs="$subdirs tools/$READLINE"
   
 subdirs="$subdirs tools/$UNITS"  
   
 subdirs="$subdirs tools/$GSL"  subdirs="$subdirs tools/$GSL"
   
 subdirs="$subdirs tools/$GPP"  subdirs="$subdirs tools/$GPP"
Line 9028  subdirs="$subdirs tools/$ICONV" Line 9142  subdirs="$subdirs tools/$ICONV"
   
 subdirs="$subdirs tools/$SQLITE"  subdirs="$subdirs tools/$SQLITE"
   
 tools/$OPENSSL/config  subdirs="$subdirs tools/$UNITS"
   
   
 if test "$MYGNUPLOT" = "yes"; then  if test "$MYGNUPLOT" = "yes"; then
     if test ! -d "$srcdir"/tools/$GNUPLOT; then      if test ! -d "$srcdir"/tools/$GNUPLOT; then
Line 9096  esac Line 9211  esac
   
 DATE_FR=$(env LC_ALL=fr_FR date +'%A %x, %X %Z')  DATE_FR=$(env LC_ALL=fr_FR date +'%A %x, %X %Z')
 DATE=$(env LC_ALL=C date +'%A %x, %X %Z')  DATE=$(env LC_ALL=C date +'%A %x, %X %Z')
   MALLOC=
   
   case $OS in
   
       Darwin)
           EXPORT_DYNAMIC=-Wl,-flat_namespace
           NESTED_FUNCTIONS=-fnested-functions
           SEMAPHORES_NOMMES=-DSEMAPHORES_NOMMES
           IPCS_SYSV=-UIPCS_SYSV
           CXXFLAGS="$CXXFLAGS -D_GLIBCXX_FULLY_DYNAMIC_STRING"
           ac_configure_args="$ac_configure_args --with-readline=builtin \
                   --disable-shared --enable-static --enable-threads"
           C_STANDARD=-std=gnu99
       break ;;
   
       Cygwin)
           EXPORT_DYNAMIC=-Wl,--export-all-symbols
           NESTED_FUNCTIONS=
           SEMAPHORES_NOMMES=-USEMAPHORES_NOMMES
           IPCS_SYSV=-UIPCS_SYSV
           ac_configure_args="$ac_configure_args --with-readline=builtin \
                   --disable-shared --enable-static --enable-threads"
           C_STANDARD=-std=gnu99
       break ;;
   
       Interix)
           EXPORT_DYNAMIC=-Wl,--export-all-symbols
           NESTED_FUNCTIONS=
           SEMAPHORES_NOMMES=-USEMAPHORES_NOMMES
           IPCS_SYSV=-UIPCS_SYSV
           ac_configure_args="$ac_configure_args --with-readline=builtin \
                   --disable-shared --enable-static --enable-threads"
           C_STANDARD=-std=gnu99
       break;;
   
       AIX)
           EXPORT_DYNAMIC=-Wl,--export-dynamic
           NESTED_FUNCTIONS=
           SEMAPHORES_NOMMES=-DSEMAPHORES_NOMMES
           IPCS_SYSV=-UIPCS_SYSV
           ac_configure_args="$ac_configure_args --with-readline=builtin \
                   --disable-shared --enable-static --enable-threads"
           C_STANDARD=-std=gnu99
       break ;;
   
       OS/2)
           if test $FORCED_FINAL_ENCODING -eq 0; then \
               FINAL_ENCODING=CP850; \
           fi;
           OS=OS2
           NESTED_FUNCTIONS=
           EXPORT_DYNAMIC=-Zmap
           SEMAPHORES_NOMMES=-USEMAPHORES_NOMMES
           IPCS_SYSV=-DIPCS_SYSV
           ac_configure_args="$ac_configure_args --without-readline \
                   --without-cairo --disable-shared --enable-static \
                   --enable-threads"
           C_STANDARD=
       break;;
   
       OpenBSD)
           if test $FORCED_FINAL_ENCODING -eq 0; then \
               FINAL_ENCODING=UTF-8; \
           fi;
           EXPORT_DYNAMIC=-Wl,--export-dynamic
           NESTED_FUNCTIONS=
           SEMAPHORES_NOMMES=-USEMAPHORES_NOMMES
           IPCS_SYSV=-DIPCS_SYSV
           ac_configure_args="$ac_configure_args --with-readline=builtin \
                   --disable-shared --enable-static --enable-threads"
           C_STANDARD=-std=gnu99
       break;;
   
       SunOS)
           EXPORT_DYNAMIC=-Wl,--export-dynamic
           NESTED_FUNCTIONS=
           SEMAPHORES_NOMMES=-USEMAPHORES_NOMMES
   
           if test $IPCS_SYSV = no; then
               IPCS_SYSV=-UIPCS_SYSV
           else
               IPCS_SYSV=-DIPCS_SYSV
           fi
   
           ac_configure_args="$ac_configure_args --with-readline=builtin \
                   --disable-shared --enable-static --enable-threads"
           C_STANDARD=-std=gnu99
           MALLOC=-lumem
       break ;;
   
       *)
           EXPORT_DYNAMIC=-Wl,--export-dynamic
           NESTED_FUNCTIONS=
           SEMAPHORES_NOMMES=-USEMAPHORES_NOMMES
   
           if test $IPCS_SYSV = no; then
               IPCS_SYSV=-UIPCS_SYSV
           else
               IPCS_SYSV=-DIPCS_SYSV
           fi
   
           ac_configure_args="$ac_configure_args --with-readline=builtin \
                   --disable-shared --enable-static --enable-threads"
           C_STANDARD=-std=gnu99
       break ;;
   
   esac
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
 if test $(uname) = "SunOS"; then  
     LIBMTMALLOC=-lmtmalloc  
 else  
     LIBMTMALLOC=  
 fi  
   
   
   
Line 9152  ac_config_files="$ac_config_files rplico Line 9384  ac_config_files="$ac_config_files rplico
   
 ac_config_files="$ac_config_files rplsums/Makefile"  ac_config_files="$ac_config_files rplsums/Makefile"
   
   ac_config_files="$ac_config_files rplcas/Makefile"
   
   ac_config_files="$ac_config_files rplawk/Makefile"
   
 ac_config_files="$ac_config_files lapack/lapack/Makefile"  ac_config_files="$ac_config_files lapack/lapack/Makefile"
   
 ac_config_files="$ac_config_files lapack/blas/Makefile"  ac_config_files="$ac_config_files lapack/blas/Makefile"
Line 9242  $as_echo "$as_me: WARNING: cache variabl Line 9478  $as_echo "$as_me: WARNING: cache variabl
      :end' >>confcache       :end' >>confcache
 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else  if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
   if test -w "$cache_file"; then    if test -w "$cache_file"; then
     test "x$cache_file" != "x/dev/null" &&      if test "x$cache_file" != "x/dev/null"; then
       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5        { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
 $as_echo "$as_me: updating cache $cache_file" >&6;}  $as_echo "$as_me: updating cache $cache_file" >&6;}
     cat confcache >$cache_file        if test ! -f "$cache_file" || test -h "$cache_file"; then
       cat confcache >"$cache_file"
         else
           case $cache_file in #(
           */* | ?:*)
         mv -f confcache "$cache_file"$$ &&
         mv -f "$cache_file"$$ "$cache_file" ;; #(
           *)
         mv -f confcache "$cache_file" ;;
       esac
         fi
       fi
   else    else
     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5      { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}  $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
Line 9261  DEFS=-DHAVE_CONFIG_H Line 9508  DEFS=-DHAVE_CONFIG_H
   
 ac_libobjs=  ac_libobjs=
 ac_ltlibobjs=  ac_ltlibobjs=
   U=
 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue  for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
   # 1. Remove the extension, and $U if already installed.    # 1. Remove the extension, and $U if already installed.
   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'    ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
Line 9284  else Line 9532  else
 fi  fi
   
 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then  if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
   as_fn_error "conditional \"AMDEP\" was never defined.    as_fn_error $? "conditional \"AMDEP\" was never defined.
 Usually this means the macro was only invoked conditionally." "$LINENO" 5  Usually this means the macro was only invoked conditionally." "$LINENO" 5
 fi  fi
 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then  if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
   as_fn_error "conditional \"am__fastdepCC\" was never defined.    as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
 Usually this means the macro was only invoked conditionally." "$LINENO" 5  Usually this means the macro was only invoked conditionally." "$LINENO" 5
 fi  fi
 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then  if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
   as_fn_error "conditional \"am__fastdepCXX\" was never defined.    as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
 Usually this means the macro was only invoked conditionally." "$LINENO" 5  Usually this means the macro was only invoked conditionally." "$LINENO" 5
 fi  fi
   
 : ${CONFIG_STATUS=./config.status}  : "${CONFIG_STATUS=./config.status}"
 ac_write_fail=0  ac_write_fail=0
 ac_clean_files_save=$ac_clean_files  ac_clean_files_save=$ac_clean_files
 ac_clean_files="$ac_clean_files $CONFIG_STATUS"  ac_clean_files="$ac_clean_files $CONFIG_STATUS"
Line 9397  fi Line 9645  fi
 IFS=" ""    $as_nl"  IFS=" ""    $as_nl"
   
 # Find who we are.  Look in the path if we contain no directory separator.  # Find who we are.  Look in the path if we contain no directory separator.
   as_myself=
 case $0 in #((  case $0 in #((
   *[\\/]* ) as_myself=$0 ;;    *[\\/]* ) as_myself=$0 ;;
   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Line 9442  export LANGUAGE Line 9691  export LANGUAGE
 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH  (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
   
   
 # as_fn_error ERROR [LINENO LOG_FD]  # as_fn_error STATUS ERROR [LINENO LOG_FD]
 # ---------------------------------  # ----------------------------------------
 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are  # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the  # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
 # script with status $?, using 1 if that was 0.  # script with STATUS, using 1 if that was 0.
 as_fn_error ()  as_fn_error ()
 {  {
   as_status=$?; test $as_status -eq 0 && as_status=1    as_status=$1; test $as_status -eq 0 && as_status=1
   if test "$3"; then    if test "$4"; then
     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack      as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3      $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
   fi    fi
   $as_echo "$as_me: error: $1" >&2    $as_echo "$as_me: error: $2" >&2
   as_fn_exit $as_status    as_fn_exit $as_status
 } # as_fn_error  } # as_fn_error
   
Line 9650  $as_echo X"$as_dir" | Line 9899  $as_echo X"$as_dir" |
       test -d "$as_dir" && break        test -d "$as_dir" && break
     done      done
     test -z "$as_dirs" || eval "mkdir $as_dirs"      test -z "$as_dirs" || eval "mkdir $as_dirs"
   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"    } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
   
   
 } # as_fn_mkdir_p  } # as_fn_mkdir_p
Line 9703  cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri Line 9952  cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
 # report actual input values of CONFIG_FILES etc. instead of their  # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.  # values after options handling.
 ac_log="  ac_log="
 This file was extended by rpl $as_me 4.0.13, which was  This file was extended by rpl $as_me 4.1.0.prerelease.2, which was
 generated by GNU Autoconf 2.65.  Invocation command line was  generated by GNU Autoconf 2.68.  Invocation command line was
   
   CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
   CONFIG_HEADERS  = $CONFIG_HEADERS    CONFIG_HEADERS  = $CONFIG_HEADERS
Line 9769  _ACEOF Line 10018  _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"  ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\  ac_cs_version="\\
 rpl config.status 4.0.13  rpl config.status 4.1.0.prerelease.2
 configured by $0, generated by GNU Autoconf 2.65,  configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"    with options \\"\$ac_cs_config\\"
   
 Copyright (C) 2009 Free Software Foundation, Inc.  Copyright (C) 2010 Free Software Foundation, Inc.
 This config.status script is free software; the Free Software Foundation  This config.status script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it."  gives unlimited permission to copy, distribute and modify it."
   
Line 9791  ac_need_defaults=: Line 10040  ac_need_defaults=:
 while test $# != 0  while test $# != 0
 do  do
   case $1 in    case $1 in
   --*=*)    --*=?*)
     ac_option=`expr "X$1" : 'X\([^=]*\)='`      ac_option=`expr "X$1" : 'X\([^=]*\)='`
     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`      ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
     ac_shift=:      ac_shift=:
     ;;      ;;
     --*=)
       ac_option=`expr "X$1" : 'X\([^=]*\)='`
       ac_optarg=
       ac_shift=:
       ;;
   *)    *)
     ac_option=$1      ac_option=$1
     ac_optarg=$2      ac_optarg=$2
Line 9817  do Line 10071  do
     $ac_shift      $ac_shift
     case $ac_optarg in      case $ac_optarg in
     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;      *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
       '') as_fn_error $? "missing file argument" ;;
     esac      esac
     as_fn_append CONFIG_FILES " '$ac_optarg'"      as_fn_append CONFIG_FILES " '$ac_optarg'"
     ac_need_defaults=false;;      ac_need_defaults=false;;
Line 9829  do Line 10084  do
     ac_need_defaults=false;;      ac_need_defaults=false;;
   --he | --h)    --he | --h)
     # Conflict between --help and --header      # Conflict between --help and --header
     as_fn_error "ambiguous option: \`$1'      as_fn_error $? "ambiguous option: \`$1'
 Try \`$0 --help' for more information.";;  Try \`$0 --help' for more information.";;
   --help | --hel | -h )    --help | --hel | -h )
     $as_echo "$ac_cs_usage"; exit ;;      $as_echo "$ac_cs_usage"; exit ;;
Line 9838  Try \`$0 --help' for more information."; Line 10093  Try \`$0 --help' for more information.";
     ac_cs_silent=: ;;      ac_cs_silent=: ;;
   
   # This is an error.    # This is an error.
   -*) as_fn_error "unrecognized option: \`$1'    -*) as_fn_error $? "unrecognized option: \`$1'
 Try \`$0 --help' for more information." ;;  Try \`$0 --help' for more information." ;;
   
   *) as_fn_append ac_config_targets " $1"    *) as_fn_append ac_config_targets " $1"
Line 9908  do Line 10163  do
     "rpltags/Makefile") CONFIG_FILES="$CONFIG_FILES rpltags/Makefile" ;;      "rpltags/Makefile") CONFIG_FILES="$CONFIG_FILES rpltags/Makefile" ;;
     "rpliconv/Makefile") CONFIG_FILES="$CONFIG_FILES rpliconv/Makefile" ;;      "rpliconv/Makefile") CONFIG_FILES="$CONFIG_FILES rpliconv/Makefile" ;;
     "rplsums/Makefile") CONFIG_FILES="$CONFIG_FILES rplsums/Makefile" ;;      "rplsums/Makefile") CONFIG_FILES="$CONFIG_FILES rplsums/Makefile" ;;
       "rplcas/Makefile") CONFIG_FILES="$CONFIG_FILES rplcas/Makefile" ;;
       "rplawk/Makefile") CONFIG_FILES="$CONFIG_FILES rplawk/Makefile" ;;
     "lapack/lapack/Makefile") CONFIG_FILES="$CONFIG_FILES lapack/lapack/Makefile" ;;      "lapack/lapack/Makefile") CONFIG_FILES="$CONFIG_FILES lapack/lapack/Makefile" ;;
     "lapack/blas/Makefile") CONFIG_FILES="$CONFIG_FILES lapack/blas/Makefile" ;;      "lapack/blas/Makefile") CONFIG_FILES="$CONFIG_FILES lapack/blas/Makefile" ;;
     "man/rpl.1") CONFIG_FILES="$CONFIG_FILES man/rpl.1" ;;      "man/rpl.1") CONFIG_FILES="$CONFIG_FILES man/rpl.1" ;;
Line 9921  do Line 10178  do
     "man/fr_FR/rpltags.1") CONFIG_FILES="$CONFIG_FILES man/fr_FR/rpltags.1" ;;      "man/fr_FR/rpltags.1") CONFIG_FILES="$CONFIG_FILES man/fr_FR/rpltags.1" ;;
     "man/fr_FR/mkrplso.1") CONFIG_FILES="$CONFIG_FILES man/fr_FR/mkrplso.1" ;;      "man/fr_FR/mkrplso.1") CONFIG_FILES="$CONFIG_FILES man/fr_FR/mkrplso.1" ;;
   
   *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;    *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
   esac    esac
 done  done
   
Line 9944  fi Line 10201  fi
 # after its creation but before its name has been assigned to `$tmp'.  # after its creation but before its name has been assigned to `$tmp'.
 $debug ||  $debug ||
 {  {
   tmp=    tmp= ac_tmp=
   trap 'exit_status=$?    trap 'exit_status=$?
   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status    : "${ac_tmp:=$tmp}"
     { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
 ' 0  ' 0
   trap 'as_fn_exit 1' 1 2 13 15    trap 'as_fn_exit 1' 1 2 13 15
 }  }
Line 9954  $debug || Line 10212  $debug ||
   
 {  {
   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&    tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
   test -n "$tmp" && test -d "$tmp"    test -d "$tmp"
 }  ||  }  ||
 {  {
   tmp=./conf$$-$RANDOM    tmp=./conf$$-$RANDOM
   (umask 077 && mkdir "$tmp")    (umask 077 && mkdir "$tmp")
 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5  } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
   ac_tmp=$tmp
   
 # Set up the scripts for CONFIG_FILES section.  # Set up the scripts for CONFIG_FILES section.
 # No need to generate them if there are no CONFIG_FILES.  # No need to generate them if there are no CONFIG_FILES.
Line 9976  if test "x$ac_cr" = x; then Line 10235  if test "x$ac_cr" = x; then
 fi  fi
 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`  ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then  if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
   ac_cs_awk_cr='\r'    ac_cs_awk_cr='\\r'
 else  else
   ac_cs_awk_cr=$ac_cr    ac_cs_awk_cr=$ac_cr
 fi  fi
   
 echo 'BEGIN {' >"$tmp/subs1.awk" &&  echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
 _ACEOF  _ACEOF
   
   
Line 9990  _ACEOF Line 10249  _ACEOF
   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&    echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
   echo "_ACEOF"    echo "_ACEOF"
 } >conf$$subs.sh ||  } >conf$$subs.sh ||
   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`  ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
 ac_delim='%!_!# '  ac_delim='%!_!# '
 for ac_last_try in false false false false false :; do  for ac_last_try in false false false false false :; do
   . ./conf$$subs.sh ||    . ./conf$$subs.sh ||
     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5      as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
   
   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`    ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
   if test $ac_delim_n = $ac_delim_num; then    if test $ac_delim_n = $ac_delim_num; then
     break      break
   elif $ac_last_try; then    elif $ac_last_try; then
     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5      as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
   else    else
     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "      ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
   fi    fi
Line 10009  done Line 10268  done
 rm -f conf$$subs.sh  rm -f conf$$subs.sh
   
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&  cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
 _ACEOF  _ACEOF
 sed -n '  sed -n '
 h  h
Line 10057  t delim Line 10316  t delim
 rm -f conf$$subs.awk  rm -f conf$$subs.awk
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 _ACAWK  _ACAWK
 cat >>"\$tmp/subs1.awk" <<_ACAWK &&  cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
   for (key in S) S_is_set[key] = 1    for (key in S) S_is_set[key] = 1
   FS = ""    FS = ""
   
Line 10089  if sed "s/$ac_cr//" < /dev/null > /dev/n Line 10348  if sed "s/$ac_cr//" < /dev/null > /dev/n
   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"    sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
 else  else
   cat    cat
 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \  fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
   || as_fn_error "could not setup config files machinery" "$LINENO" 5    || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
 _ACEOF  _ACEOF
   
 # VPATH may cause trouble with some makes, so we remove $(srcdir),  # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and  # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
 # trailing colons and then remove the whole line if VPATH becomes empty  # trailing colons and then remove the whole line if VPATH becomes empty
 # (actually we leave an empty line to preserve line numbers).  # (actually we leave an empty line to preserve line numbers).
 if test "x$srcdir" = x.; then  if test "x$srcdir" = x.; then
   ac_vpsub='/^[  ]*VPATH[    ]*=/{    ac_vpsub='/^[  ]*VPATH[    ]*=[    ]*/{
 s/:*\$(srcdir):*/:/  h
 s/:*\${srcdir}:*/:/  s///
 s/:*@srcdir@:*/:/  s/^/:/
 s/^\([^=]*=[     ]*\):*/\1/  s/[  ]*$/:/
   s/:\$(srcdir):/:/g
   s/:\${srcdir}:/:/g
   s/:@srcdir@:/:/g
   s/^:*//
 s/:*$//  s/:*$//
   x
   s/\(=[   ]*\).*/\1/
   G
   s/\n//
 s/^[^=]*=[   ]*$//  s/^[^=]*=[   ]*$//
 }'  }'
 fi  fi
Line 10115  fi # test -n "$CONFIG_FILES" Line 10382  fi # test -n "$CONFIG_FILES"
 # No need to generate them if there are no CONFIG_HEADERS.  # No need to generate them if there are no CONFIG_HEADERS.
 # This happens for instance with `./config.status Makefile'.  # This happens for instance with `./config.status Makefile'.
 if test -n "$CONFIG_HEADERS"; then  if test -n "$CONFIG_HEADERS"; then
 cat >"$tmp/defines.awk" <<\_ACAWK ||  cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
 BEGIN {  BEGIN {
 _ACEOF  _ACEOF
   
Line 10127  _ACEOF Line 10394  _ACEOF
 # handling of long lines.  # handling of long lines.
 ac_delim='%!_!# '  ac_delim='%!_!# '
 for ac_last_try in false false :; do  for ac_last_try in false false :; do
   ac_t=`sed -n "/$ac_delim/p" confdefs.h`    ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
   if test -z "$ac_t"; then    if test -z "$ac_tt"; then
     break      break
   elif $ac_last_try; then    elif $ac_last_try; then
     as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5      as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
   else    else
     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "      ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
   fi    fi
Line 10216  cat >>$CONFIG_STATUS <<_ACEOF || ac_writ Line 10483  cat >>$CONFIG_STATUS <<_ACEOF || ac_writ
 _ACAWK  _ACAWK
 _ACEOF  _ACEOF
 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   as_fn_error "could not setup config headers machinery" "$LINENO" 5    as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
 fi # test -n "$CONFIG_HEADERS"  fi # test -n "$CONFIG_HEADERS"
   
   
Line 10229  do Line 10496  do
   esac    esac
   case $ac_mode$ac_tag in    case $ac_mode$ac_tag in
   :[FHL]*:*);;    :[FHL]*:*);;
   :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;    :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
   :[FH]-) ac_tag=-:-;;    :[FH]-) ac_tag=-:-;;
   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;    :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
   esac    esac
Line 10248  do Line 10515  do
     for ac_f      for ac_f
     do      do
       case $ac_f in        case $ac_f in
       -) ac_f="$tmp/stdin";;        -) ac_f="$ac_tmp/stdin";;
       *) # Look for the file first in the build tree, then in the source tree        *) # Look for the file first in the build tree, then in the source tree
      # (if the path is not absolute).  The absolute path cannot be DOS-style,       # (if the path is not absolute).  The absolute path cannot be DOS-style,
      # because $ac_f cannot contain `:'.       # because $ac_f cannot contain `:'.
Line 10257  do Line 10524  do
        [\\/$]*) false;;         [\\/$]*) false;;
        *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;         *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
        esac ||         esac ||
        as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;         as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
       esac        esac
       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac        case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
       as_fn_append ac_file_inputs " '$ac_f'"        as_fn_append ac_file_inputs " '$ac_f'"
Line 10283  $as_echo "$as_me: creating $ac_file" >&6 Line 10550  $as_echo "$as_me: creating $ac_file" >&6
     esac      esac
   
     case $ac_tag in      case $ac_tag in
     *:-:* | *:-) cat >"$tmp/stdin" \      *:-:* | *:-) cat >"$ac_tmp/stdin" \
       || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;        || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
     esac      esac
     ;;      ;;
   esac    esac
Line 10420  s&@INSTALL@&$ac_INSTALL&;t t Line 10687  s&@INSTALL@&$ac_INSTALL&;t t
 s&@MKDIR_P@&$ac_MKDIR_P&;t t  s&@MKDIR_P@&$ac_MKDIR_P&;t t
 $ac_datarootdir_hack  $ac_datarootdir_hack
 "  "
 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \  eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
   || as_fn_error "could not create $ac_file" "$LINENO" 5    >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
   
 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&  test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&    { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&    { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' \
         "$ac_tmp/out"`; test -z "$ac_out"; } &&
   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 which seems to be undefined.  Please make sure it is defined." >&5  which seems to be undefined.  Please make sure it is defined" >&5
 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'  $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 which seems to be undefined.  Please make sure it is defined." >&2;}  which seems to be undefined.  Please make sure it is defined" >&2;}
   
   rm -f "$tmp/stdin"    rm -f "$ac_tmp/stdin"
   case $ac_file in    case $ac_file in
   -) cat "$tmp/out" && rm -f "$tmp/out";;    -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;    *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
   esac \    esac \
   || as_fn_error "could not create $ac_file" "$LINENO" 5    || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  ;;   ;;
   :H)    :H)
   #    #
Line 10445  which seems to be undefined.  Please mak Line 10713  which seems to be undefined.  Please mak
   if test x"$ac_file" != x-; then    if test x"$ac_file" != x-; then
     {      {
       $as_echo "/* $configure_input  */" \        $as_echo "/* $configure_input  */" \
       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"        && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
     } >"$tmp/config.h" \      } >"$ac_tmp/config.h" \
       || as_fn_error "could not create $ac_file" "$LINENO" 5        || as_fn_error $? "could not create $ac_file" "$LINENO" 5
     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then      if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5        { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
 $as_echo "$as_me: $ac_file is unchanged" >&6;}  $as_echo "$as_me: $ac_file is unchanged" >&6;}
     else      else
       rm -f "$ac_file"        rm -f "$ac_file"
       mv "$tmp/config.h" "$ac_file" \        mv "$ac_tmp/config.h" "$ac_file" \
     || as_fn_error "could not create $ac_file" "$LINENO" 5      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
     fi      fi
   else    else
     $as_echo "/* $configure_input  */" \      $as_echo "/* $configure_input  */" \
       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \        && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
       || as_fn_error "could not create -" "$LINENO" 5        || as_fn_error $? "could not create -" "$LINENO" 5
   fi    fi
 # Compute "$ac_file"'s index in $config_headers.  # Compute "$ac_file"'s index in $config_headers.
 _am_arg="$ac_file"  _am_arg="$ac_file"
Line 10609  _ACEOF Line 10877  _ACEOF
 ac_clean_files=$ac_clean_files_save  ac_clean_files=$ac_clean_files_save
   
 test $ac_write_fail = 0 ||  test $ac_write_fail = 0 ||
   as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5    as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
   
   
 # configure is writing to config.log, and then calls config.status.  # configure is writing to config.log, and then calls config.status.
Line 10630  if test "$no_create" != yes; then Line 10898  if test "$no_create" != yes; then
   exec 5>>config.log    exec 5>>config.log
   # Use ||, not &&, to avoid exiting from the if with $? = 1, which    # Use ||, not &&, to avoid exiting from the if with $? = 1, which
   # would make configure fail if this is the last instruction.    # would make configure fail if this is the last instruction.
   $ac_cs_success || as_fn_exit $?    $ac_cs_success || as_fn_exit 1
 fi  fi
   
 #  #
Line 10771  $as_echo "$as_me: running $SHELL $ac_sub Line 11039  $as_echo "$as_me: running $SHELL $ac_sub
       # The eval makes quoting arguments work.        # The eval makes quoting arguments work.
       eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \        eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
        --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||         --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
     as_fn_error "$ac_sub_configure failed for $ac_dir" "$LINENO" 5      as_fn_error $? "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
     fi      fi
   
     cd "$ac_popdir"      cd "$ac_popdir"

Removed from v.1.11  
changed lines
  Added in v.1.59


CVSweb interface <joel.bertrand@systella.fr>