Diff for /rpl/Attic/configure between versions 1.52.2.3 and 1.53

version 1.52.2.3, 2011/05/09 13:52:06 version 1.53, 2011/04/11 12:10:02
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.68 for rpl 4.0.24.  # Generated by GNU Autoconf 2.67 for rpl 4.1.0.prerelease.0.
 #  #
 #  #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,  # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
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 215  IFS=$as_save_IFS Line 214  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
     case $- in # ((((      exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
       *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 557  MAKEFLAGS= Line 549  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.24'  PACKAGE_VERSION='4.1.0.prerelease.0'
 PACKAGE_STRING='rpl 4.0.24'  PACKAGE_STRING='rpl 4.1.0.prerelease.0'
 PACKAGE_BUGREPORT=''  PACKAGE_BUGREPORT=''
 PACKAGE_URL=''  PACKAGE_URL=''
   
Line 1219  Try \`$0 --help' for more information" Line 1211  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 1357  if test "$ac_init_help" = "long"; then Line 1349  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.24 to adapt to many kinds of systems.  \`configure' configures rpl 4.1.0.prerelease.0 to adapt to many kinds of systems.
   
 Usage: $0 [OPTION]... [VAR=VALUE]...  Usage: $0 [OPTION]... [VAR=VALUE]...
   
Line 1432  fi Line 1424  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.24:";;       short | recursive ) echo "Configuration of rpl 4.1.0.prerelease.0:";;
    esac     esac
   cat <<\_ACEOF    cat <<\_ACEOF
   
Line 1548  fi Line 1540  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.24  rpl configure 4.1.0.prerelease.0
 generated by GNU Autoconf 2.68  generated by GNU Autoconf 2.67
   
 Copyright (C) 2010 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
Line 1595  sed 's/^/| /' conftest.$ac_ext >&5 Line 1587  sed 's/^/| /' conftest.$ac_ext >&5
   
     ac_retval=1      ac_retval=1
 fi  fi
   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno    eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; 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 1633  sed 's/^/| /' conftest.$ac_ext >&5 Line 1625  sed 's/^/| /' conftest.$ac_ext >&5
   
     ac_retval=1      ac_retval=1
 fi  fi
   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno    eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; 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 1671  sed 's/^/| /' conftest.$ac_ext >&5 Line 1663  sed 's/^/| /' conftest.$ac_ext >&5
   
     ac_retval=1      ac_retval=1
 fi  fi
   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno    eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; 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 1709  sed 's/^/| /' conftest.$ac_ext >&5 Line 1701  sed 's/^/| /' conftest.$ac_ext >&5
   
     ac_retval=1      ac_retval=1
 fi  fi
   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno    eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; 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 1746  sed 's/^/| /' conftest.$ac_ext >&5 Line 1738  sed 's/^/| /' conftest.$ac_ext >&5
   
     ac_retval=1      ac_retval=1
 fi  fi
   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno    eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; 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 1792  fi Line 1784  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; ${as_lineno_stack:+:} unset as_lineno    eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; 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 1805  ac_fn_c_check_func () Line 1797  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 eval \${$3+:} false; then :  if eval "test \"\${$3+set}\"" = set; 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 1860  fi Line 1852  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; ${as_lineno_stack:+:} unset as_lineno    eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
   
 } # ac_fn_c_check_func  } # ac_fn_c_check_func
   
Line 1873  ac_fn_c_check_type () Line 1865  ac_fn_c_check_type ()
   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 eval \${$3+:} false; then :  if eval "test \"\${$3+set}\"" = set; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   eval "$3=no"    eval "$3=no"
Line 1914  fi Line 1906  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; ${as_lineno_stack:+:} unset as_lineno    eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
   
 } # ac_fn_c_check_type  } # ac_fn_c_check_type
   
Line 1955  sed 's/^/| /' conftest.$ac_ext >&5 Line 1947  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; ${as_lineno_stack:+:} unset as_lineno    eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; 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 2133  rm -f core *.core core.conftest.* gmon.o Line 2125  rm -f core *.core core.conftest.* gmon.o
 rm -f conftest.val  rm -f conftest.val
   
   fi    fi
   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno    eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; 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 2147  ac_fn_c_check_header_compile () Line 2139  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 eval \${$3+:} false; then :  if eval "test \"\${$3+set}\"" = set; 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 2165  fi Line 2157  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; ${as_lineno_stack:+:} unset as_lineno    eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
   
 } # ac_fn_c_check_header_compile  } # ac_fn_c_check_header_compile
   
Line 2177  $as_echo "$ac_res" >&6; } Line 2169  $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 eval \${$3+:} false; then :    if eval "test \"\${$3+set}\"" = set; 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 eval \${$3+:} false; then :  if eval "test \"\${$3+set}\"" = set; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 fi  fi
 eval ac_res=\$$3  eval ac_res=\$$3
Line 2243  $as_echo "$as_me: WARNING: $2: proceedin Line 2235  $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 eval \${$3+:} false; then :  if eval "test \"\${$3+set}\"" = set; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   eval "$3=\$ac_header_compiler"    eval "$3=\$ac_header_compiler"
Line 2252  eval ac_res=\$$3 Line 2244  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; ${as_lineno_stack:+:} unset as_lineno    eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
   
 } # ac_fn_c_check_header_mongrel  } # ac_fn_c_check_header_mongrel
 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.24, which was  It was created by rpl $as_me 4.1.0.prerelease.0, which was
 generated by GNU Autoconf 2.68.  Invocation command line was  generated by GNU Autoconf 2.67.  Invocation command line was
   
   $ $0 $@    $ $0 $@
   
Line 2518  $as_echo "$as_me: loading site script $a Line 2510  $as_echo "$as_me: loading site script $a
       || { { $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 $? "failed to load site script $ac_site_file  as_fn_error $? "failed to load site script $ac_site_file
 See \`config.log' for more details" "$LINENO" 5; }  See \`config.log' for more details" "$LINENO" 5 ; }
   fi    fi
 done  done
   
Line 2642  $SHELL "$ac_aux_dir/config.sub" sun4 >/d Line 2634  $SHELL "$ac_aux_dir/config.sub" sun4 >/d
   
 { $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 ${ac_cv_build+:} false; then :  if test "${ac_cv_build+set}" = set; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   ac_build_alias=$build_alias    ac_build_alias=$build_alias
Line 2658  fi Line 2650  fi
 $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 2676  case $build_os in *\ *) build_os=`echo " Line 2668  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 ${ac_cv_host+:} false; then :  if test "${ac_cv_host+set}" = set; 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
