• Bug#1103956: bonnie++: diff for NMU version 2.00a+nmu3 (4/6)

    From Lucas Nussbaum@21:1/5 to All on Tue May 6 20:50:01 2025
    [continued from previous message]

    -IFS=$as_save_IFS
    -
    -fi
    -fi
    -CXX=$ac_cv_prog_CXX
    -if test -n "$CXX"; then
    - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
    -$as_echo "$CXX" >&6; }
    -else
    - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    -$as_echo "no" >&6; }
    -fi
    -
    -
    - test -n "$CXX" && break
    - done
    -fi
    -if test -z "$CXX"; then
    - ac_ct_CXX=$CXX
    - for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
    -do
    - # Extract the first word of "$ac_prog", so it can be a program name with args.
    -set dummy $ac_prog; ac_word=$2
    -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; }
    -if ${ac_cv_prog_ac_ct_CXX+:} false; then :
    - $as_echo_n "(cached) " >&6
    -else
    - if test -n "$ac_ct_CXX"; then
    - ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
    -else
    -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    -for as_dir in $PATH
    -do
    - IFS=$as_save_IFS
    - test -z "$as_dir" && as_dir=.
    - for ac_exec_ext in '' $ac_executable_extensions; do
    - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    - ac_cv_prog_ac_ct_CXX="$ac_prog"
    - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
    - break 2
    - fi
    -done
    - done
    -IFS=$as_save_IFS
    -
    -fi
    -fi
    -ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
    -if test -n "$ac_ct_CXX"; then
    - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
    -$as_echo "$ac_ct_CXX" >&6; }
    -else
    - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    -$as_echo "no" >&6; }
    -fi
    -
    -
    - test -n "$ac_ct_CXX" && break
    -done
    -
    - if test "x$ac_ct_CXX" = x; then
    - CXX="g++"
    - else
    - case $cross_compiling:$ac_tool_warned in
    -yes:)
    -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
    -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
    -ac_tool_warned=yes ;;
    -esac
    - CXX=$ac_ct_CXX
    - fi
    -fi
    -
    - fi
    -fi
    -# Provide some information about the compiler.
    -$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5 -set X $ac_compile
    -ac_compiler=$2
    -for ac_option in --version -v -V -qversion; do
    - { { ac_try="$ac_compiler $ac_option >&5"
    -case "(($ac_try" in
    - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    - *) ac_try_echo=$ac_try;;
    -esac
    -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
    -$as_echo "$ac_try_echo"; } >&5
    - (eval "$ac_compiler $ac_option >&5") 2>conftest.err
    - ac_status=$?
    - if test -s conftest.err; then
    - sed '10a\
    -... rest of stderr output deleted ...
    - 10q' conftest.err >conftest.er1
    - cat conftest.er1 >&5
    - fi
    - rm -f conftest.er1 conftest.err
    - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    - test $ac_status = 0; }
    -done
    -
    -{ $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; }
    -if ${ac_cv_cxx_compiler_gnu+:} false; then :
    - $as_echo_n "(cached) " >&6
    -else
    - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    -/* end confdefs.h. */
    -
    -int
    -main ()
    -{
    -#ifndef __GNUC__
    - choke me
    -#endif
    -
    - ;
    - return 0;
    -}
    -_ACEOF
    -if ac_fn_cxx_try_compile "$LINENO"; then :
    - ac_compiler_gnu=yes
    -else
    - ac_compiler_gnu=no
    -fi
    -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
    -
    -fi
    -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5 -$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
    -if test $ac_compiler_gnu = yes; then
    - GXX=yes
    -else
    - GXX=
    -fi
    -ac_test_CXXFLAGS=${CXXFLAGS+set}
    -ac_save_CXXFLAGS=$CXXFLAGS
    -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5 -$as_echo_n "checking whether $CXX accepts -g... " >&6; }
    -if ${ac_cv_prog_cxx_g+:} false; then :
    - $as_echo_n "(cached) " >&6
    -else
    - ac_save_cxx_werror_flag=$ac_cxx_werror_flag
    - ac_cxx_werror_flag=yes
    - ac_cv_prog_cxx_g=no
    - CXXFLAGS="-g"
    - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    -/* end confdefs.h. */
    -
    -int
    -main ()
    -{
    -
    - ;
    - return 0;
    -}
    -_ACEOF
    -if ac_fn_cxx_try_compile "$LINENO"; then :
    - ac_cv_prog_cxx_g=yes
    -else
    - CXXFLAGS=""
    - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    -/* end confdefs.h. */
    -
    -int
    -main ()
    -{
    -
    - ;
    - return 0;
    -}
    -_ACEOF
    -if ac_fn_cxx_try_compile "$LINENO"; then :
    -
    -else
    - ac_cxx_werror_flag=$ac_save_cxx_werror_flag
    - CXXFLAGS="-g"
    - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    -/* end confdefs.h. */
    -
    -int
    -main ()
    -{
    -
    - ;
    - return 0;
    -}
    -_ACEOF
    -if ac_fn_cxx_try_compile "$LINENO"; then :
    - ac_cv_prog_cxx_g=yes
    -fi
    -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    -fi
    -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    -fi
    -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    - ac_cxx_werror_flag=$ac_save_cxx_werror_flag
    -fi
    -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5 -$as_echo "$ac_cv_prog_cxx_g" >&6; }
    -if test "$ac_test_CXXFLAGS" = set; then
    - CXXFLAGS=$ac_save_CXXFLAGS
    -elif test $ac_cv_prog_cxx_g = yes; then
    - if test "$GXX" = yes; then
    - CXXFLAGS="-g -O2"
    - else
    - CXXFLAGS="-g"
    - fi
    -else
    - if test "$GXX" = yes; then
    - CXXFLAGS="-O2"
    - else
    - CXXFLAGS=
    - fi
    -fi
    -ac_ext=cpp
    -ac_cpp='$CXXCPP $CPPFLAGS'
    -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
    -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
    -
    -ac_ext=cpp
    -ac_cpp='$CXXCPP $CPPFLAGS'
    -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
    -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
    -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
    -$as_echo_n "checking how to run the C++ preprocessor... " >&6; }
    -if test -z "$CXXCPP"; then
    - if ${ac_cv_prog_CXXCPP+:} false; then :
    - $as_echo_n "(cached) " >&6
    -else
    - # Double quotes because CXXCPP needs to be expanded
    - for CXXCPP in "$CXX -E" "/lib/cpp"
    - do
    - ac_preproc_ok=false
    -for ac_cxx_preproc_warn_flag in '' yes
    -do
    - # Use a header file that comes with gcc, so configuring glibc
    - # with a fresh cross-compiler works.
    - # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
    - # <limits.h> exists even on freestanding compilers.
    - # On the NeXT, cc -E runs the code through the compiler's parser,
    - # not just through cpp. "Syntax error" is here to catch this case.
    - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    -/* end confdefs.h. */
    -#ifdef __STDC__
    -# include <limits.h>
    -#else
    -# include <assert.h>
    -#endif
    - Syntax error
    -_ACEOF
    -if ac_fn_cxx_try_cpp "$LINENO"; then :
    -
    -else
    - # Broken: fails on valid input.
    -continue
    -fi
    -rm -f conftest.err conftest.i conftest.$ac_ext
    -
    - # OK, works on sane cases. Now check whether nonexistent headers
    - # can be detected and how.
    - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    -/* end confdefs.h. */
    -#include <ac_nonexistent.h>
    -_ACEOF
    -if ac_fn_cxx_try_cpp "$LINENO"; then :
    - # Broken: success on invalid input.
    -continue
    -else
    - # Passes both tests.
    -ac_preproc_ok=:
    -break
    -fi
    -rm -f conftest.err conftest.i conftest.$ac_ext
    -
    -done
    -# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
    -rm -f conftest.i conftest.err conftest.$ac_ext
    -if $ac_preproc_ok; then :
    - break
    -fi
    -
    - done
    - ac_cv_prog_CXXCPP=$CXXCPP
    -
    -fi
    - CXXCPP=$ac_cv_prog_CXXCPP
    -else
    - ac_cv_prog_CXXCPP=$CXXCPP
    -fi
    -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
    -$as_echo "$CXXCPP" >&6; }
    -ac_preproc_ok=false
    -for ac_cxx_preproc_warn_flag in '' yes
    -do
    - # Use a header file that comes with gcc, so configuring glibc
    - # with a fresh cross-compiler works.
    - # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
    - # <limits.h> exists even on freestanding compilers.
    - # On the NeXT, cc -E runs the code through the compiler's parser,
    - # not just through cpp. "Syntax error" is here to catch this case.
    - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    -/* end confdefs.h. */
    -#ifdef __STDC__
    -# include <limits.h>
    -#else
    -# include <assert.h>
    -#endif
    - Syntax error
    -_ACEOF
    -if ac_fn_cxx_try_cpp "$LINENO"; then :
    -
    -else
    - # Broken: fails on valid input.
    -continue
    -fi
    -rm -f conftest.err conftest.i conftest.$ac_ext
    -
    - # OK, works on sane cases. Now check whether nonexistent headers
    - # can be detected and how.
    - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    -/* end confdefs.h. */
    -#include <ac_nonexistent.h>
    -_ACEOF
    -if ac_fn_cxx_try_cpp "$LINENO"; then :
    - # Broken: success on invalid input.
    -continue
    -else
    - # Passes both tests.
    -ac_preproc_ok=:
    -break
    -fi
    -rm -f conftest.err conftest.i conftest.$ac_ext
    -
    -done
    -# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
    -rm -f conftest.i conftest.err conftest.$ac_ext
    -if $ac_preproc_ok; then :
    -
    -else
    - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    -as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
    -See \`config.log' for more details" "$LINENO" 5; }
    -fi
    -
    -ac_ext=cpp
    -ac_cpp='$CXXCPP $CPPFLAGS'
    -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
    -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
    -
    -ac_aux_dir=
    -for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
    - if test -f "$ac_dir/install-sh"; then
    - ac_aux_dir=$ac_dir
    - ac_install_sh="$ac_aux_dir/install-sh -c"
    - break
    - elif test -f "$ac_dir/install.sh"; then
    - ac_aux_dir=$ac_dir
    - ac_install_sh="$ac_aux_dir/install.sh -c"
    - break
    - elif test -f "$ac_dir/shtool"; then
    - ac_aux_dir=$ac_dir
    - ac_install_sh="$ac_aux_dir/shtool install -c"
    - break
    - fi
    -done
    -if test -z "$ac_aux_dir"; then
    - as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
    -fi
    -
    -# These three variables are undocumented and unsupported,
    -# and are intended to be withdrawn in a future Autoconf release.
    -# They can cause serious problems if a builder's source tree is in a directory -# whose full name contains unusual characters.
    -ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
    -ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. -ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
    -
    -
    -# Find a good install program. We prefer a C program (faster),
    -# so one script is as good as another. But avoid the broken or
    -# incompatible versions:
    -# SysV /etc/install, /usr/sbin/install
    -# SunOS /usr/etc/install
    -# IRIX /sbin/install
    -# AIX /bin/install
    -# AmigaOS /C/install, which installs bootblocks on floppy discs
    -# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
    -# AFS /usr/afsws/bin/install, which mishandles nonexistent args
    -# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
    -# OS/2's system install, which has a completely different semantic
    -# ./install, which can be erroneously created by make from ./install.sh.
    -# Reject install programs that cannot install multiple files.
    -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
    -$as_echo_n "checking for a BSD-compatible install... " >&6; }
    -if test -z "$INSTALL"; then
    -if ${ac_cv_path_install+:} false; then :
    - $as_echo_n "(cached) " >&6
    -else
    - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    -for as_dir in $PATH
    -do
    - IFS=$as_save_IFS
    - test -z "$as_dir" && as_dir=.
    - # Account for people who put trailing slashes in PATH elements.
    -case $as_dir/ in #((
    - ./ | .// | /[cC]/* | \
    - /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
    - ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
    - /usr/ucb/* ) ;;
    - *)
    - # OSF1 and SCO ODT 3.0 have their own names for install.
    - # Don't use installbsd from OSF since it installs stuff as root
    - # by default.
    - for ac_prog in ginstall scoinst install; do
    - for ac_exec_ext in '' $ac_executable_extensions; do
    - if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
    - if test $ac_prog = install &&
    - grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
    - # AIX install. It has an incompatible calling convention.
    - :
    - elif test $ac_prog = install &&
    - grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
    - # program-specific install script used by HP pwplus--don't use.
    - :
    - else
    - rm -rf conftest.one conftest.two conftest.dir
    - echo one > conftest.one
    - echo two > conftest.two
    - mkdir conftest.dir
    - if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
    - test -s conftest.one && test -s conftest.two &&
    - test -s conftest.dir/conftest.one &&
    - test -s conftest.dir/conftest.two
    - then
    - ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
    - break 3
    - fi
    - fi
    - fi
    - done
    - done
    - ;;
    -esac
    -
    - done
    -IFS=$as_save_IFS
    -
    -rm -rf conftest.one conftest.two conftest.dir
    -
    -fi
    - if test "${ac_cv_path_install+set}" = set; then
    - INSTALL=$ac_cv_path_install
    - else
    - # As a last resort, use the slow shell script. Don't cache a
    - # value for INSTALL within a source directory, because that will
    - # break other packages using the cache if that directory is
    - # removed, or if the value is a relative name.
    - INSTALL=$ac_install_sh
    - fi
    -fi
    -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
    -$as_echo "$INSTALL" >&6; }
    -
    -# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
    -# It thinks the first close brace ends the variable substitution.
    -test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
    -
    -test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
    -
    -test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
    -
    -
    -
    -{ $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; }
    -if ${ac_cv_c_const+:} false; then :
    - $as_echo_n "(cached) " >&6
    -else
    - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    -/* end confdefs.h. */
    -
    -int
    -main ()
    -{
    -
    -#ifndef __cplusplus
    - /* Ultrix mips cc rejects this sort of thing. */
    - typedef int charset[2];
    - const charset cs = { 0, 0 };
    - /* SunOS 4.1.1 cc rejects this. */
    - char const *const *pcpcc;
    - char **ppc;
    - /* NEC SVR4.0.2 mips cc rejects this. */
    - struct point {int x, y;};
    - static struct point const zero = {0,0};
    - /* AIX XL C 1.02.0.0 rejects this.
    - It does not let you subtract one const X* pointer from another in
    - an arm of an if-expression whose if-part is not a constant
    - expression */
    - const char *g = "string";
    - pcpcc = &g + (g ? g-g : 0);
    - /* HPUX 7.0 cc rejects these. */
    - ++pcpcc;
    - ppc = (char**) pcpcc;
    - pcpcc = (char const *const *) ppc;
    - { /* SCO 3.2v4 cc rejects this sort of thing. */
    - char tx;
    - char *t = &tx;
    - char const *s = 0 ? (char *) 0 : (char const *) 0;
    -
    - *t++ = 0;
    - if (s) return 0;
    - }
    - { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
    - int x[] = {25, 17};
    - const int *foo = &x[0];
    - ++foo;
    - }
    - { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
    - typedef const int *iptr;
    - iptr p = 0;
    - ++p;
    - }
    - { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying
    - "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ - struct s { int j; const int *ap[3]; } bx;
    - struct s *b = &bx; b->j = 5;
    - }
    - { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
    - const int foo = 10;
    - if (!foo) return 0;
    - }
    - return !cs[0] && !zero.x;
    -#endif
    -
    - ;
    - return 0;
    -}
    -_ACEOF
    -if ac_fn_cxx_try_compile "$LINENO"; then :
    - ac_cv_c_const=yes
    -else
    - ac_cv_c_const=no
    -fi
    -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    -fi
    -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
    -$as_echo "$ac_cv_c_const" >&6; }
    -if test $ac_cv_c_const = no; then
    -
    -$as_echo "#define const /**/" >>confdefs.h
    -
    -fi
    -
    -
    -{ $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; }
    -if ${ac_cv_path_GREP+:} false; then :
    - $as_echo_n "(cached) " >&6
    -else
    - if test -z "$GREP"; then
    - ac_path_GREP_found=false
    - # Loop through the user's path and test for each of PROGNAME-LIST
    - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    -for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
    -do
    - IFS=$as_save_IFS
    - test -z "$as_dir" && as_dir=.
    - for ac_prog in grep ggrep; do
    - for ac_exec_ext in '' $ac_executable_extensions; do
    - ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
    - as_fn_executable_p "$ac_path_GREP" || continue
    -# Check for GNU ac_path_GREP and select it if it is found.
    - # Check for GNU $ac_path_GREP
    -case `"$ac_path_GREP" --version 2>&1` in
    -*GNU*)
    - ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
    -*)
    - ac_count=0
    - $as_echo_n 0123456789 >"conftest.in"
    - while :
    - do
    - cat "conftest.in" "conftest.in" >"conftest.tmp"
    - mv "conftest.tmp" "conftest.in"
    - cp "conftest.in" "conftest.nl"
    - $as_echo 'GREP' >> "conftest.nl"
    - "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
    - diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
    - as_fn_arith $ac_count + 1 && ac_count=$as_val
    - if test $ac_count -gt ${ac_path_GREP_max-0}; then
    - # Best one so far, save it but keep looking for a better one
    - ac_cv_path_GREP="$ac_path_GREP"
    - ac_path_GREP_max=$ac_count
    - fi
    - # 10*(2^10) chars as input seems more than enough
    - test $ac_count -gt 10 && break
    - done
    - rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
    -esac
    -
    - $ac_path_GREP_found && break 3
    - done
    - done
    - done
    -IFS=$as_save_IFS
    - if test -z "$ac_cv_path_GREP"; then
    - as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
    - fi
    -else
    - ac_cv_path_GREP=$GREP
    -fi
    -
    -fi
    -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 -$as_echo "$ac_cv_path_GREP" >&6; }
    - GREP="$ac_cv_path_GREP"
    -
    -
    -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
    -$as_echo_n "checking for egrep... " >&6; }
    -if ${ac_cv_path_EGREP+:} false; then :
    - $as_echo_n "(cached) " >&6
    -else
    - if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
    - then ac_cv_path_EGREP="$GREP -E"
    - else
    - if test -z "$EGREP"; then
    - ac_path_EGREP_found=false
    - # Loop through the user's path and test for each of PROGNAME-LIST
    - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    -for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
    -do
    - IFS=$as_save_IFS
    - test -z "$as_dir" && as_dir=.
    - for ac_prog in egrep; do
    - for ac_exec_ext in '' $ac_executable_extensions; do
    - ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
    - as_fn_executable_p "$ac_path_EGREP" || continue
    -# Check for GNU ac_path_EGREP and select it if it is found.
    - # Check for GNU $ac_path_EGREP
    -case `"$ac_path_EGREP" --version 2>&1` in
    -*GNU*)
    - ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
    -*)
    - ac_count=0
    - $as_echo_n 0123456789 >"conftest.in"
    - while :
    - do
    - cat "conftest.in" "conftest.in" >"conftest.tmp"
    - mv "conftest.tmp" "conftest.in"
    - cp "conftest.in" "conftest.nl"
    - $as_echo 'EGREP' >> "conftest.nl"
    - "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
    - diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
    - as_fn_arith $ac_count + 1 && ac_count=$as_val
    - if test $ac_count -gt ${ac_path_EGREP_max-0}; then
    - # Best one so far, save it but keep looking for a better one
    - ac_cv_path_EGREP="$ac_path_EGREP"
    - ac_path_EGREP_max=$ac_count
    - fi
    - # 10*(2^10) chars as input seems more than enough
    - test $ac_count -gt 10 && break
    - done
    - rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
    -esac
    -
    - $ac_path_EGREP_found && break 3
    - done
    - done
    - done
    -IFS=$as_save_IFS
    - if test -z "$ac_cv_path_EGREP"; then
    - as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
    - fi
    -else
    - ac_cv_path_EGREP=$EGREP
    -fi
    -
    - fi
    -fi
    -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 -$as_echo "$ac_cv_path_EGREP" >&6; }
    - EGREP="$ac_cv_path_EGREP"
    -
    -
    -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 -$as_echo_n "checking for ANSI C header files... " >&6; }
    -if ${ac_cv_header_stdc+:} false; then :
    - $as_echo_n "(cached) " >&6
    -else
    - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    -/* end confdefs.h. */
    -#include <stdlib.h>
    -#include <stdarg.h>
    -#include <string.h>
    -#include <float.h>
    -
    -int
    -main ()
    -{
    -
    - ;
    - return 0;
    -}
    -_ACEOF
    -if ac_fn_cxx_try_compile "$LINENO"; then :
    - ac_cv_header_stdc=yes
    -else
    - ac_cv_header_stdc=no
    -fi
    -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    -
    -if test $ac_cv_header_stdc = yes; then
    - # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    -/* end confdefs.h. */
    -#include <string.h>
    -
    -_ACEOF
    -if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
    - $EGREP "memchr" >/dev/null 2>&1; then :
    -
    -else
    - ac_cv_header_stdc=no
    -fi
    -rm -f conftest*
    -
    -fi
    -
    -if test $ac_cv_header_stdc = yes; then
    - # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    -/* end confdefs.h. */
    -#include <stdlib.h>
    -
    -_ACEOF
    -if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
    - $EGREP "free" >/dev/null 2>&1; then :
    -
    -else
    - ac_cv_header_stdc=no
    -fi
    -rm -f conftest*
    -
    -fi
    -
    -if test $ac_cv_header_stdc = yes; then
    - # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
    - if test "$cross_compiling" = yes; then :
    - :
    -else
    - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    -/* end confdefs.h. */
    -#include <ctype.h>
    -#include <stdlib.h>
    -#if ((' ' & 0x0FF) == 0x020)
    -# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
    -# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
    -#else
    -# define ISLOWER(c) \
    - (('a' <= (c) && (c) <= 'i') \
    - || ('j' <= (c) && (c) <= 'r') \
    - || ('s' <= (c) && (c) <= 'z'))
    -# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
    -#endif
    -
    -#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
    -int
    -main ()
    -{
    - int i;
    - for (i = 0; i < 256; i++)
    - if (XOR (islower (i), ISLOWER (i))
    - || toupper (i) != TOUPPER (i))
    - return 2;
    - return 0;
    -}
    -_ACEOF
    -if ac_fn_cxx_try_run "$LINENO"; then :
    -
    -else
    - ac_cv_header_stdc=no
    -fi
    -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
    - conftest.$ac_objext conftest.beam conftest.$ac_ext
    -fi
    -
    -fi
    -fi
    -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 -$as_echo "$ac_cv_header_stdc" >&6; }
    -if test $ac_cv_header_stdc = yes; then
    -
    -$as_echo "#define STDC_HEADERS 1" >>confdefs.h
    -
    -fi
    -
    -# On IRIX 5.3, sys/types and inttypes.h are conflicting.
    -for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ - inttypes.h stdint.h unistd.h
    -do :
    - as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` -ac_fn_cxx_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
    -"
    -if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
    - cat >>confdefs.h <<_ACEOF
    -#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    -_ACEOF
    -
    -fi
    -
    -done
    -
    -
    -ac_fn_cxx_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
    -if test "x$ac_cv_type_size_t" = xyes; then :
    -
    -else
    -
    -cat >>confdefs.h <<_ACEOF
    -#define size_t unsigned int
    -_ACEOF
    -
    -fi
    -
    -
    -
    -cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    -/* end confdefs.h. */
    -#include <sys/types.h>
    -#include <sys/ipc.h>
    -#include <sys/sem.h>
    -
    -int
    -main ()
    -{
    -union semun sem;
    - ;
    - return 0;
    -}
    -_ACEOF
    -if ac_fn_cxx_try_compile "$LINENO"; then :
    - semun="yes"
    -fi
    -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    -if [ -n "$semun" ]; then
    - semun="#define SEMUN_IN_SEM_H"
    -fi
    -
    -
    -cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    -/* end confdefs.h. */
    -
    -int
    -main ()
    -{
    -bool var;
    - ;
    - return 0;
    -}
    -_ACEOF
    -if ac_fn_cxx_try_compile "$LINENO"; then :
    -
    -else
    - bool="typedef bool char;"
    -fi
    -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    -
    -cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    -/* end confdefs.h. */
    -
    -int
    -main ()
    -{
    -char c = true; char d = false;
    -
    - ;
    - return 0;
    -}
    -_ACEOF
    -if ac_fn_cxx_try_compile "$LINENO"; then :
    - true_false="0"
    -else
    - true_false="1"
    -fi
    -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    -
    -cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    -/* end confdefs.h. */
    -#include <stdio.h>
    -int
    -main ()
    -{
    -char buf[10]; snprintf(buf, sizeof(buf), "abc");
    - ;
    - return 0;
    -}
    -_ACEOF
    -if ac_fn_cxx_try_link "$LINENO"; then :
    -
    -else
    - snprintf="no"
    -fi
    -rm -f core conftest.err conftest.$ac_objext \
    - conftest$ac_exeext conftest.$ac_ext;
    -if [ -n "$snprintf" ]; then
    - snprintf="#define NO_SNPRINTF"
    -fi
    -
    -for ac_header in algorithm algo.h algo
    -do :
    - as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` -ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
    -if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
    - cat >>confdefs.h <<_ACEOF
    -#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    -_ACEOF
    -
    -fi
    -
    -done
    -
    -
    -
    -cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    -/* end confdefs.h. */
    -#define _GNU_SOURCE
    -#include <pthread.h>
    -
    -int
    -main ()
    -{
    -pthread_mutexattr_t attr;
    - pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE_NP);
    -
    - ;
    - return 0;
    -}
    -_ACEOF
    -if ac_fn_cxx_try_compile "$LINENO"; then :
    - linux_pthread="yes"
    -fi
    -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    -if [ -n "$linux_pthread" ]; then
    - linux_pthread="#define LINUX_PTHREAD"
    -fi
    -
    -LDFLAGS=-lpthread
    -
    -cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    -/* end confdefs.h. */
    -#include <pthread.h>
    -void * thread_func(void * param) { return NULL; }
    -
    -int
    -main ()
    -{
    -pthread_t thread_info;
    - pthread_attr_t attr;
    - pthread_create(&thread_info, &attr, &thread_func, NULL);
    -
    - ;
    - return 0;
    -}
    -_ACEOF
    -if ac_fn_cxx_try_link "$LINENO"; then :
    - thread_ldflags="-lpthread"
    -
    -else
    - thread_ldflags="-pthread"
    -fi
    -rm -f core conftest.err conftest.$ac_objext \
    - conftest$ac_exeext conftest.$ac_ext
    -
    -
    -if test "$cross_compiling" = yes; then :
    - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    -as_fn_error $? "cannot run test program while cross compiling
    -See \`config.log' for more details" "$LINENO" 5; }
    -else
    - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    -/* end confdefs.h. */
    -#ifndef _LARGEFILE64_SOURCE
    -#define _LARGEFILE64_SOURCE
    -#endif
    -#include <stdio.h>
    -#include <sys/types.h>
    -#include <sys/stat.h>
    -#include <fcntl.h>
    -#include <unistd.h>
    -#include <stdlib.h>
    -
    -int main () {
    - int fd;
    - off64_t i = off64_t(1) << 32 + 1;
    - const char * const name = "test.2g";
    -
    - fd = open64(name, O_CREAT|O_RDWR|O_EXCL|O_LARGEFILE,
    - S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP);
    - if (fd == -1) {
    - perror("open64");
    - exit(1);
    - }
    - unlink(name);
    -
    - int r = lseek64(fd, i, SEEK_SET);
    - if (r == -1) {
    - perror("lseek");
    - exit(1);
    - }
    - r = write(fd, &r, 1);
    - if (r == -1) {
    - perror("write");
    - exit(1);
    - }
    - close(fd);
    - return 0;
    -}
    -_ACEOF
    -if ac_fn_cxx_try_run "$LINENO"; then :
    - large_file="yes"
    -fi
    -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
    - conftest.$ac_objext conftest.beam conftest.$ac_ext
    -fi
    -
    -if [ -n "$large_file" ]; then
    - large_file="#define _LARGEFILE64_SOURCE"
    -fi
    -
    -ac_config_files="$ac_config_files Makefile bonnie.h port.h bonnie++.spec bon_csv2txt bon_csv2html.1 sun/pkginfo"
    -
    -cat >confcache <<\_ACEOF
    -# This file is a shell script that caches the results of configure
    -# tests run on this system so they can be shared between configure
    -# scripts and configure runs, see configure's option --config-cache.
    -# It is not useful on other systems. If it contains results you don't
    -# want to keep, you may remove or edit it.
    -#
    -# config.status only pays attention to the cache file if you give it
    -# the --recheck option to rerun configure.
    -#
    -# `ac_cv_env_foo' variables (set or unset) will be overridden when
    -# loading this file, other *unset* `ac_cv_foo' will be assigned the
    -# following values.
    -
    -_ACEOF
    -
    -# The following way of writing the cache mishandles newlines in values,
    -# but we know of no workaround that is simple, portable, and efficient.
    -# So, we kill variables containing newlines.
    -# Ultrix sh set writes to stderr and can't be redirected directly,
    -# and sets the high bit in the cache file unless we assign to the vars.
    -(
    - for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
    - eval ac_val=\$$ac_var
    - case $ac_val in #(
    - *${as_nl}*)
    - case $ac_var in #(
    - *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
    -$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; - esac
    - case $ac_var in #(
    - _ | IFS | as_nl) ;; #(
    - BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
    - *) { eval $ac_var=; unset $ac_var;} ;;
    - esac ;;
    - esac
    - done
    -
    - (set) 2>&1 |
    - case $as_nl`(ac_space=' '; set) 2>&1` in #(
    - *${as_nl}ac_space=\ *)
    - # `set' does not quote correctly, so add quotes: double-quote
    - # substitution turns \\\\ into \\, and sed turns \\ into \.
    - sed -n \
    - "s/'/'\\\\''/g;
    - s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
    - ;; #(
    - *)
    - # `set' quotes correctly as required by POSIX, so do not add quotes.
    - sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
    - ;;
    - esac |
    - sort
    -) |
    - sed '
    - /^ac_cv_env_/b end
    - t clear
    - :clear
    - s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
    - t end
    - s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
    - :end' >>confcache
    -if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
    - if test -w "$cache_file"; then
    - if test "x$cache_file" != "x/dev/null"; then
    - { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 -$as_echo "$as_me: updating cache $cache_file" >&6;}
    - if test ! -f "$cache_file" || test -h "$cache_file"; then
    - cat confcache >"$cache_file"
    - else
    - case $cache_file in #(
    - */* | ?:*)
    - mv -f confcache "$cache_file"$$ &&
    - mv -f "$cache_file"$$ "$cache_file" ;; #(
    - *)
    - mv -f confcache "$cache_file" ;;
    - esac
    - fi
    - fi
    - else
    - { $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;}
    - fi
    -fi
    -rm -f confcache
    -
    -test "x$prefix" = xNONE && prefix=$ac_default_prefix
    -# Let make expand exec_prefix.
    -test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
    -
    -DEFS=-DHAVE_CONFIG_H
    -
    -ac_libobjs=
    -ac_ltlibobjs=
    -U=
    -for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
    - # 1. Remove the extension, and $U if already installed.
    - ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
    - ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
    - # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
    - # will be set to the directory where LIBOBJS objects are built.
    - as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
    - as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
    -done
    -LIBOBJS=$ac_libobjs
    -
    -LTLIBOBJS=$ac_ltlibobjs
    -
    -
    -
    -: "${CONFIG_STATUS=./config.status}"
    -ac_write_fail=0

    [continued in next message]

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)