Changeset 7

Show
Ignore:
Timestamp:
10/27/05 11:39:25 (3 years ago)
Author:
nick
Message:
 
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • AUTHORS

    r5 r7  
    11Chris Elsworth <chris@shagged.org> 
     2Alex Kovalyov <ak@webta.net> 
     3Nickolas Toursky <nick@webta.org> 
  • ChangeLog

    r5 r7  
    11ApacheTop ChangeLog 
     2 
     3v0.12.6 (27th October, 2005) 
     4 * fixed security issue which described at CVE-2005-2660  
    25 
    36v0.12.5 (27th November, 2004) 
  • configure

    r5 r7  
    11#! /bin/sh 
    22# Guess values for system-dependent variables and create Makefiles. 
    3 # Generated by GNU Autoconf 2.53 for apachetop 0.12.5. 
     3# Generated by GNU Autoconf 2.57 for apachetop 0.12.6. 
    44# 
    5 # Report bugs to <chris@shagged.org>. 
     5# Report bugs to <apachetop@webta.org>. 
    66# 
    77# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 
     
    99# This configure script is free software; the Free Software Foundation 
    1010# gives unlimited permission to copy, distribute and modify it. 
    11  
    12 if expr a : '\(a\)' >/dev/null 2>&1; then 
    13   as_expr=expr 
    14 else 
    15   as_expr=false 
    16 fi 
    17  
    18  
    1911## --------------------- ## 
    2012## M4sh Initialization.  ## 
     
    2517  emulate sh 
    2618  NULLCMD=: 
     19  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 
     20  # is contrary to our usage.  Disable this feature. 
     21  alias -g '${1+"$@"}'='"$@"' 
    2722elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 
    2823  set -o posix 
    2924fi 
    3025 
    31 # NLS nuisances. 
    3226# Support unset when possible. 
    3327if (FOO=FOO; unset FOO) >/dev/null 2>&1; then 
     
    3731fi 
    3832 
    39 (set +x; test -n "`(LANG=C; export LANG) 2>&1`") && 
    40     { $as_unset LANG || test "${LANG+set}" != set; } || 
    41       { LANG=C; export LANG; } 
    42 (set +x; test -n "`(LC_ALL=C; export LC_ALL) 2>&1`") && 
    43     { $as_unset LC_ALL || test "${LC_ALL+set}" != set; } || 
    44       { LC_ALL=C; export LC_ALL; } 
    45 (set +x; test -n "`(LC_TIME=C; export LC_TIME) 2>&1`") && 
    46     { $as_unset LC_TIME || test "${LC_TIME+set}" != set; } || 
    47       { LC_TIME=C; export LC_TIME; } 
    48 (set +x; test -n "`(LC_CTYPE=C; export LC_CTYPE) 2>&1`") && 
    49     { $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set; } || 
    50       { LC_CTYPE=C; export LC_CTYPE; } 
    51 (set +x; test -n "`(LANGUAGE=C; export LANGUAGE) 2>&1`") && 
    52     { $as_unset LANGUAGE || test "${LANGUAGE+set}" != set; } || 
    53       { LANGUAGE=C; export LANGUAGE; } 
    54 (set +x; test -n "`(LC_COLLATE=C; export LC_COLLATE) 2>&1`") && 
    55     { $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set; } || 
    56       { LC_COLLATE=C; export LC_COLLATE; } 
    57 (set +x; test -n "`(LC_NUMERIC=C; export LC_NUMERIC) 2>&1`") && 
    58     { $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set; } || 
    59       { LC_NUMERIC=C; export LC_NUMERIC; } 
    60 (set +x; test -n "`(LC_MESSAGES=C; export LC_MESSAGES) 2>&1`") && 
    61     { $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set; } || 
    62       { LC_MESSAGES=C; export LC_MESSAGES; } 
     33 
     34# Work around bugs in pre-3.0 UWIN ksh. 
     35$as_unset ENV MAIL MAILPATH 
     36PS1='$ ' 
     37PS2='> ' 
     38PS4='+ ' 
     39 
     40# NLS nuisances. 
     41for as_var in \ 
     42  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 
     43  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 
     44  LC_TELEPHONE LC_TIME 
     45do 
     46  if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then 
     47    eval $as_var=C; export $as_var 
     48  else 
     49    $as_unset $as_var 
     50  fi 
     51done 
     52 
     53# Required to use basename. 
     54if expr a : '\(a\)' >/dev/null 2>&1; then 
     55  as_expr=expr 
     56else 
     57  as_expr=false 
     58fi 
     59 
     60if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then 
     61  as_basename=basename 
     62else 
     63  as_basename=false 
     64fi 
    6365 
    6466 
    6567# Name of the executable. 
    66 as_me=`(basename "$0") 2>/dev/null || 
     68as_me=`$as_basename "$0" || 
    6769$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 
    6870         X"$0" : 'X\(//\)$' \| \ 
     
    7577          s/.*/./; q'` 
    7678 
     79 
    7780# PATH needs CR, and LINENO needs CR and PATH. 
    7881# Avoid depending upon Character Ranges. 
     
    8588# The user is always right. 
    8689if test "${PATH_SEPARATOR+set}" != set; then 
    87   echo "#! /bin/sh" >conftest.sh 
    88   echo  "exit 0"   >>conftest.sh 
    89   chmod +x conftest.sh 
    90   if (PATH=".;."; conftest.sh) >/dev/null 2>&1; then 
     90  echo "#! /bin/sh" >conf$$.sh 
     91  echo  "exit 0"   >>conf$$.sh 
     92  chmod +x conf$$.sh 
     93  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 
    9194    PATH_SEPARATOR=';' 
    9295  else 
    9396    PATH_SEPARATOR=: 
    9497  fi 
    95   rm -f conftest.sh 
     98  rm -f conf$$.sh 
    9699fi 
    97100 
     
    141144  test "x$as_lineno_1" != "x$as_lineno_2" && 
    142145  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then 
     146             $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } 
     147             $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } 
    143148             CONFIG_SHELL=$as_dir/$as_base 
    144149             export CONFIG_SHELL 
     
    213218rm -f conf$$ conf$$.exe conf$$.file 
    214219 
     220if mkdir -p . 2>/dev/null; then 
     221  as_mkdir_p=: 
     222else 
     223  as_mkdir_p=false 
     224fi 
     225 
    215226as_executable_p="test -f" 
    216227 
     
    229240 
    230241# CDPATH. 
    231 $as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=$PATH_SEPARATOR; export CDPATH; } 
     242$as_unset CDPATH 
    232243 
    233244 
     
    243254# 
    244255ac_default_prefix=/usr/local 
     256ac_config_libobj_dir=. 
    245257cross_compiling=no 
    246258subdirs= 
     
    257269PACKAGE_NAME='apachetop' 
    258270PACKAGE_TARNAME='apachetop' 
    259 PACKAGE_VERSION='0.12.5' 
    260 PACKAGE_STRING='apachetop 0.12.5' 
    261 PACKAGE_BUGREPORT='chris@shagged.org' 
     271PACKAGE_VERSION='0.12.6' 
     272PACKAGE_STRING='apachetop 0.12.6' 
     273PACKAGE_BUGREPORT='apachetop@webta.org' 
    262274 
    263275ac_unique_file="src/apachetop.cc" 
     
    299311#endif" 
    300312 
     313ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA PACKAGE VERSION EXEEXT OBJEXT ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh INSTALL_STRIP_PROGRAM AWK SET_MAKE AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH DEPDIR CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX am__include am__quote CXXDEPMODE CXXCPP EGREP LIBOBJS HAVE_READLINE LTLIBOBJS' 
     314ac_subst_files='' 
    301315 
    302316# Initialize some variables set by options. 
     
    722736  fi 
    723737fi 
     738(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null || 
     739  { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2 
     740   { (exit 1); exit 1; }; } 
    724741srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` 
    725742ac_env_build_alias_set=${build_alias+set} 
     
    755772ac_cv_env_CXXCPP_set=${CXXCPP+set} 
    756773ac_cv_env_CXXCPP_value=$CXXCPP 
    757 ac_env_CC_set=${CC+set} 
    758 ac_env_CC_value=$CC 
    759 ac_cv_env_CC_set=${CC+set} 
    760 ac_cv_env_CC_value=$CC 
    761 ac_env_CFLAGS_set=${CFLAGS+set} 
    762 ac_env_CFLAGS_value=$CFLAGS 
    763 ac_cv_env_CFLAGS_set=${CFLAGS+set} 
    764 ac_cv_env_CFLAGS_value=$CFLAGS 
    765774 
    766775# 
     
    771780  # This message is too long to be a string in the A/UX 3.1 sh. 
    772781  cat <<_ACEOF 
    773 \`configure' configures apachetop 0.12.5 to adapt to many kinds of systems. 
     782\`configure' configures apachetop 0.12.6 to adapt to many kinds of systems. 
    774783 
    775784Usage: $0 [OPTION]... [VAR=VALUE]... 
     
    833842if test -n "$ac_init_help"; then 
    834843  case $ac_init_help in 
    835      short | recursive ) echo "Configuration of apachetop 0.12.5:";; 
     844     short | recursive ) echo "Configuration of apachetop 0.12.6:";; 
    836845   esac 
    837846  cat <<\_ACEOF 
     
    865874              headers in a nonstandard directory <include dir> 
    866875  CXXCPP      C++ preprocessor 
    867   CC          C compiler command 
    868   CFLAGS      C compiler flags 
    869876 
    870877Use these variables to override the choices made by `configure' or to help 
    871878it to find libraries and programs with nonstandard names/locations. 
    872879 
    873 Report bugs to <chris@shagged.org>. 
     880Report bugs to <apachetop@webta.org>. 
    874881_ACEOF 
    875882fi 
     
    908915# absolute. 
    909916ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` 
    910 ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd` 
     917ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` 
    911918ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` 
    912919ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` 
     
    934941if $ac_init_version; then 
    935942  cat <<\_ACEOF 
    936 apachetop configure 0.12.5 
    937 generated by GNU Autoconf 2.53 
     943apachetop configure 0.12.6 
     944generated by GNU Autoconf 2.57 
    938945 
    939946Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 
     
    949956running configure, to aid debugging if configure makes a mistake. 
    950957 
    951 It was created by apachetop $as_me 0.12.5, which was 
    952 generated by GNU Autoconf 2.53.  Invocation command line was 
     958It was created by apachetop $as_me 0.12.6, which was 
     959generated by GNU Autoconf 2.57.  Invocation command line was 
    953960 
    954961  $ $0 $@ 
     
    10021009# Keep a trace of the command line. 
    10031010# Strip out --no-create and --no-recursion so they do not pile up. 
     1011# Strip out --silent because we don't want to record it for future runs. 
    10041012# Also quote any args containing shell meta-characters. 
     1013# Make two passes to allow for proper duplicate-argument suppression. 
    10051014ac_configure_args= 
     1015ac_configure_args0= 
     1016ac_configure_args1= 
    10061017ac_sep= 
    1007 for ac_arg 
     1018ac_must_keep_next=false 
     1019for ac_pass in 1 2 
    10081020do 
    1009   case $ac_arg in 
    1010   -no-create | --no-create | --no-creat | --no-crea | --no-cre \ 
    1011   | --no-cr | --no-c | -n ) continue ;; 
    1012   -no-recursion | --no-recursion | --no-recursio | --no-recursi \ 
    1013   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) 
    1014     continue ;; 
    1015   *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 
    1016     ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 
    1017   esac 
    1018   case " $ac_configure_args " in 
    1019     *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy. 
    1020     *) ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" 
    1021        ac_sep=" " ;; 
    1022   esac 
    1023   # Get rid of the leading space. 
     1021  for ac_arg 
     1022  do 
     1023    case $ac_arg in 
     1024    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; 
     1025    -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 
     1026    | -silent | --silent | --silen | --sile | --sil) 
     1027      continue ;; 
     1028    *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 
     1029      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 
     1030    esac 
     1031    case $ac_pass in 
     1032    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; 
     1033    2) 
     1034      ac_configure_args1="$ac_configure_args1 '$ac_arg'" 
     1035      if test $ac_must_keep_next = true; then 
     1036        ac_must_keep_next=false # Got value, back to normal. 
     1037      else 
     1038        case $ac_arg in 
     1039          *=* | --config-cache | -C | -disable-* | --disable-* \ 
     1040          | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ 
     1041          | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ 
     1042          | -with-* | --with-* | -without-* | --without-* | --x) 
     1043            case "$ac_configure_args0 " in 
     1044              "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; 
     1045            esac 
     1046            ;; 
     1047          -* ) ac_must_keep_next=true ;; 
     1048        esac 
     1049      fi 
     1050      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" 
     1051      # Get rid of the leading space. 
     1052      ac_sep=" " 
     1053      ;; 
     1054    esac 
     1055  done 
    10241056done 
     1057$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } 
     1058$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } 
    10251059 
    10261060# When interrupted or exit'd, cleanup temporary files, and complete 
     
    10331067  { 
    10341068    echo 
     1069 
    10351070    cat <<\_ASBOX 
    10361071## ---------------- ## 
     
    10551090} 
    10561091    echo 
     1092 
     1093    cat <<\_ASBOX 
     1094## ----------------- ## 
     1095## Output variables. ## 
     1096## ----------------- ## 
     1097_ASBOX 
     1098    echo 
     1099    for ac_var in $ac_subst_vars 
     1100    do 
     1101      eval ac_val=$`echo $ac_var` 
     1102      echo "$ac_var='"'"'$ac_val'"'"'" 
     1103    done | sort 
     1104    echo 
     1105 
     1106    if test -n "$ac_subst_files"; then 
     1107      cat <<\_ASBOX 
     1108## ------------- ## 
     1109## Output files. ## 
     1110## ------------- ## 
     1111_ASBOX 
     1112      echo 
     1113      for ac_var in $ac_subst_files 
     1114      do 
     1115        eval ac_val=$`echo $ac_var` 
     1116        echo "$ac_var='"'"'$ac_val'"'"'" 
     1117      done | sort 
     1118      echo 
     1119    fi 
     1120 
    10571121    if test -s confdefs.h; then 
    10581122      cat <<\_ASBOX 
     
    10621126_ASBOX 
    10631127      echo 
    1064       sed "/^$/d" confdefs.h 
     1128      sed "/^$/d" confdefs.h | sort 
    10651129      echo 
    10661130    fi 
     
    12291293 
    12301294 
     1295 
    12311296ac_aux_dir= 
    12321297for ac_dir in config $srcdir/config; do 
     
    12591324 
    12601325 
    1261                                                     ac_config_headers="$ac_config_headers config.h" 
     1326                                                              ac_config_headers="$ac_config_headers config.h" 
    12621327 
    12631328# Find a good install program.  We prefer a C program (faster), 
     
    14511516done 
    14521517 
    1453 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \${MAKE}" >&5 
    1454 echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6 
     1518echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 
     1519echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 
    14551520set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` 
    14561521if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then 
     
    14591524  cat >conftest.make <<\_ACEOF 
    14601525all: 
    1461         @echo 'ac_maketemp="${MAKE}"' 
     1526        @echo 'ac_maketemp="$(MAKE)"' 
    14621527_ACEOF 
    14631528# GNU make sometimes prints "make[1]: Entering...", which would confuse us. 
     
    15231588# Define the identity of the package. 
    15241589PACKAGE=apachetop 
    1525 VERSION=0.12.5 
     1590VERSION=0.12.6 
    15261591 
    15271592cat >>confdefs.h <<_ACEOF 
     
    17081773cat >conftest.$ac_ext <<_ACEOF 
    17091774#line $LINENO "configure" 
    1710 #include "confdefs.h" 
    1711  
    1712 #ifdef F77_DUMMY_MAIN 
    1713 #  ifdef __cplusplus 
    1714      extern "C" 
    1715 #  endif 
    1716    int F77_DUMMY_MAIN() { return 1; } 
    1717 #endif 
     1775/* confdefs.h.  */ 
     1776_ACEOF 
     1777cat confdefs.h >>conftest.$ac_ext 
     1778cat >>conftest.$ac_ext <<_ACEOF 
     1779/* end confdefs.h.  */ 
     1780 
    17181781int 
    17191782main () 
     
    17251788_ACEOF 
    17261789ac_clean_files_save=$ac_clean_files 
    1727 ac_clean_files="$ac_clean_files a.out a.exe" 
     1790ac_clean_files="$ac_clean_files a.out a.exe b.out" 
    17281791# Try to create an executable without -o first, disregard a.out. 
    17291792# It will help us diagnose broken compilers, and finding out an intuition 
     
    17441807# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile. 
    17451808ac_cv_exeext= 
    1746 for ac_file in `ls a_out.exe a.exe conftest.exe 2>/dev/null; 
    1747                 ls a.out conftest 2>/dev/null; 
    1748                 ls a.* conftest.* 2>/dev/null`; do 
     1809# b.out is created by i960 compilers. 
     1810for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out 
     1811do 
     1812  test -f "$ac_file" || continue 
    17491813  case $ac_file in 
    1750     *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb | *.xSYM ) ;; 
    1751     a.out ) # We found the default executable, but exeext='' is most 
    1752             # certainly right. 
    1753             break;; 
    1754     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 
    1755           # FIXME: I believe we export ac_cv_exeext for Libtool --akim. 
    1756           export ac_cv_exeext 
    1757           break;; 
    1758     * ) break;; 
     1814    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) 
     1815        ;; 
     1816    conftest.$ac_ext ) 
     1817        # This is the source file. 
     1818        ;; 
     1819    [ab].out ) 
     1820        # We found the default executable, but exeext='' is most 
     1821        # certainly right. 
     1822        break;; 
     1823    *.* ) 
     1824        ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 
     1825        # FIXME: I believe we export ac_cv_exeext for Libtool, 
     1826        # but it would be cool to find out if it's true.  Does anybody 
     1827        # maintain Libtool? --akim. 
     1828        export ac_cv_exeext 
     1829        break;; 
     1830    * ) 
     1831        break;; 
    17591832  esac 
    17601833done 
    17611834else 
    17621835  echo "$as_me: failed program was:" >&5 
    1763 cat conftest.$ac_ext >&5 
    1764 { { echo "$as_me:$LINENO: error: C++ compiler cannot create executables" >&5 
    1765 echo "$as_me: error: C++ compiler cannot create executables" >&2;} 
     1836sed 's/^/| /' conftest.$ac_ext >&5 
     1837 
     1838{ { echo "$as_me:$LINENO: error: C++ compiler cannot create executables 
     1839See \`config.log' for more details." >&5 
     1840echo "$as_me: error: C++ compiler cannot create executables 
     1841See \`config.log' for more details." >&2;} 
    17661842   { (exit 77); exit 77; }; } 
    17671843fi 
     
    17901866    else 
    17911867        { { echo "$as_me:$LINENO: error: cannot run C++ compiled programs. 
    1792 If you meant to cross compile, use \`--host'." >&5 
     1868If you meant to cross compile, use \`--host'. 
     1869See \`config.log' for more details." >&5 
    17931870echo "$as_me: error: cannot run C++ compiled programs. 
    1794 If you meant to cross compile, use \`--host'." >&2;} 
     1871If you meant to cross compile, use \`--host'. 
     1872See \`config.log' for more details." >&2;} 
    17951873   { (exit 1); exit 1; }; } 
    17961874    fi 
     
    18001878echo "${ECHO_T}yes" >&6 
    18011879 
    1802 rm -f a.out a.exe conftest$ac_cv_exeext 
     1880rm -f a.out a.exe conftest$ac_cv_exeext b.out 
    18031881ac_clean_files=$ac_clean_files_save 
    18041882# Check the compiler produces executables we can run.  If not, either 
     
    18201898# work properly (i.e., refer to `conftest.exe'), while it won't with 
    18211899# `rm'. 
    1822 for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do 
     1900for ac_file in conftest.exe conftest conftest.*; do 
     1901  test -f "$ac_file" || continue 
    18231902  case $ac_file in 
    1824     *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;; 
     1903    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; 
    18251904    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 
    18261905          export ac_cv_exeext 
     
    18301909done 
    18311910else 
    1832   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link" >&5 
    1833 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link" >&2;} 
     1911  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 
     1912See \`config.log' for more details." >&5 
     1913echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 
     1914See \`config.log' for more details." >&2;} 
    18341915   { (exit 1); exit 1; }; } 
    18351916fi 
     
    18491930  cat >conftest.$ac_ext <<_ACEOF 
    18501931#line $LINENO "configure" 
    1851 #include "confdefs.h" 
    1852  
    1853 #ifdef F77_DUMMY_MAIN 
    1854 #  ifdef __cplusplus 
    1855      extern "C" 
    1856 #  endif 
    1857    int F77_DUMMY_MAIN() { return 1; } 
    1858 #endif 
     1932/* confdefs.h.  */ 
     1933_ACEOF 
     1934cat confdefs.h >>conftest.$ac_ext 
     1935cat >>conftest.$ac_ext <<_ACEOF 
     1936/* end confdefs.h.  */ 
     1937 
    18591938int 
    18601939main () 
     
    18731952  for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do 
    18741953  case $ac_file in 
    1875     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;; 
     1954    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;; 
    18761955    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 
    18771956       break;; 
     
    18801959else 
    18811960  echo "$as_me: failed program was:" >&5 
    1882 cat conftest.$ac_ext >&5 
    1883 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile" >&5 
    1884 echo "$as_me: error: cannot compute suffix of object files: cannot compile" >&2;} 
     1961sed 's/^/| /' conftest.$ac_ext >&5 
     1962 
     1963{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 
     1964See \`config.log' for more details." >&5 
     1965echo "$as_me: error: cannot compute suffix of object files: cannot compile 
     1966See \`config.log' for more details." >&2;} 
    18851967   { (exit 1); exit 1; }; } 
    18861968fi 
     
    18991981  cat >conftest.$ac_ext <<_ACEOF 
    19001982#line $LINENO "configure" 
    1901 #include "confdefs.h" 
    1902  
    1903 #ifdef F77_DUMMY_MAIN 
    1904 #  ifdef __cplusplus 
    1905      extern "C" 
    1906 #  endif 
    1907    int F77_DUMMY_MAIN() { return 1; } 
    1908 #endif 
     1983/* confdefs.h.  */ 
     1984_ACEOF 
     1985cat confdefs.h >>conftest.$ac_ext 
     1986cat >>conftest.$ac_ext <<_ACEOF 
     1987/* end confdefs.h.  */ 
     1988 
    19091989int 
    19101990main () 
     
    19332013else 
    19342014  echo "$as_me: failed program was:" >&5 
    1935 cat conftest.$ac_ext >&5 
     2015sed 's/^/| /' conftest.$ac_ext >&5 
     2016 
    19362017ac_compiler_gnu=no 
    19372018fi 
     
    19532034  cat >conftest.$ac_ext <<_ACEOF 
    19542035#line $LINENO "configure" 
    1955 #include "confdefs.h" 
    1956  
    1957 #ifdef F77_DUMMY_MAIN 
    1958 #  ifdef __cplusplus 
    1959      extern "C" 
    1960 #  endif 
    1961    int F77_DUMMY_MAIN() { return 1; } 
    1962 #endif 
     2036/* confdefs.h.  */ 
     2037_ACEOF 
     2038cat confdefs.h >>conftest.$ac_ext 
     2039cat >>conftest.$ac_ext <<_ACEOF 
     2040/* end confdefs.h.  */ 
     2041 
    19632042int 
    19642043main () 
     
    19842063else 
    19852064  echo "$as_me: failed program was:" >&5 
    1986 cat conftest.$ac_ext >&5 
     2065sed 's/^/| /' conftest.$ac_ext >&5 
     2066 
    19872067ac_cv_prog_cxx_g=no 
    19882068fi 
     
    20172097  cat >conftest.$ac_ext <<_ACEOF 
    20182098#line $LINENO "configure" 
    2019 #include "confdefs.h" 
     2099/* confdefs.h.  */ 
     2100_ACEOF 
     2101cat confdefs.h >>conftest.$ac_ext 
     2102cat >>conftest.$ac_ext <<_ACEOF 
     2103/* end confdefs.h.  */ 
    20202104#include <stdlib.h> 
    20212105$ac_declaration 
    2022 #ifdef F77_DUMMY_MAIN 
    2023 #  ifdef __cplusplus 
    2024      extern "C" 
    2025 #  endif 
    2026    int F77_DUMMY_MAIN() { return 1; } 
    2027 #endif 
    20282106int 
    20292107main () 
     
    20492127else 
    20502128  echo "$as_me: failed program was:" >&5 
    2051 cat conftest.$ac_ext >&5 
     2129sed 's/^/| /' conftest.$ac_ext >&5 
     2130 
    20522131continue 
    20532132fi