Line 2691  fi Line 2683  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 2709  case $host_os in *\ *) host_os=`echo "$h Line 2701  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 ${ac_cv_target+:} false; then :  if test "${ac_cv_target+set}" = set; 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
Line 2724  fi Line 2716  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 2766  am__api_version='1.11' Line 2758  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 ${ac_cv_path_install+:} false; then :  if test "${ac_cv_path_install+set}" = set; 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 2853  am_lf=' Line 2845  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 2943  if test "$cross_compiling" != no; then Line 2935  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 ${ac_cv_prog_STRIP+:} false; then :  if test "${ac_cv_prog_STRIP+set}" = set; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$STRIP"; then    if test -n "$STRIP"; then
Line 2983  if test -z "$ac_cv_prog_STRIP"; then Line 2975  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 ${ac_cv_prog_ac_ct_STRIP+:} false; then :  if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; 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 3036  INSTALL_STRIP_PROGRAM="\$(install_sh) -c Line 3028  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 ${ac_cv_path_mkdir+:} false; then :    if test "${ac_cv_path_mkdir+set}" = set; 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 3087  do Line 3079  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 ${ac_cv_prog_AWK+:} false; then :  if test "${ac_cv_prog_AWK+set}" = set; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$AWK"; then    if test -n "$AWK"; then
Line 3127  done Line 3119  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 eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :  if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   cat >conftest.make <<\_ACEOF    cat >conftest.make <<\_ACEOF
Line 3185  fi Line 3177  fi
   
 # Define the identity of the package.  # Define the identity of the package.
  PACKAGE='rpl'   PACKAGE='rpl'
  VERSION='4.0.24'   VERSION='4.1.0.prerelease.0'
   
   
 cat >>confdefs.h <<_ACEOF  cat >>confdefs.h <<_ACEOF
Line 3252  if test -n "$ac_tool_prefix"; then Line 3244  if test -n "$ac_tool_prefix"; then
 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 ${ac_cv_prog_CC+:} false; then :  if test "${ac_cv_prog_CC+set}" = set; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$CC"; then    if test -n "$CC"; then
Line 3296  do Line 3288  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 ${ac_cv_prog_ac_ct_CC+:} false; then :  if test "${ac_cv_prog_ac_ct_CC+set}" = set; 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 3349  fi Line 3341  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 3464  sed 's/^/| /' conftest.$ac_ext >&5 Line 3456  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 77 "C compiler cannot create executables  as_fn_error 77 "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 3507  else Line 3499  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 3566  $as_echo "$ac_try_echo"; } >&5 Line 3558  $as_echo "$ac_try_echo"; } >&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 3577  rm -f conftest.$ac_ext conftest$ac_cv_ex Line 3569  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 ${ac_cv_objext+:} false; then :  if test "${ac_cv_objext+set}" = set; 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 3618  sed 's/^/| /' conftest.$ac_ext >&5 Line 3610  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 3628  OBJEXT=$ac_cv_objext Line 3620  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 ${ac_cv_c_compiler_gnu+:} false; then :  if test "${ac_cv_c_compiler_gnu+set}" = set; 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 3665  ac_test_CFLAGS=${CFLAGS+set} Line 3657  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 ${ac_cv_prog_cc_g+:} false; then :  if test "${ac_cv_prog_cc_g+set}" = set; 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 3743  else Line 3735  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 ${ac_cv_prog_cc_c89+:} false; then :  if test "${ac_cv_prog_cc_c89+set}" = set; 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 3904  depcc="$CC"   am_compiler_list= Line 3896  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 ${am_cv_CC_dependencies_compiler_type+:} false; then :  if test "${am_cv_CC_dependencies_compiler_type+set}" = set; 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 4060  $as_echo_n "checking whether cc understa Line 4052  $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 eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then :  if eval "test \"\${ac_cv_prog_cc_${ac_cc}_c_o+set}\"" = set; 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 4198  if test -z "$CXX"; then Line 4190  if test -z "$CXX"; then
 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 ${ac_cv_prog_CXX+:} false; then :  if test "${ac_cv_prog_CXX+set}" = set; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$CXX"; then    if test -n "$CXX"; then
Line 4242  do Line 4234  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 ${ac_cv_prog_ac_ct_CXX+:} false; then :  if test "${ac_cv_prog_ac_ct_CXX+set}" = set; 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 4320  done Line 4312  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 ${ac_cv_cxx_compiler_gnu+:} false; then :  if test "${ac_cv_cxx_compiler_gnu+set}" = set; 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 4357  ac_test_CXXFLAGS=${CXXFLAGS+set} Line 4349  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 ${ac_cv_prog_cxx_g+:} false; then :  if test "${ac_cv_prog_cxx_g+set}" = set; 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 4443  depcc="$CXX"  am_compiler_list= Line 4435  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 ${am_cv_CXX_dependencies_compiler_type+:} false; then :  if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; 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 4582  if test -n "$ac_tool_prefix"; then Line 4574  if test -n "$ac_tool_prefix"; then
 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 ${ac_cv_prog_F77+:} false; then :  if test "${ac_cv_prog_F77+set}" = set; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$F77"; then    if test -n "$F77"; then
Line 4626  do Line 4618  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 ${ac_cv_prog_ac_ct_F77+:} false; then :  if test "${ac_cv_prog_ac_ct_F77+set}" = set; 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 4708  ac_save_ext=$ac_ext Line 4700  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 ${ac_cv_f77_compiler_gnu+:} false; then :  if test "${ac_cv_f77_compiler_gnu+set}" = set; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   cat > conftest.$ac_ext <<_ACEOF    cat > conftest.$ac_ext <<_ACEOF
Line 4736  ac_save_FFLAGS=$FFLAGS Line 4728  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 ${ac_cv_prog_f77_g+:} false; then :  if test "${ac_cv_prog_f77_g+set}" = set; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   FFLAGS=-g    FFLAGS=-g
Line 4798  if test -n "$ac_tool_prefix"; then Line 4790  if test -n "$ac_tool_prefix"; then
 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 ${ac_cv_prog_FC+:} false; then :  if test "${ac_cv_prog_FC+set}" = set; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$FC"; then    if test -n "$FC"; then
Line 4842  do Line 4834  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 ${ac_cv_prog_ac_ct_FC+:} false; then :  if test "${ac_cv_prog_ac_ct_FC+set}" = set; 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 4924  ac_save_ext=$ac_ext Line 4916  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 ${ac_cv_fc_compiler_gnu+:} false; then :  if test "${ac_cv_fc_compiler_gnu+set}" = set; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   cat > conftest.$ac_ext <<_ACEOF    cat > conftest.$ac_ext <<_ACEOF
Line 4952  ac_save_FCFLAGS=$FCFLAGS Line 4944  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 ${ac_cv_prog_fc_g+:} false; then :  if test "${ac_cv_prog_fc_g+set}" = set; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   FCFLAGS=-g    FCFLAGS=-g
Line 5031  if test -n "$CPP" && test -d "$CPP"; the Line 5023  if test -n "$CPP" && test -d "$CPP"; the
   CPP=    CPP=
 fi  fi
 if test -z "$CPP"; then  if test -z "$CPP"; then
   if ${ac_cv_prog_CPP+:} false; then :    if test "${ac_cv_prog_CPP+set}" = set; 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 5147  else Line 5139  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 5172  if test "x$with_x" = xno; then Line 5164  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 ${ac_cv_have_x+:} false; then :      *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; 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 5450  if ac_fn_c_try_link "$LINENO"; then : Line 5442  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 ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :  if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; 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 5484  LIBS=$ac_check_lib_save_LIBS Line 5476  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" = xyes; then :  if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; 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 ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then :  if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; 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 5525  LIBS=$ac_check_lib_save_LIBS Line 5517  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" = xyes; then :  if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"    X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
 fi  fi
   
Line 5544  rm -f core conftest.err conftest.$ac_obj Line 5536  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" = xyes; then :  if test "x$ac_cv_func_gethostbyname" = x""yes; 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 ${ac_cv_lib_nsl_gethostbyname+:} false; then :  if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; 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 5585  LIBS=$ac_check_lib_save_LIBS Line 5577  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" = xyes; then :  if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; 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 ${ac_cv_lib_bsd_gethostbyname+:} false; then :  if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; 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 5626  LIBS=$ac_check_lib_save_LIBS Line 5618  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" = xyes; then :  if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"    X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
 fi  fi
   
Line 5641  fi Line 5633  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" = xyes; then :  if test "x$ac_cv_func_connect" = x""yes; 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 ${ac_cv_lib_socket_connect+:} false; then :  if test "${ac_cv_lib_socket_connect+set}" = set; 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 5682  LIBS=$ac_check_lib_save_LIBS Line 5674  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" = xyes; then :  if test "x$ac_cv_lib_socket_connect" = x""yes; then :
   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"    X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
 fi  fi
   
Line 5690  fi Line 5682  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" = xyes; then :  if test "x$ac_cv_func_remove" = x""yes; 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 ${ac_cv_lib_posix_remove+:} false; then :  if test "${ac_cv_lib_posix_remove+set}" = set; 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 5731  LIBS=$ac_check_lib_save_LIBS Line 5723  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" = xyes; then :  if test "x$ac_cv_lib_posix_remove" = x""yes; then :
   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"    X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
 fi  fi
   
Line 5739  fi Line 5731  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" = xyes; then :  if test "x$ac_cv_func_shmat" = x""yes; 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 ${ac_cv_lib_ipc_shmat+:} false; then :  if test "${ac_cv_lib_ipc_shmat+set}" = set; 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 5780  LIBS=$ac_check_lib_save_LIBS Line 5772  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" = xyes; then :  if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"    X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
 fi  fi
   
Line 5798  fi Line 5790  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 ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then :  if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; 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 5832  LIBS=$ac_check_lib_save_LIBS Line 5824  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" = xyes; then :  if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"    X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
 fi  fi
   
Line 5996  else Line 5988  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 ${ac_cv_lib_Xm_main+:} false; then :  if test "${ac_cv_lib_Xm_main+set}" = set; 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 6024  LIBS=$ac_check_lib_save_LIBS Line 6016  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" = xyes; then :  if test "x$ac_cv_lib_Xm_main" = x""yes; then :
   MOTIF_SUPPORT="-DMOTIF_SUPPORT"    MOTIF_SUPPORT="-DMOTIF_SUPPORT"
 else  else
   MOTIF_SUPPORT="-UMOTIF_SUPPORT"    MOTIF_SUPPORT="-UMOTIF_SUPPORT"
Line 6174  fi Line 6166  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 eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :  if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   cat >conftest.make <<\_ACEOF    cat >conftest.make <<\_ACEOF
Line 6206  if test -n "$ac_tool_prefix"; then Line 6198  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 ${ac_cv_prog_RANLIB+:} false; then :  if test "${ac_cv_prog_RANLIB+set}" = set; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$RANLIB"; then    if test -n "$RANLIB"; then
Line 6246  if test -z "$ac_cv_prog_RANLIB"; then Line 6238  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 ${ac_cv_prog_ac_ct_RANLIB+:} false; then :  if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; 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 6298  fi Line 6290  fi
 set dummy nawk; 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 ${ac_cv_prog_AWK+:} false; then :  if test "${ac_cv_prog_AWK+set}" = set; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$AWK"; then    if test -n "$AWK"; then
Line 6337  if test "$AWK" = no; then Line 6329  if test "$AWK" = no; then
 set dummy gawk; ac_word=$2  set dummy gawk; 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 ${ac_cv_prog_AWK+:} false; then :  if test "${ac_cv_prog_AWK+set}" = set; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$AWK"; then    if test -n "$AWK"; then
Line 6380  fi Line 6372  fi
 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 ${ac_cv_prog_SED+:} false; then :  if test "${ac_cv_prog_SED+set}" = set; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$SED"; then    if test -n "$SED"; then
Line 6425  if test "$TEX_SUPPORT" = guessed; then Line 6417  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 ${ac_cv_prog_TEX+:} false; then :  if test "${ac_cv_prog_TEX+set}" = set; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$TEX"; then    if test -n "$TEX"; then
Line 6473  Download at http://tex.loria.fr/ Line 6465  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 ${ac_cv_prog_LATEX+:} false; then :  if test "${ac_cv_prog_LATEX+set}" = set; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$LATEX"; then    if test -n "$LATEX"; then
Line 6521  Download at http://tex.loria.fr/ Line 6513  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 ${ac_cv_prog_DVIPS+:} false; then :  if test "${ac_cv_prog_DVIPS+set}" = set; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$DVIPS"; then    if test -n "$DVIPS"; then
Line 6569  Download at http://tex.loria.fr/ Line 6561  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 ${ac_cv_prog_GS+:} false; then :  if test "${ac_cv_prog_GS+set}" = set; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$GS"; then    if test -n "$GS"; then
Line 6617  Download at http://ftp.lip6.fr/ Line 6609  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 ${ac_cv_prog_GV+:} false; then :  if test "${ac_cv_prog_GV+set}" = set; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$GV"; then    if test -n "$GV"; then
Line 6673  if test "$GNUPLOT_SUPPORT" = guessed; th Line 6665  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 ${ac_cv_prog_GNUPLOT_P+:} false; then :  if test "${ac_cv_prog_GNUPLOT_P+set}" = set; 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 6731  if test "$VIM_SUPPORT" = guessed; then Line 6723  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 ${ac_cv_prog_VIM+:} false; then :  if test "${ac_cv_prog_VIM+set}" = set; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -n "$VIM"; then    if test -n "$VIM"; then
Line 6791  if test "$MOTIF_SUPPORT" = guessed; then Line 6783  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 ${ac_cv_lib_Xm_main+:} false; then :  if test "${ac_cv_lib_Xm_main+set}" = set; 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 6819  LIBS=$ac_check_lib_save_LIBS Line 6811  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" = xyes; then :  if test "x$ac_cv_lib_Xm_main" = x""yes; then :
   MOTIF_SUPPORT="-DMOTIF_SUPPORT"    MOTIF_SUPPORT="-DMOTIF_SUPPORT"
 else  else
   MOTIF_SUPPORT="-UMOTIF_SUPPORT"    MOTIF_SUPPORT="-UMOTIF_SUPPORT"
Line 6844  if test "$MOTIF_SUPPORT" = "-DMOTIF_SUPP Line 6836  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 ${ac_cv_lib_Xpm_main+:} false; then :  if test "${ac_cv_lib_Xpm_main+set}" = set; 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 6872  LIBS=$ac_check_lib_save_LIBS Line 6864  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" = xyes; then :  if test "x$ac_cv_lib_Xpm_main" = x""yes; then :
   MOTIF_SUPPORT="-DMOTIF_SUPPORT"    MOTIF_SUPPORT="-DMOTIF_SUPPORT"
 else  else
   MOTIF_SUPPORT="-UMOTIF_SUPPORT"    MOTIF_SUPPORT="-UMOTIF_SUPPORT"
Line 6910  DATE=$(LANG=C date +"%A, %e %B %Y %T %z" Line 6902  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 ${ac_cv_lib_m_main+:} false; then :  if test "${ac_cv_lib_m_main+set}" = set; 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 6938  LIBS=$ac_check_lib_save_LIBS Line 6930  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" = xyes; then :  if test "x$ac_cv_lib_m_main" = x""yes; then :
   cat >>confdefs.h <<_ACEOF    cat >>confdefs.h <<_ACEOF
 #define HAVE_LIBM 1  #define HAVE_LIBM 1
 _ACEOF  _ACEOF
Line 6951  fi Line 6943  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 ${ac_cv_lib_pthread_main+:} false; then :  if test "${ac_cv_lib_pthread_main+set}" = set; 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 6979  LIBS=$ac_check_lib_save_LIBS Line 6971  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" = xyes; then :  if test "x$ac_cv_lib_pthread_main" = x""yes; then :
   cat >>confdefs.h <<_ACEOF    cat >>confdefs.h <<_ACEOF
 #define HAVE_LIBPTHREAD 1  #define HAVE_LIBPTHREAD 1
 _ACEOF  _ACEOF
Line 6995  ac_fn_c_check_type "$LINENO" "union semu Line 6987  ac_fn_c_check_type "$LINENO" "union semu
 #include <sys/sem.h>  #include <sys/sem.h>
   
 "  "
 if test "x$ac_cv_type_union_semun" = xyes; then :  if test "x$ac_cv_type_union_semun" = x""yes; then :
   SEMUN=-DUNION_SEMUN    SEMUN=-DUNION_SEMUN
 else  else
   SEMUN=-UUNION_SEMUN    SEMUN=-UUNION_SEMUN
Line 7007  ac_fn_c_check_type "$LINENO" "struct soc Line 6999  ac_fn_c_check_type "$LINENO" "struct soc
 #include <netinet/in.h>  #include <netinet/in.h>
   
 "  "
 if test "x$ac_cv_type_struct_sockaddr_in6" = xyes; then :  if test "x$ac_cv_type_struct_sockaddr_in6" = x""yes; then :
   IPV6=-DIPV6    IPV6=-DIPV6
 else  else
   IPV6=-UIPV6    IPV6=-UIPV6
Line 7017  fi Line 7009  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 ${ac_cv_lib_dl_dlopen+:} false; then :  if test "${ac_cv_lib_dl_dlopen+set}" = set; 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 7051  LIBS=$ac_check_lib_save_LIBS Line 7043  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" = xyes; then :  if test "x$ac_cv_lib_dl_dlopen" = x""yes; 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 7062  fi Line 7054  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 ${ac_cv_lib_rt_nanosleep+:} false; then :  if test "${ac_cv_lib_rt_nanosleep+set}" = set; 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 7096  LIBS=$ac_check_lib_save_LIBS Line 7088  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" = xyes; then :  if test "x$ac_cv_lib_rt_nanosleep" = x""yes; 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 7106  fi Line 7098  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 ${ac_cv_lib_socket_bind+:} false; then :  if test "${ac_cv_lib_socket_bind+set}" = set; 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 7140  LIBS=$ac_check_lib_save_LIBS Line 7132  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" = xyes; then :  if test "x$ac_cv_lib_socket_bind" = x""yes; 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 7776  fi Line 7768  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 ${ac_cv_path_GREP+:} false; then :  if test "${ac_cv_path_GREP+set}" = set; then :
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   if test -z "$GREP"; then    if test -z "$GREP"; then
Line 7839  $as_echo "$ac_cv_path_GREP" >&6; } Line 7831  $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 ${ac_cv_path_EGREP+:} false; then :  if test "${ac_cv_path_EGREP+set}" = set; 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 7906  $as_echo "$ac_cv_path_EGREP" >&6; } Line 7898  $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 ${ac_cv_header_stdc+:} false; then :  if test "${ac_cv_header_stdc+set}" = set; 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 8039  done Line 8031  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 ${ac_cv_sizeof_void_p+:} false; then :  if test "${ac_cv_sizeof_void_p+set}" = set; 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 8049  else Line 8041  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 77 "cannot compute sizeof (void *)  as_fn_error 77 "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 8072  _ACEOF Line 8064  _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 ${ac_cv_sizeof_char+:} false; then :  if test "${ac_cv_sizeof_char+set}" = set; 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 8082  else Line 8074  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 77 "cannot compute sizeof (char)  as_fn_error 77 "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 8105  _ACEOF Line 8097  _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 ${ac_cv_sizeof_short_int+:} false; then :  if test "${ac_cv_sizeof_short_int+set}" = set; 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 8115  else Line 8107  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 77 "cannot compute sizeof (short int)  as_fn_error 77 "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 8138  _ACEOF Line 8130  _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 ${ac_cv_sizeof_int+:} false; then :  if test "${ac_cv_sizeof_int+set}" = set; 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 8148  else Line 8140  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 77 "cannot compute sizeof (int)  as_fn_error 77 "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 8171  _ACEOF Line 8163  _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 ${ac_cv_sizeof_long_int+:} false; then :  if test "${ac_cv_sizeof_long_int+set}" = set; 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 8181  else Line 8173  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 77 "cannot compute sizeof (long int)  as_fn_error 77 "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 8204  _ACEOF Line 8196  _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 ${ac_cv_sizeof_long_long_int+:} false; then :  if test "${ac_cv_sizeof_long_long_int+set}" = set; 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 8214  else Line 8206  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 77 "cannot compute sizeof (long long int)  as_fn_error 77 "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 8237  _ACEOF Line 8229  _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 ${ac_cv_sizeof_float+:} false; then :  if test "${ac_cv_sizeof_float+set}" = set; 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 8247  else Line 8239  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 77 "cannot compute sizeof (float)  as_fn_error 77 "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 8270  _ACEOF Line 8262  _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 ${ac_cv_sizeof_double+:} false; then :  if test "${ac_cv_sizeof_double+set}" = set; 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 8280  else Line 8272  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 77 "cannot compute sizeof (double)  as_fn_error 77 "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 8303  _ACEOF Line 8295  _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 ${ac_cv_sizeof_long_double+:} false; then :  if test "${ac_cv_sizeof_long_double+set}" = set; 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 8313  else Line 8305  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 77 "cannot compute sizeof (long double)  as_fn_error 77 "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 8336  for ac_hdr in dirent.h sys/ndir.h sys/di Line 8328  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 eval \${$as_ac_Header+:} false; then :  if eval "test \"\${$as_ac_Header+set}\"" = set; 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 8376  done Line 8368  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 ${ac_cv_search_opendir+:} false; then :  if test "${ac_cv_search_opendir+set}" = set; 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 8410  for ac_lib in '' dir; do Line 8402  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 ${ac_cv_search_opendir+:} false; then :    if test "${ac_cv_search_opendir+set}" = set; then :
   break    break
 fi  fi
 done  done
 if ${ac_cv_search_opendir+:} false; then :  if test "${ac_cv_search_opendir+set}" = set; then :
   
 else  else
   ac_cv_search_opendir=no    ac_cv_search_opendir=no
Line 8433  fi Line 8425  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 ${ac_cv_search_opendir+:} false; then :  if test "${ac_cv_search_opendir+set}" = set; 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 8467  for ac_lib in '' x; do Line 8459  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 ${ac_cv_search_opendir+:} false; then :    if test "${ac_cv_search_opendir+set}" = set; then :
   break    break
 fi  fi
 done  done
 if ${ac_cv_search_opendir+:} false; then :  if test "${ac_cv_search_opendir+set}" = set; then :
   
 else  else
   ac_cv_search_opendir=no    ac_cv_search_opendir=no
Line 8491  fi Line 8483  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 ${ac_cv_header_stdc+:} false; then :  if test "${ac_cv_header_stdc+set}" = set; 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 8603  fi Line 8595  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 ${ac_cv_header_sys_wait_h+:} false; then :  if test "${ac_cv_header_sys_wait_h+set}" = set; 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 8660  done Line 8652  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 ${ac_cv_c_const+:} false; then :  if test "${ac_cv_c_const+set}" = set; 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 8740  fi Line 8732  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 ${ac_cv_type_uid_t+:} false; then :  if test "${ac_cv_type_uid_t+set}" = set; 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 8769  $as_echo "#define gid_t int" >>confdefs. Line 8761  $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" = xyes; then :  if test "x$ac_cv_type_pid_t" = x""yes; then :
   
 else  else
   
Line 8780  _ACEOF Line 8772  _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" = xyes; then :  if test "x$ac_cv_type_size_t" = x""yes; then :
   
 else  else
   
Line 8792  fi Line 8784  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 ${ac_cv_header_time+:} false; then :  if test "${ac_cv_header_time+set}" = set; 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 8827  fi Line 8819  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 ${ac_cv_struct_tm+:} false; then :  if test "${ac_cv_struct_tm+set}" = set; 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 8863  fi Line 8855  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 ${ac_cv_type_signal+:} false; then :  if test "${ac_cv_type_signal+set}" = set; 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 8900  if test "$cross_compiling" = yes; then : Line 8892  if test "$cross_compiling" = 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_error $? "cannot run test program while cross compiling  as_fn_error $? "cannot run test program while cross compiling
 See \`config.log' for more details" "$LINENO" 5; }  See \`config.log' for more details" "$LINENO" 5 ; }
 else  else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
Line 8936  fi Line 8928  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 ${ac_cv_func_strcoll_works+:} false; then :  if test "${ac_cv_func_strcoll_works+set}" = set; 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 8976  fi Line 8968  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" = xyes; then :  if test "x$ac_cv_func_strftime" = x""yes; then :
   cat >>confdefs.h <<_ACEOF    cat >>confdefs.h <<_ACEOF
 #define HAVE_STRFTIME 1  #define HAVE_STRFTIME 1
 _ACEOF  _ACEOF
Line 8985  else Line 8977  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 ${ac_cv_lib_intl_strftime+:} false; then :  if test "${ac_cv_lib_intl_strftime+set}" = set; 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 9019  LIBS=$ac_check_lib_save_LIBS Line 9011  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" = xyes; then :  if test "x$ac_cv_lib_intl_strftime" = x""yes; then :
   $as_echo "#define HAVE_STRFTIME 1" >>confdefs.h    $as_echo "#define HAVE_STRFTIME 1" >>confdefs.h
   
 LIBS="-lintl $LIBS"  LIBS="-lintl $LIBS"
Line 9031  done Line 9023  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" = xyes; then :  if test "x$ac_cv_func_vprintf" = x""yes; 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" = xyes; then :  if test "x$ac_cv_func__doprnt" = x""yes; then :
   
 $as_echo "#define HAVE_DOPRNT 1" >>confdefs.h  $as_echo "#define HAVE_DOPRNT 1" >>confdefs.h
   
Line 9430  $as_echo "$as_me: WARNING: cache variabl Line 9422  $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
     if test "x$cache_file" != "x/dev/null"; then      test "x$cache_file" != "x/dev/null" &&
       { $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;}
       if test ! -f "$cache_file" || test -h "$cache_file"; then      cat confcache >$cache_file
     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 9496  if test -z "${am__fastdepCXX_TRUE}" && t Line 9477  if test -z "${am__fastdepCXX_TRUE}" && t
 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 9597  fi Line 9578  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 9904  cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri Line 9884  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.24, which was  This file was extended by rpl $as_me 4.1.0.prerelease.0, which was
 generated by GNU Autoconf 2.68.  Invocation command line was  generated by GNU Autoconf 2.67.  Invocation command line was
   
   CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
   CONFIG_HEADERS  = $CONFIG_HEADERS    CONFIG_HEADERS  = $CONFIG_HEADERS
Line 9970  _ACEOF Line 9950  _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.24  rpl config.status 4.1.0.prerelease.0
 configured by $0, generated by GNU Autoconf 2.68,  configured by $0, generated by GNU Autoconf 2.67,
   with options \\"\$ac_cs_config\\"    with options \\"\$ac_cs_config\\"
   
 Copyright (C) 2010 Free Software Foundation, Inc.  Copyright (C) 2010 Free Software Foundation, Inc.
Line 10129  do Line 10109  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 10152  fi Line 10132  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= ac_tmp=    tmp=
   trap 'exit_status=$?    trap 'exit_status=$?
   : "${ac_tmp:=$tmp}"    { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
   { 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 10163  $debug || Line 10142  $debug ||
   
 {  {
   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&    tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
   test -d "$tmp"    test -n "$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 10191  else Line 10169  else
   ac_cs_awk_cr=$ac_cr    ac_cs_awk_cr=$ac_cr
 fi  fi
   
 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&  echo 'BEGIN {' >"$tmp/subs1.awk" &&
 _ACEOF  _ACEOF
   
   
Line 10219  done Line 10197  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 >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&  cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
 _ACEOF  _ACEOF
 sed -n '  sed -n '
 h  h
Line 10267  t delim Line 10245  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 >>"\$ac_tmp/subs1.awk" <<_ACAWK &&  cat >>"\$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 10299  if sed "s/$ac_cr//" < /dev/null > /dev/n Line 10277  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 < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \  fi < "$tmp/subs1.awk" > "$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
   
Line 10333  fi # test -n "$CONFIG_FILES" Line 10311  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 >"$ac_tmp/defines.awk" <<\_ACAWK ||  cat >"$tmp/defines.awk" <<\_ACAWK ||
 BEGIN {  BEGIN {
 _ACEOF  _ACEOF
   
Line 10345  _ACEOF Line 10323  _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_tt=`sed -n "/$ac_delim/p" confdefs.h`    ac_t=`sed -n "/$ac_delim/p" confdefs.h`
   if test -z "$ac_tt"; then    if test -z "$ac_t"; 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
Line 10447  do Line 10425  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 10466  do Line 10444  do
     for ac_f      for ac_f
     do      do
       case $ac_f in        case $ac_f in
       -) ac_f="$ac_tmp/stdin";;        -) ac_f="$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 10475  do Line 10453  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 1 "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 10501  $as_echo "$as_me: creating $ac_file" >&6 Line 10479  $as_echo "$as_me: creating $ac_file" >&6
     esac      esac
   
     case $ac_tag in      case $ac_tag in
     *:-:* | *:-) cat >"$ac_tmp/stdin" \      *:-:* | *:-) cat >"$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 10638  s&@INSTALL@&$ac_INSTALL&;t t Line 10616  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 "$ac_tmp/subs.awk" \  eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
   >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5    || 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' "$ac_tmp/out"`; test -n "$ac_out"; } &&    { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' \    { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
       "$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 "$ac_tmp/stdin"    rm -f "$tmp/stdin"
   case $ac_file in    case $ac_file in
   -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;    -) cat "$tmp/out" && rm -f "$tmp/out";;
   *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;    *) rm -f "$ac_file" && mv "$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
  ;;   ;;
Line 10664  which seems to be undefined.  Please mak Line 10641  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 "$ac_tmp/defines.awk"' "$ac_file_inputs"        && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
     } >"$ac_tmp/config.h" \      } >"$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" "$ac_tmp/config.h" >/dev/null 2>&1; then      if diff "$ac_file" "$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 "$ac_tmp/config.h" "$ac_file" \        mv "$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 "$ac_tmp/defines.awk"' "$ac_file_inputs" \        && eval '$AWK -f "$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.

Removed from v.1.52.2.3  
changed lines
  Added in v.1.53


CVSweb interface <joel.bertrand@systella.fr>