AC_LANG_RESTORE ]) if test "$ac_cv_cxx_exceptions" = yes; then
  AC_DEFINE(HAVE_EXCEPTIONS,,[define if the compiler supports ex-
ceptions])  fi  ])   m4trace:/mnt/gmirror/ports/sysutils/boxback-
up/work/boxbackup-0.10/infrastructure/m4/ac_cxx_namespaces.m4:25:
-1-  AC_DEFUN([AC_CXX_NAMESPACES],  [AC_CACHE_CHECK(whether   the
compiler     implements     namespaces,     ac_cv_cxx_namespaces,
[AC_LANG_SAVE
 AC_LANG_CPLUSPLUS
 AC_TRY_COMPILE([namespace Outer { namespace Inner { int i  =  0;
}}],
                [using namespace Outer::Inner; return i;],
 ac_cv_cxx_namespaces=yes, ac_cv_cxx_namespaces=no)
 AC_LANG_RESTORE ]) if test "$ac_cv_cxx_namespaces" = yes; then
  AC_DEFINE(HAVE_NAMESPACES,,[define  if  the compiler implements
namespaces]) fi  ])  m4trace:/mnt/gmirror/ports/sysutils/boxback-
up/work/boxbackup-0.10/infrastructure/m4/ax_bswap64.m4:52:    -1-
AC_DEFUN([AX_BSWAP64], [
  bswap64_function=""
  AC_CHECK_HEADERS([sys/endian.h asm/byteorder.h])
  if test "x$ac_cv_header_sys_endian_h" = "xyes"; then
    AC_CACHE_CHECK([for htobe64], [have_htobe64],
      [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
          $ac_includes_default
          #include <sys/endian.h>
          ]], [[
          htobe64(0);
          return 1;
        ]])],
        [have_htobe64=yes], [have_htobe64=no]
      )])
    if test "x$have_htobe64" = "xyes"; then
      bswap64_function=htobe64
    fi
  fi
  if test "x$bswap64_function" = "x" &&      test  "x$ac_cv_head-
er_asm_byteorder_h" = "xyes"; then
    AC_CACHE_CHECK([for __cpu_to_be64], [have___cpu_to_be64],
      [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
          $ac_includes_default
          #include <asm/byteorder.h>
          ]], [[
          __cpu_to_be64(0);
          return 1;
        ]])],
        [have___cpu_to_be64=yes], [have___cpu_to_be64=no]
      )])
    if test "x$have___cpu_to_be64" = "xyes"; then
      bswap64_function=__cpu_to_be64
    fi
  fi

  if test "x$bswap64_function" != "x"; then
      ]])],
      [have_define_pragma=yes], [have_define_pragma=no]
    )])
  if test "x$have_define_pragma" = "xyes"; then
    AC_DEFINE([HAVE_DEFINE_PRAGMA], 1, [Define to 1 if #define of
pragmas works])
    m4_ifvaln([$1],[$1],[:])dnl
    m4_ifvaln([$2],[else $2])dnl
  fi
  ])  m4trace:/mnt/gmirror/ports/sysutils/boxbackup/work/boxback-
up-0.10/infrastructure/m4/ax_check_dirent_d_type.m4:41:       -1-
AC_DEFUN([AX_CHECK_DIRENT_D_TYPE], [
  AC_CHECK_MEMBERS([struct   dirent.d_type],,,   [[#include  <di-
rent.h>]])
  if test "x$ac_cv_member_struct_dirent_d_type" = "xyes"; then
    AC_CACHE_CHECK([[whether  struct  dirent.d_type  is  valid]],
[have_valid_dirent_d_type],
      [AC_RUN_IFELSE(
        [AC_LANG_PROGRAM([[
          $ac_includes_default
          #include <dirent.h>
          ]], [[
          DIR* dir = opendir(".");
          struct dirent* res = NULL;
          if(dir) res = readdir(dir);
          return res ? (res->d_type==DT_UNKNOWN) : 1;
        ]])],
        [have_valid_dirent_d_type=yes],           [have_valid_di-
rent_d_type=no]
      )])
    if test "x$have_valid_dirent_d_type" = "xyes"; then
      AC_DEFINE([HAVE_VALID_DIRENT_D_TYPE], 1, [Define  to  1  if
struct dirent.d_type is valid])
    fi
  fi
  if   test  "x$ac_cv_member_struct_dirent_d_type"  =  "xyes"  ||
test "x$have_valid_dirent_d_type" = "xyes"
  then
    m4_ifvaln([$1],[$1],[:])dnl
    m4_ifvaln([$2],[else $2])dnl
  fi
  ])  m4trace:/mnt/gmirror/ports/sysutils/boxbackup/work/boxback-
up-0.10/infrastructure/m4/ax_check_llong_minmax.m4:76: -1- AC_DE-
FUN([AX_CHECK_LLONG_MINMAX], [
  AC_CHECK_DECL([LLONG_MAX],  [have_llong_max=1],  ,   [[#include
exit(2);
        }

        if (fprintf(f ,"%lld %lld", llmin, llmax) < 0)
          exit(3);

        exit(0);
      }
      ]])], [
      read llong_min llong_max < conftest.llminmax
      AC_MSG_RESULT([$llong_max])
      AC_DEFINE_UNQUOTED([LLONG_MAX], [${llong_max}LL],
                         [max value of long  long  calculated  by
configure])
      AC_MSG_CHECKING([[for min value of long long]])
      AC_MSG_RESULT([$llong_min])
      AC_DEFINE_UNQUOTED([LLONG_MIN], [${llong_min}LL],
                         [min  value  of  long long calculated by
configure])
      ],
      [AC_MSG_RESULT(not found)],
      [AC_MSG_WARN([[cross compiling: not checking]])]
      )
    fi
  ])  m4trace:/mnt/gmirror/ports/sysutils/boxbackup/work/boxback-
up-0.10/infrastructure/m4/ax_check_malloc_workaround.m4:38:   -1-
AC_DEFUN([AX_CHECK_MALLOC_WORKAROUND], [
  if test "x$GXX" = "xyes"; then
    AC_CACHE_CHECK([for gcc version 3 or later], [gcc_3_plus],
      [AC_COMPILE_IFELSE([AC_LANG_SOURCE([[
          #if __GNUC__ < 3
          #error "Old GNU C"
          #endif
          ]])],
      [gcc_3_plus=yes], [gcc_3_plus=no]
    )])
    if test "x$gcc_3_plus" = "xno"; then

around STL memory leaks])
      fi
    fi
  fi
  ])  m4trace:/mnt/gmirror/ports/sysutils/boxbackup/work/boxback-
up-0.10/infrastructure/m4/ax_check_mount_point.m4:60:  -1- AC_DE-
FUN([AX_CHECK_MOUNT_POINT], [
  AC_CHECK_FUNCS([getmntent statfs])
  AC_CHECK_HEADERS([sys/param.h])
  AC_CHECK_HEADERS([mntent.h sys/mnttab.h sys/mount.h],,, [[
    #include <stdio.h>
    #ifdef HAVE_SYS_PARAM_H
      #include <sys/param.h>
    #endif
    ]])
  # BSD
  AC_CHECK_MEMBERS([struct statfs.f_mntonname],,, [[
    #ifdef HAVE_SYS_PARAM_H
      #include <sys/param.h>
    #endif
    #include <sys/mount.h>
    ]])
  # NetBSD
  AC_CHECK_MEMBERS([struct statvfs.f_mntonname],,, [[
    #ifdef HAVE_SYS_PARAM_H
      #include <sys/param.h>
    #endif
    #include <sys/mount.h>
    ]])
  # Linux
  AC_CHECK_MEMBERS([struct  mntent.mnt_dir],,,  [[#include   <mn-
tent.h>]])
  # Solaris
  AC_CHECK_MEMBERS([struct mnttab.mnt_mountp],,, [[
    #include <stdio.h>
    #include <sys/mnttab.h>
    ]])
  if  test "x$ac_cv_member_struct_statfs_f_mntonname" = "xyes" ||
test  "x$ac_cv_member_struct_statvfs_f_mntonname"  =  "xyes"   ||
test "x$ac_cv_member_struct_mntent_mnt_dir" = "xyes" ||      test
"x$ac_cv_member_struct_mnttab_mnt_mountp" = "xyes"
  then
    AC_DEFINE([HAVE_MOUNTS], [1], [Define to 1 if  this  platform
supports mounts])
    m4_ifvaln([$1],[$1],[:])dnl
    m4_ifvaln([$2],[else $2])dnl
  fi
  ])  m4trace:/mnt/gmirror/ports/sysutils/boxbackup/work/boxback-
up-0.10/infrastructure/m4/ax_check_nonaligned_access.m4:57:   -1-
AC_DEFUN([AX_CHECK_NONALIGNED_ACCESS], [
  AC_CACHE_CHECK([if  non-aligned  16  bit  word  accesses fail],
[have_aligned_only_int16],
  AC_CACHE_CHECK([if non-aligned  32  bit  word  accesses  fail],
[have_aligned_only_int32],
    [AC_RUN_IFELSE([AC_LANG_PROGRAM([[$ac_includes_default]], [[
        #ifndef HAVE_UINT32_T
          #define uint32_t u_int32_t;
        #endif
        uint32_t scratch[2];
        memset(scratch, 0, sizeof(scratch));
        return *(uint32_t*)((char*)scratch+1);
      ]])],
      [have_aligned_only_int32=no], [have_aligned_only_int32=yes]
    )])
  if test "x$have_aligned_only_int32" = "xyes"; then
    AC_DEFINE([HAVE_ALIGNED_ONLY_INT32], 1, [Define to 1 if  non-
aligned int32 access will fail])
  fi
  AC_CACHE_CHECK([if  non-aligned  64  bit  word  accesses fail],
[have_aligned_only_int64],
    [AC_RUN_IFELSE([AC_LANG_PROGRAM([[$ac_includes_default]], [[
        #ifndef HAVE_UINT64_T
          #define uint64_t u_int64_t;
        #endif
        uint64_t scratch[2];
        memset(scratch, 0, sizeof(scratch));
        return *(uint64_t*)((char*)scratch+1);
      ]])],
      [have_aligned_only_int64=no], [have_aligned_only_int64=yes]
    )])
  if test "x$have_aligned_only_int64" = "xyes"; then
    AC_DEFINE([HAVE_ALIGNED_ONLY_INT64],  1, [Define to 1 if non-
aligned int64 access will fail])
  fi
  ])  m4trace:/mnt/gmirror/ports/sysutils/boxbackup/work/boxback-
up-0.10/infrastructure/m4/ax_check_ssl.m4:37:      -1-     AC_DE-
FUN([AX_CHECK_SSL], [
  AC_ARG_WITH(
    [ssl-headers],
    [AC_HELP_STRING([--with-ssl-headers=DIR], [SSL include  files
location])],
    [CPPFLAGS="$CPPFLAGS -I$withval"])
  AC_ARG_WITH(
    [ssl-lib],
    [AC_HELP_STRING([--with-ssl-lib=DIR],   [SSL   library  loca-
tion])],
    [LDFLAGS="$LDFLAGS -L$withval"])

  ax_check_ssl_found=yes
  AC_CHECK_HEADERS([openssl/ssl.h],, [ax_check_ssl_found=no])
  AC_CHECK_LIB([ssl],    [SSL_read],,    [ax_check_ssl_found=no],
[-lcrypto])

  if test "x$ax_check_ssl_found" = "xyes"; then
          #include <fcntl.h>
          #include <sys/syscall.h>
          #ifdef HAVE___SYSCALL_NEED_DEFN
            extern "C" off_t __syscall(quad_t number, ...);
          #endif
          #ifndef HAVE_SYSCALL
            #undef syscall
            #define syscall __syscall
          #endif
          ]], [[
          int fh = creat("lseektest", 0600);
          int res = 0;
          if(fh>=0)
          {
            res = syscall(SYS_lseek, fh, 0, SEEK_SET, 99);
            close(fh);
          }
          unlink("lseektest");
          return res!=-1;
        ]])],
        [have_lseek_dummy_param=yes], [have_lseek_dummy_param=no]
      )])
    if test "x$have_lseek_dummy_param" = "xyes"; then
      AC_DEFINE([HAVE_LSEEK_DUMMY_PARAM], 1,
                [Define  to  1  if syscall lseek requires a dummy
middle parameter])
    fi
  fi
  if test "x$have_lseek_dummy_param" = "xno"
  then
    m4_ifvaln([$1],[$1],[:])dnl
    m4_ifvaln([$2],[else $2])dnl
  fi
  ])  m4trace:/mnt/gmirror/ports/sysutils/boxbackup/work/boxback-
up-0.10/infrastructure/m4/ax_compare_version.m4:162:  -1-  AC_DE-
FUN([AX_COMPARE_VERSION], [
  # Used to indicate true or false condition
  ax_compare_version=false

  # Convert the two version strings to be compared into a  format
that
  #  allows a simple string comparison.  The end result is that a
version
  # string of the form 1.12.5-r617 will be converted to the form
  # 0001001200050617.  In other words, each number is zero padded
to four
  # digits, and non digits are removed.
  AS_VAR_PUSHDEF([A],[ax_compare_version_A])
  A=`echo  "$1" | sed -e 's/0-9]]*/Z1Z/g'                      -e
's/Z0-9]]Z/Z01Z/g'                                             -e
's/Z0-9]][[0-9]]Z/Z01Z/g'                                      -e
's/Z0-9]][[0-9]][[0-9]]Z/Z01Z/g'                               -e
white space.
  m4_case(m4_tolower($2),
  [lt],[
    ax_compare_version=`echo "x$A x$B" | sed 's/^ *//' | sort  -r
| sed "s/x${A}/false/;s/x${B}/true/;1q"`
  ],
  [gt],[
    ax_compare_version=`echo  "x$A  x$B" | sed 's/^ *//' | sort |
sed "s/x${A}/false/;s/x${B}/true/;1q"`
  ],
  [le],[
    ax_compare_version=`echo "x$A x$B" | sed 's/^ *//' |  sort  |
sed "s/x${A}/true/;s/x${B}/false/;1q"`
  ],
  [ge],[
    ax_compare_version=`echo  "x$A x$B" | sed 's/^ *//' | sort -r
| sed "s/x${A}/true/;s/x${B}/false/;1q"`
  ],[
    dnl Split the operator from the subversion count if  present.
    m4_bmatch(m4_substr($2,2),
    [0],[
      #  A count of zero means use the length of the shorter ver-
sion.
      # Determine the number of characters in A and B.
      ax_compare_version_len_A=`echo       "$A"       |       awk
'{print(length)}'`
      ax_compare_version_len_B=`echo       "$B"       |       awk
'{print(length)}'`

      # Set A to no more than B's length and B to  no  more  than
A's length.
      A=`echo "$A" | sed "s/$ax_compare_version_len_B.*/1/"`
      B=`echo "$B" | sed "s/$ax_compare_version_len_A.*/1/"`
    ],
    [[0-9]+],[
      #  A  count greater than zero means use only that many sub-
versions
      A=`echo "$A" | sed "s/[[0-9]]4m4_substr($2,2).*/1/"`
      B=`echo "$B" | sed "s/[[0-9]]4m4_substr($2,2).*/1/"`
    ],
    [.+],[
      AC_WARNING(
        [illegal OP numeric parameter: $2])
    ],[])

    # Pad zeros at end of numbers to make same length.
    ax_compare_version_tmp_A="$A`echo $B | sed 's/./0/g'`"
    B="$B`echo $A | sed 's/./0/g'`"
    A="$ax_compare_version_tmp_A"

    # Check for equality or inequality as necessary.
    m4_case(m4_tolower(m4_substr($2,0,2)),

  if test "$ax_compare_version" = "true" ; then
    m4_ifvaln([$4],[$4],[:])dnl
    m4_ifvaln([$5],[else $5])dnl
  fi       ])        m4trace:/mnt/gmirror/ports/sysutils/boxback-
up/work/boxbackup-0.10/infrastructure/m4/ax_func_syscall.m4:39:
-1- AC_DEFUN([AX_FUNC_SYSCALL], [
  AC_CHECK_HEADERS([sys/syscall.h unistd.h])
  AC_CHECK_FUNCS([syscall __syscall])
  if test "x$ac_cv_func_syscall" != "xyes" &&
     test "x$ac_cv_func___syscall" != "xyes"; then
    AC_CACHE_CHECK([for    __syscall     needing     definition],
[have___syscall_need_defn],
      [AC_RUN_IFELSE([AC_LANG_PROGRAM([[
          $ac_includes_default
          #ifdef HAVE_SYS_SYSCALL_H
            #include <sys/syscall.h>
          #endif
          extern "C" off_t __syscall(quad_t number, ...);
          ]], [[
          __syscall(SYS_exit, 0);
          return 1;
        ]])],
        [have___syscall_need_defn=yes],
[have___syscall_need_defn=no]
      )])
    if test "x$have___syscall_need_defn" = "xyes"; then
      AC_DEFINE([HAVE___SYSCALL_NEED_DEFN], 1,
                [Define to 1 if __syscall is available but  needs
a definition])
    fi
  fi
  ])  m4trace:/mnt/gmirror/ports/sysutils/boxbackup/work/boxback-
up-0.10/infrastructure/m4/ax_path_bdb.m4:121:     -1-      AC_DE-
FUN([AX_PATH_BDB], [
  dnl # Used to indicate success or failure of this function.
  ax_path_bdb_ok=no

  # Add --with-bdb-dir option to configure.
  AC_ARG_WITH([bdb-dir],
    [AC_HELP_STRING([--with-bdb-dir=DIR],
                    [Berkeley DB installation directory])])

  # Check if --with-bdb-dir was specified.
  if test "x$with_bdb_dir" = "x" ; then
    # No option specified, so just search the system.
    AX_PATH_BDB_NO_OPTIONS([$1], [HIGHEST], [
      ax_path_bdb_ok=yes
    ])
   else
     # Set --with-bdb-dir option.
     ax_path_bdb_INC="$with_bdb_dir/include"
     ax_path_bdb_LIB="$with_bdb_dir/lib"
         ax_path_bdb_ok=yes
         BDB_CPPFLAGS="-I$ax_path_bdb_INC"
         BDB_LDFLAGS="-L$ax_path_bdb_LIB"
       ])
     else
       AC_MSG_RESULT([no])
       AC_MSG_NOTICE([no usable Berkeley DB not found])
     fi

     dnl # Restore the environment.
     CPPFLAGS="$ax_path_bdb_save_CPPFLAGS"
     LDFLAGS="$ax_path_bdb_save_LDFLAGS"

  fi

  dnl # Execute ACTION-IF-FOUND / ACTION-IF-NOT-FOUND.
  if test "$ax_path_bdb_ok" = "yes" ; then
    m4_ifvaln([$2],[$2],[:])dnl
    m4_ifvaln([$3],[else $3])dnl
  fi

])    m4trace:/mnt/gmirror/ports/sysutils/boxbackup/work/boxback-
up-0.10/infrastructure/m4/ax_path_bdb.m4:276:      -1-     AC_DE-
FUN([AX_PATH_BDB_NO_OPTIONS], [
  dnl # Used to indicate success or failure of this function.
  ax_path_bdb_no_options_ok=no

  # Values to add to environment to use Berkeley DB.
  BDB_VERSION=''
  BDB_LIBS=''
  BDB_CPPFLAGS=''
  BDB_LDFLAGS=''

  # Check cross compilation here.
  if test "x$cross_compiling" = "xyes" ; then
    # If cross compiling, can't use  AC_RUN_IFELSE  so  do  these
tests.
    # The AC_PREPROC_IFELSE confirms that db.h is preprocessable,
    # and extracts the version number from it.
    AC_MSG_CHECKING([for db.h])

    AS_VAR_PUSHDEF([HEADER_VERSION],[ax_path_bdb_no_options_HEAD-
ER_VERSION])dnl
    HEADER_VERSION=''
    AC_PREPROC_IFELSE([
      AC_LANG_SOURCE([[  #include  <db.h> #ifdef DB_VERSION_MAJOR
AX_PATH_BDB_STUFF       DB_VERSION_MAJOR,DB_VERSION_MINOR,DB_VER-
SION_PATCH #else AX_PATH_BDB_STUFF 1,0,0 #endif
      ]])
    ],[
      # Extract version from preprocessor output.
      HEADER_VERSION=`eval    "$ac_cpp    conftest.$ac_ext"    2>
        AS_VAR_PUSHDEF([MIN],[ax_path_bdb_no_options_MINOR])dnl
        MIN=`echo          $HEADER_VERSION          |         sed
's,^[[0-9]]*.,,;s,.[[0-9]]*$,,'`

        dnl    #    Save    LIBS.              ax_path_bdb_no_op-
tions_save_LIBS="$LIBS"

        # Check that we can link with the library.
        AC_SEARCH_LIBS([db_version],
          [db   db-$MAJ.$MIN   db$MAJ.$MIN   db$MAJ$MIN   db-$MAJ
db$MAJ],[
            # Sucessfully found library.
            ax_path_bdb_no_options_ok=yes
            BDB_VERSION=$HEADER_VERSION

              #    Extract    library    from    LIBS
ax_path_bdb_no_options_LEN=`                                 echo
"x$ax_path_bdb_no_options_save_LIBS"                   |      awk
'{print(length)}'`
            BDB_LIBS=`echo    "x$LIBS   "                 |   sed
"s/.$ax_path_bdb_no_options_LEN/;s/^x//;s/ //g"`
        ],[])

        dnl  #  Restore  LIBS           LIBS="$ax_path_bdb_no_op-
tions_save_LIBS"

        AS_VAR_POPDEF([MAJ])dnl
        AS_VAR_POPDEF([MIN])dnl
      ])
    fi

    AS_VAR_POPDEF([HEADER_VERSION])dnl
  else
    # Not cross compiling.
    # Check version of Berkeley DB in the current environment.
    AX_PATH_BDB_ENV_GET_VERSION([
      AX_COMPARE_VERSION([$ax_path_bdb_env_get_version_VER-
SION],[ge],[$1],[
        # Found acceptable version in current environment.
        ax_path_bdb_no_options_ok=yes
        BDB_VERSION="$ax_path_bdb_env_get_version_VERSION"
        BDB_LIBS="$ax_path_bdb_env_get_version_LIBS"
      ])
    ])

    # Determine if we need to search /usr/local/BerkeleyDB*
    ax_path_bdb_no_options_DONE=no
    if test "x$2" = "xENVONLY" ; then
      ax_path_bdb_no_options_DONE=yes
    elif test "x$2" = "xENVFIRST" ; then
      ax_path_bdb_no_options_DONE=$ax_path_bdb_no_options_ok
    fi
          AX_COMPARE_VERSION(
             [$ax_path_bdb_path_find_highest_VERSION],[ge],[$1])
        fi
      ])

      dnl  #  If  result from _AX_COMPARE_VERSION is true we want
this version.
      if test "$ax_compare_version" = "true" ; then
        ax_path_bdb_no_options_ok=yes
        BDB_LIBS="-ldb"                      if              test
"x$ax_path_bdb_path_find_highest_DIR"   !=   x  ;  then
BDB_CPPFLAGS="-I$ax_path_bdb_path_find_highest_DIR/include"
           BDB_LDFLAGS="-L$ax_path_bdb_path_find_highest_DIR/lib"
        fi
        BDB_VERSION="$ax_path_bdb_path_find_highest_VERSION"
      fi
    fi
  fi

  dnl # Execute ACTION-IF-FOUND / ACTION-IF-NOT-FOUND.
  if test "$ax_path_bdb_no_options_ok" = "yes" ; then
    AC_MSG_NOTICE([using Berkeley DB version $BDB_VERSION])
    AC_DEFINE([HAVE_DB_H],[1],
              [Define to 1 if you have the <db.h> header  file.])
    m4_ifvaln([$3],[$3])dnl
  else
    AC_MSG_NOTICE([no Berkeley DB version $1 or higher found])
    m4_ifvaln([$4],[$4])dnl
  fi        ])       m4trace:/mnt/gmirror/ports/sysutils/boxback-
up/work/boxbackup-0.10/infrastructure/m4/ax_path_bdb.m4:321:  -1-
AC_DEFUN([AX_PATH_BDB_PATH_FIND_HIGHEST], [
  dnl # Used to indicate success or failure of this function.
  ax_path_bdb_path_find_highest_ok=no

  AS_VAR_PUSHDEF([VERSION],[ax_path_bdb_path_find_highest_VER-
SION])dnl
  VERSION=''

  ax_path_bdb_path_find_highest_DIR=''

  # find highest verison in default install directory for  Berke-
ley DB
  AS_VAR_PUSHDEF([CURDIR],[ax_path_bdb_path_find_highest_CUR-
DIR])dnl
  AS_VAR_PUSHDEF([CUR_VERSION],[ax_path_bdb_path_get_version_VER-
SION])dnl

  for CURDIR in `ls -d /usr/local/BerkeleyDB* 2> /dev/null`
  do
    AX_PATH_BDB_PATH_GET_VERSION([$CURDIR],[
      AX_COMPARE_VERSION([$CUR_VERSION],[gt],[$VERSION],[
        ax_path_bdb_path_find_highest_ok=yes

  fi

])    m4trace:/mnt/gmirror/ports/sysutils/boxbackup/work/boxback-
up-0.10/infrastructure/m4/ax_path_bdb.m4:410:     -1-      AC_DE-
FUN([AX_PATH_BDB_PATH_GET_VERSION], [
  dnl # Used to indicate success or failure of this function.
  ax_path_bdb_path_get_version_ok=no

  # Indicate status of checking for Berkeley DB header.
  AC_MSG_CHECKING([in $1/include for db.h])
  ax_path_bdb_path_get_version_got_header=no
  test    -f   "$1/include/db.h"   &&   ax_path_bdb_path_get_ver-
sion_got_header=yes
  AC_MSG_RESULT([$ax_path_bdb_path_get_version_got_header])

  # Indicate status of checking for Berkeley DB library.
  AC_MSG_CHECKING([in $1/lib for library -ldb])

  ax_path_bdb_path_get_version_VERSION=''

  if test -d "$1/include" && test -d "$1/lib" &&
     test "$ax_path_bdb_path_get_version_got_header"  =  "yes"  ;
then
    dnl # save and modify environment
    ax_path_bdb_path_get_version_save_CPPFLAGS="$CPPFLAGS"
    CPPFLAGS="-I$1/include $CPPFLAGS"

    ax_path_bdb_path_get_version_save_LIBS="$LIBS"
    LIBS="$LIBS -ldb"

    ax_path_bdb_path_get_version_save_LDFLAGS="$LDFLAGS"
    LDFLAGS="-L$1/lib $LDFLAGS"

    # Compile and run a program that compares the version defined
in
    # the header file with a version defined in the library func-
tion
    # db_version.
    AC_RUN_IFELSE([
      AC_LANG_SOURCE([[  #include  <stdio.h>  #include <db.h> int
main(int argc,char **argv) {
  (void) argv; #ifdef DB_VERSION_MAJOR
  int major,minor,patch;
  db_version(&major,&minor,&patch);
  if (argc > 1)
    printf("%d.%d.%d0,DB_VERSION_MAJOR,DB_VERSION_MINOR,DB_VER-
SION_PATCH);
  if (DB_VERSION_MAJOR == major && DB_VERSION_MINOR == minor &&
      DB_VERSION_PATCH == patch)
    return 0;
  else
    return 1; #else
      ax_path_bdb_path_get_version_ok=yes
    ],[],[])

    dnl # restore environment
    CPPFLAGS="$ax_path_bdb_path_get_version_save_CPPFLAGS"
    LIBS="$ax_path_bdb_path_get_version_save_LIBS"
    LDFLAGS="$ax_path_bdb_path_get_version_save_LDFLAGS"
  fi

  dnl # Finally, execute ACTION-IF-FOUND / ACTION-IF-NOT-FOUND.
  if test "$ax_path_bdb_path_get_version_ok" = "yes" ; then
    AC_MSG_RESULT([$ax_path_bdb_path_get_version_VERSION])
    m4_ifvaln([$2],[$2])dnl
  else
    AC_MSG_RESULT([no])
    m4_ifvaln([$3],[$3])dnl
  fi        ])       m4trace:/mnt/gmirror/ports/sysutils/boxback-
up/work/boxbackup-0.10/infrastructure/m4/ax_path_bdb.m4:475:  -1-
AC_DEFUN([AX_PATH_BDB_ENV_CONFIRM_LIB], [
  dnl # Used to indicate success or failure of this function.
  ax_path_bdb_env_confirm_lib_ok=no

  dnl # save and modify environment to link with library LIBNAME
  ax_path_bdb_env_confirm_lib_save_LIBS="$LIBS"
  LIBS="$LIBS $2"

  #  Compile  and run a program that compares the version defined
in
  # the header file with a version defined in the  library  func-
tion
  # db_version.
  AC_RUN_IFELSE([
    AC_LANG_SOURCE([[  #include  <stdio.h>  #include  <db.h>  int
main(int argc,char **argv) {
  (void) argv; #ifdef DB_VERSION_MAJOR
  int major,minor,patch;
  db_version(&major,&minor,&patch);
  if (argc > 1)
    printf("%d.%d.%d0,DB_VERSION_MAJOR,DB_VERSION_MINOR,DB_VER-
SION_PATCH);
  if (DB_VERSION_MAJOR == major && DB_VERSION_MINOR == minor &&
      DB_VERSION_PATCH == patch)
    return 0;
  else
    return 1; #else
  DB *dbp = dbopen(0, 0, 0, DB_HASH, 0);
  if(dbp) dbp->close(dbp);
  if (argc > 1)
    printf("1.0.00);
  if (dbp)
    return 0;
  else

  dnl # restore environment
  LIBS="$ax_path_bdb_env_confirm_lib_save_LIBS"

])    m4trace:/mnt/gmirror/ports/sysutils/boxbackup/work/boxback-
up-0.10/infrastructure/m4/ax_path_bdb.m4:608:     -1-      AC_DE-
FUN([AX_PATH_BDB_ENV_GET_VERSION], [
  dnl # Used to indicate success or failure of this function.
  ax_path_bdb_env_get_version_ok=no

  ax_path_bdb_env_get_version_VERSION=''
  ax_path_bdb_env_get_version_LIBS=''

  AS_VAR_PUSHDEF([HEADER_VERSION],[ax_path_bdb_env_get_ver-
sion_HEADER_VERSION])dnl
  AS_VAR_PUSHDEF([TEST_LIBNAME],[ax_path_bdb_env_get_ver-
sion_TEST_LIBNAME])dnl

  # Indicate status of checking for Berkeley DB library.
  AC_MSG_CHECKING([for db.h])

  #  Compile  and  run  a program that determines the Berkeley DB
version
  # in the header file db.h.
  HEADER_VERSION=''
  AC_RUN_IFELSE([
    AC_LANG_SOURCE([[  #include  <stdio.h>  #include  <db.h>  int
main(int argc,char **argv) {
  (void) argv;
  if (argc > 1) #ifdef DB_VERSION_MAJOR
    printf("%d.%d.%d0,DB_VERSION_MAJOR,DB_VERSION_MINOR,DB_VER-
SION_PATCH); #else
    printf("1.0.00); #endif
  return 0; }
    ]])
  ],[
    # Program compiled and ran, so get version by adding an argu-
ment.
    HEADER_VERSION=`./conftest$ac_exeext x`
    AC_MSG_RESULT([$HEADER_VERSION])
  ],[AC_MSG_RESULT([no])],[AC_MSG_RESULT([no])])

  # Have header version, so try to find corresponding library.
  # Looks for library names in the order:
  #   nothing, db, db-X.Y, dbX.Y, dbXY, db-X, dbX
  #  and  stops when it finds the first one that matches the ver-
sion
  # of the header file.
  if test "x$HEADER_VERSION" != "x" ; then
    AC_MSG_CHECKING([for library containing  Berkeley  DB  $HEAD-
ER_VERSION])


    if test "$ax_path_bdb_env_confirm_lib_ok" = "no" ; then
      # try format "db"
      TEST_LIBNAME='-ldb'
      AX_PATH_BDB_ENV_CONFIRM_LIB([$HEADER_VERSION],  [$TEST_LIB-
NAME])
    fi

    if test "$ax_path_bdb_env_confirm_lib_ok" = "no" ; then
      # try format "db-X.Y"
      TEST_LIBNAME="-ldb-${MAJOR}.$MINOR"
      AX_PATH_BDB_ENV_CONFIRM_LIB([$HEADER_VERSION],  [$TEST_LIB-
NAME])
    fi

    if test "$ax_path_bdb_env_confirm_lib_ok" = "no" ; then
      # try format "dbX.Y"
      TEST_LIBNAME="-ldb${MAJOR}.$MINOR"
      AX_PATH_BDB_ENV_CONFIRM_LIB([$HEADER_VERSION],  [$TEST_LIB-
NAME])
    fi

    if test "$ax_path_bdb_env_confirm_lib_ok" = "no" ; then
      # try format "dbXY"
      TEST_LIBNAME="-ldb$MAJOR$MINOR"
      AX_PATH_BDB_ENV_CONFIRM_LIB([$HEADER_VERSION],  [$TEST_LIB-
NAME])
    fi

    if test "$ax_path_bdb_env_confirm_lib_ok" = "no" ; then
      # try format "db-X"
      TEST_LIBNAME="-ldb-$MAJOR"
      AX_PATH_BDB_ENV_CONFIRM_LIB([$HEADER_VERSION],  [$TEST_LIB-
NAME])
    fi

    if test "$ax_path_bdb_env_confirm_lib_ok" = "no" ; then
      # try format "dbX"
      TEST_LIBNAME="-ldb$MAJOR"
      AX_PATH_BDB_ENV_CONFIRM_LIB([$HEADER_VERSION],  [$TEST_LIB-
NAME])
    fi

    dnl # Found a valid library.
    if test "$ax_path_bdb_env_confirm_lib_ok" = "yes" ; then
      if test "x$TEST_LIBNAME" = "x" ; then
        AC_MSG_RESULT([none required])
      else
        AC_MSG_RESULT([$TEST_LIBNAME])
      fi
      ax_path_bdb_env_get_version_VERSION="$HEADER_VERSION"
      ax_path_bdb_env_get_version_LIBS="$TEST_LIBNAME"

    m4_ifvaln([$1],[$1],[:])dnl
    m4_ifvaln([$2],[else $2])dnl
  fi

])    m4trace:/mnt/gmirror/ports/sysutils/boxbackup/work/boxback-
up-0.10/infrastructure/m4/ax_random_device.m4:31:   -1-    AC_DE-
FUN([AX_RANDOM_DEVICE], [
  AC_ARG_WITH([random],
    [AC_HELP_STRING([--with-random=FILE],  [Use  FILE  as  random
number seed [auto-detected]])],
    [RANDOM_DEVICE="$withval"],
    [AC_CHECK_FILE("/dev/urandom",     [RANDOM_DEVICE="/dev/uran-
dom";],
       [AC_CHECK_FILE("/dev/arandom",  [RANDOM_DEVICE="/dev/aran-
dom";],
         [AC_CHECK_FILE("/dev/random",  [RANDOM_DEVICE="/dev/ran-
dom";])]
       )])
    ])
  if test "x$RANDOM_DEVICE" != "x" ; then
    AC_DEFINE([HAVE_RANDOM_DEVICE], 1,
              [Define  to  1  (and set RANDOM_DEVICE) if a random
device is available])
    AC_SUBST([RANDOM_DEVICE])
    AC_DEFINE_UNQUOTED([RANDOM_DEVICE], ["$RANDOM_DEVICE"],
                       [Define to the filename of the random  de-
vice (and set HAVE_RANDOM_DEVICE)])
  fi
  ])  m4trace:/mnt/gmirror/ports/sysutils/boxbackup/work/boxback-
up-0.10/infrastructure/m4/ax_split_version.m4:19:   -1-    AC_DE-
FUN([AX_SPLIT_VERSION], [
  ax_major_version=`echo "$2" | sed 's/^.]][[^.]]*.*/1/'`
  ax_minor_version=`echo           "$2"           |           sed
's/[[^.]][[^.]]*.^.]][[^.]]*.*/1/'`
  ax_point_version=`echo           "$2"           |           sed
's/[[^.]][[^.]]*.[[^.]][[^.]]*./1/'`

  AC_DEFINE_UNQUOTED([$1_MAJOR],  [$ax_major_version], [Define to
major version for $1])
  AC_DEFINE_UNQUOTED([$1_MINOR], [$ax_minor_version], [Define  to
minor version for $1])
  AC_DEFINE_UNQUOTED([$1_POINT],  [$ax_point_version], [Define to
point  version  for  $1])   ])   m4trace:/mnt/gmirror/ports/sysu-
tils/boxbackup/work/boxbackup-0.10/infrastructure/m4/vl_lib_read-
line.m4:80: -1- AC_DEFUN([VL_LIB_READLINE], [
  AC_ARG_ENABLE(
    [gnu-readline],
    AC_HELP_STRING([--enable-gnu-readline],
                   [Use GNU readline if present (may violate  GNU
licence)])
  )
  vl_cv_lib_readline_compat_found=no
    m4_ifvaln([$2],[else $2])dnl
  fi        ])       m4trace:/mnt/gmirror/ports/sysutils/boxback-
up/work/boxbackup-0.10/infrastructure/m4/vl_lib_readline.m4:135:
-1- AC_DEFUN([VL_LIB_READLINE_CHECK], [
  AC_CACHE_CHECK([for $1 library],
                 [vl_cv_lib_$1], [
    ORIG_LIBS="$LIBS"
    vl_cv_lib_$1=""
    for readline_lib in $2; do
      for termcap_lib in "" termcap curses ncurses; do
        if test -z "$termcap_lib"; then
          TRY_LIB="-l$readline_lib"
        else
          TRY_LIB="-l$readline_lib -l$termcap_lib"
        fi
        LIBS="$ORIG_LIBS $TRY_LIB"
        AC_TRY_LINK_FUNC([readline], [vl_cv_lib_$1="$TRY_LIB"])
        if test -n "$vl_cv_lib_$1"; then
          break
        fi
      done
      if test -n "$vl_cv_lib_$1"; then
        break
      fi
    done
    if test -z "$vl_cv_lib_$1"; then
      vl_cv_lib_$1=no
      LIBS="$ORIG_LIBS"
    fi
  ])

  vl_cv_lib_readline_compat_found=no
  if test "x$vl_cv_lib_$1" != "xno"; then
    AC_CHECK_HEADERS([$3], [vl_cv_lib_readline_compat_found=yes])
  fi

  if test "x$vl_cv_lib_readline_compat_found" = "xyes"; then
    AC_DEFINE([HAVE_LIBREADLINE], 1,
              [Define if you have a readline compatible library])

    AC_CACHE_CHECK([whether $1 supports history],
                   [vl_cv_lib_$1_history], [
      vl_cv_lib_$1_history=no
      AC_TRY_LINK_FUNC([add_history], [vl_cv_lib_$1_history=yes])
    ])
    if test "x$vl_cv_lib_$1_history" = "xyes"; then
      vl_cv_lib_$1_history=no
      AC_CHECK_HEADERS(
        [$4],         [AC_DEFINE([HAVE_READLINE_HISTORY], [1],
                   [Define if your readline library has  add_his-
tory])])
    fi

tern_allow([^PACKAGE_TARNAME$])    m4trace:configure.ac:5:    -1-
m4_pattern_allow([^PACKAGE_VERSION$]) m4trace:configure.ac:5: -1-
m4_pattern_allow([^PACKAGE_STRING$])  m4trace:configure.ac:5: -1-
m4_pattern_allow([^PACKAGE_BUGREPORT$])   m4trace:configure.ac:5:
-1- m4_pattern_allow([^exec_prefix$]) m4trace:configure.ac:5: -1-
m4_pattern_allow([^prefix$]) m4trace:configure.ac:5: -1-  m4_pat-
tern_allow([^program_transform_name$])    m4trace:configure.ac:5:
-1-  m4_pattern_allow([^bindir$])   m4trace:configure.ac:5:   -1-
m4_pattern_allow([^sbindir$]) m4trace:configure.ac:5: -1- m4_pat-
tern_allow([^libexecdir$])  m4trace:configure.ac:5:  -1-  m4_pat-
tern_allow([^datarootdir$])  m4trace:configure.ac:5:  -1- m4_pat-
tern_allow([^datadir$])   m4trace:configure.ac:5:   -1-   m4_pat-
tern_allow([^sysconfdir$])  m4trace:configure.ac:5:  -1-  m4_pat-
tern_allow([^sharedstatedir$])    m4trace:configure.ac:5:     -1-
m4_pattern_allow([^localstatedir$])  m4trace:configure.ac:5:  -1-
m4_pattern_allow([^includedir$])   m4trace:configure.ac:5:    -1-
m4_pattern_allow([^oldincludedir$])  m4trace:configure.ac:5:  -1-
m4_pattern_allow([^docdir$]) m4trace:configure.ac:5: -1-  m4_pat-
tern_allow([^infodir$])   m4trace:configure.ac:5:   -1-   m4_pat-
tern_allow([^htmldir$])   m4trace:configure.ac:5:   -1-   m4_pat-
tern_allow([^dvidir$]) m4trace:configure.ac:5: -1- m4_pattern_al-
low([^pdfdir$])   m4trace:configure.ac:5:   -1-    m4_pattern_al-
low([^psdir$])    m4trace:configure.ac:5:    -1-   m4_pattern_al-
low([^libdir$])   m4trace:configure.ac:5:   -1-    m4_pattern_al-
low([^localedir$])   m4trace:configure.ac:5:  -1-  m4_pattern_al-
low([^mandir$])   m4trace:configure.ac:5:   -1-    m4_pattern_al-
low([^PACKAGE_NAME$])  m4trace:configure.ac:5: -1- m4_pattern_al-
low([^PACKAGE_TARNAME$])  m4trace:configure.ac:5:   -1-   m4_pat-
tern_allow([^PACKAGE_VERSION$])    m4trace:configure.ac:5:    -1-
m4_pattern_allow([^PACKAGE_STRING$]) m4trace:configure.ac:5:  -1-
m4_pattern_allow([^PACKAGE_BUGREPORT$])   m4trace:configure.ac:5:
-1-   m4_pattern_allow([^DEFS$])   m4trace:configure.ac:5:    -1-
m4_pattern_allow([^ECHO_C$])  m4trace:configure.ac:5: -1- m4_pat-
tern_allow([^ECHO_N$]) m4trace:configure.ac:5: -1- m4_pattern_al-
low([^ECHO_T$])    m4trace:configure.ac:5:   -1-   m4_pattern_al-
low([^LIBS$])    m4trace:configure.ac:5:    -1-    m4_pattern_al-
low([^build_alias$])  m4trace:configure.ac:5:  -1- m4_pattern_al-
low([^host_alias$])  m4trace:configure.ac:5:  -1-  m4_pattern_al-
low([^target_alias$])  m4trace:configure.ac:10: -1- _m4_warn([ob-
solete],  [The  macro  `AC_CANONICAL_SYSTEM'  is  obsolete.   You
should  run  autoupdate.],  [autoconf/general.m4:1747: AC_CANONI-
CAL_SYSTEM is expanded from...  configure.ac:10: the top  level])
m4trace:configure.ac:10:      -1-     m4_pattern_allow([^build$])
m4trace:configure.ac:10:   -1-    m4_pattern_allow([^build_cpu$])
m4trace:configure.ac:10:  -1-  m4_pattern_allow([^build_vendor$])
m4trace:configure.ac:10:    -1-    m4_pattern_allow([^build_os$])
m4trace:configure.ac:10:      -1-      m4_pattern_allow([^host$])
m4trace:configure.ac:10:    -1-    m4_pattern_allow([^host_cpu$])
m4trace:configure.ac:10:   -1-  m4_pattern_allow([^host_vendor$])
m4trace:configure.ac:10:    -1-     m4_pattern_allow([^host_os$])
m4trace:configure.ac:10:     -1-     m4_pattern_allow([^target$])
m4trace:configure.ac:10:   -1-   m4_pattern_allow([^target_cpu$])
AC_LANG_SAVE   is   expanded  from...   autoconf/general.m4:1905:
AC_CACHE_VAL  is  expanded   from...    autoconf/general.m4:1918:
AC_CACHE_CHECK   is  expanded  from...   /mnt/gmirror/ports/sysu-
tils/boxbackup/work/boxbackup-0.10/infrastructure/m4/ac_cxx_ex-
ceptions.m4:24:  AC_CXX_EXCEPTIONS  is  expanded from...  config-
ure.ac:17:   the   top   level])   m4trace:configure.ac:17:   -1-
_m4_warn([obsolete],  [The macro `AC_LANG_CPLUSPLUS' is obsolete.
You should run autoupdate.],  [autoconf/c.m4:105:  AC_LANG_CPLUS-
PLUS  is expanded from...  autoconf/general.m4:1905: AC_CACHE_VAL
is expanded from...  autoconf/general.m4:1918: AC_CACHE_CHECK  is
expanded       from...       /mnt/gmirror/ports/sysutils/boxback-
up/work/boxbackup-0.10/infrastructure/m4/ac_cxx_exceptions.m4:24:
AC_CXX_EXCEPTIONS  is  expanded from...  configure.ac:17: the top
level]) m4trace:configure.ac:17:  -1-  _m4_warn([obsolete],  [The
macro `AC_TRY_COMPILE' is obsolete.  You should run autoupdate.],
[autoconf/general.m4:2368:  AC_TRY_COMPILE  is  expanded  from...
autoconf/general.m4:1905: AC_CACHE_VAL is expanded from...  auto-
conf/general.m4:1918:   AC_CACHE_CHECK   is   expanded    from...
/mnt/gmirror/ports/sysutils/boxbackup/work/boxbackup-0.10/infra-
structure/m4/ac_cxx_exceptions.m4:24:  AC_CXX_EXCEPTIONS  is  ex-
panded  from...  configure.ac:17: the top level]) m4trace:config-
ure.ac:17: -1- _m4_warn([obsolete], [The macro  `AC_LANG_RESTORE'
is obsolete.  You should run autoupdate.], [autoconf/lang.m4:176:
AC_LANG_RESTORE is  expanded  from...   autoconf/general.m4:1905:
AC_CACHE_VAL   is   expanded  from...   autoconf/general.m4:1918:
AC_CACHE_CHECK  is  expanded  from...    /mnt/gmirror/ports/sysu-
tils/boxbackup/work/boxbackup-0.10/infrastructure/m4/ac_cxx_ex-
ceptions.m4:24: AC_CXX_EXCEPTIONS is  expanded  from...   config-
ure.ac:17:  the  top level]) m4trace:configure.ac:17: -1- m4_pat-
tern_allow([^HAVE_EXCEPTIONS$])   m4trace:configure.ac:18:    -1-
AC_CXX_NAMESPACES  m4trace:configure.ac:18:  -1-  _m4_warn([obso-
lete], [The macro `AC_LANG_SAVE' is  obsolete.   You  should  run
autoupdate.],  [autoconf/lang.m4:170:  AC_LANG_SAVE  is  expanded
from...   autoconf/general.m4:1905:  AC_CACHE_VAL   is   expanded
from...   autoconf/general.m4:1918:  AC_CACHE_CHECK  is  expanded
from...       /mnt/gmirror/ports/sysutils/boxbackup/work/boxback-
up-0.10/infrastructure/m4/ac_cxx_namespaces.m4:25:  AC_CXX_NAMES-
PACES is  expanded  from...   configure.ac:18:  the  top  level])
m4trace:configure.ac:18:   -1-  _m4_warn([obsolete],  [The  macro
`AC_LANG_CPLUSPLUS' is obsolete.  You  should  run  autoupdate.],
[autoconf/c.m4:105:  AC_LANG_CPLUSPLUS is expanded from...  auto-
conf/general.m4:1905: AC_CACHE_VAL  is  expanded  from...   auto-
conf/general.m4:1918:    AC_CACHE_CHECK   is   expanded   from...
/mnt/gmirror/ports/sysutils/boxbackup/work/boxbackup-0.10/infra-
structure/m4/ac_cxx_namespaces.m4:25:  AC_CXX_NAMESPACES  is  ex-
panded from...  configure.ac:18: the top level])  m4trace:config-
ure.ac:18:  -1-  _m4_warn([obsolete], [The macro `AC_TRY_COMPILE'
is  obsolete.   You  should  run  autoupdate.],  [autoconf/gener-
al.m4:2368:  AC_TRY_COMPILE  is expanded from...  autoconf/gener-
al.m4:1905: AC_CACHE_VAL  is  expanded  from...   autoconf/gener-
al.m4:1918:   AC_CACHE_CHECK   is  expanded  from...   /mnt/gmir-
ror/ports/sysutils/boxbackup/work/boxbackup-0.10/infrastruc-
m4trace:configure.ac:31:     -1-     m4_pattern_allow([^PERL_EXE-
CUTABLE$])    m4trace:configure.ac:43:     -1-     m4_pattern_al-
low([^HAVE_LIBZ$])   m4trace:configure.ac:44:   -1-  VL_LIB_READ-
LINE([have_libreadline=yes], [have_libreadline=no])  m4trace:con-
figure.ac:44:     -2-     _m4_warn([obsolete],     [The     macro
`AC_HELP_STRING' is obsolete.  You should run autoupdate.],  [au-
toconf/general.m4:209:   AC_HELP_STRING   is   expanded   from...
/mnt/gmirror/ports/sysutils/boxbackup/work/boxbackup-0.10/infra-
structure/m4/vl_lib_readline.m4:80:  VL_LIB_READLINE  is expanded
from...   configure.ac:44:  the   top   level])   m4trace:config-
ure.ac:44:   -1-   VL_LIB_READLINE_CHECK([readline],  [readline],
[readline/readline.h readline.h], [readline/history.h history.h])
m4trace:configure.ac:44:     -1-     m4_pattern_allow([^CXXCPP$])
m4trace:configure.ac:44:    -1-    m4_pattern_allow([^CPPFLAGS$])
m4trace:configure.ac:44:     -1-     m4_pattern_allow([^CXXCPP$])
m4trace:configure.ac:44:      -1-      m4_pattern_allow([^GREP$])
m4trace:configure.ac:44:      -1-      m4_pattern_allow([^GREP$])
m4trace:configure.ac:44:     -1-      m4_pattern_allow([^EGREP$])
m4trace:configure.ac:44:      -1-     m4_pattern_allow([^EGREP$])
m4trace:configure.ac:44:  -1-  m4_pattern_allow([^STDC_HEADERS$])
m4trace:configure.ac:44:   -1-   m4_pattern_allow([^HAVE_LIBREAD-
LINE$])     m4trace:configure.ac:44:      -1-      m4_pattern_al-
low([^HAVE_READLINE_HISTORY$])    m4trace:configure.ac:44:    -1-
VL_LIB_READLINE_CHECK([editline],   [edit    editline],    [edit-
line/readline.h], [editline/readline.h]) m4trace:configure.ac:44:
-1-    m4_pattern_allow([^HAVE_LIBREADLINE$])     m4trace:config-
ure.ac:44:     -1-    m4_pattern_allow([^HAVE_READLINE_HISTORY$])
m4trace:configure.ac:58: -1- AX_PATH_BDB([], [
  LIBS="$BDB_LIBS $LIBS"
  LDFLAGS="$BDB_LDFLAGS $LDFLAGS"
  CPPFLAGS="$CPPFLAGS $BDB_CPPFLAGS"

  AX_COMPARE_VERSION([$BDB_VERSION],[ge],[4.1],,
    [AX_COMPARE_VERSION([$BDB_VERSION],[lt],[2],,
      [AC_MSG_ERROR([[only Berkely DB versions 1.x  or  at  least
4.1 are currently supported]])]
      )]
  )
  AX_SPLIT_VERSION([BDB_VERSION], [$BDB_VERSION]) ]) m4trace:con-
figure.ac:58:     -1-     _m4_warn([obsolete],     [The     macro
`AC_HELP_STRING'  is obsolete.  You should run autoupdate.], [au-
toconf/general.m4:209: AC_HELP_STRING is expanded from...   auto-
conf/general.m4:1391: AC_ARG_WITH is expanded from...  /mnt/gmir-
ror/ports/sysutils/boxbackup/work/boxbackup-0.10/infrastruc-
ture/m4/ax_path_bdb.m4:121: AX_PATH_BDB is expanded from...  con-
figure.ac:58:  the  top  level])   m4trace:configure.ac:58:   -1-
AX_PATH_BDB_NO_OPTIONS([], [HIGHEST], [
      ax_path_bdb_ok=yes
    ])  m4trace:configure.ac:58:  -1-  AX_COMPARE_VERSION([$HEAD-
ER_VERSION], [ge], [], [
        # get major and minor version numbers
        AS_VAR_PUSHDEF([MAJ],[ax_path_bdb_no_options_MAJOR])dnl
            BDB_VERSION=$HEADER_VERSION

               #    Extract    library    from    LIBS
ax_path_bdb_no_options_LEN=`                                 echo
"x$ax_path_bdb_no_options_save_LIBS"                    |     awk
'{print(length)}'`
            BDB_LIBS=`echo   "x$LIBS   "                 |    sed
"s/.$ax_path_bdb_no_options_LEN/;s/^x//;s/ //g"`
        ],[])

        dnl   #  Restore  LIBS          LIBS="$ax_path_bdb_no_op-
tions_save_LIBS"

        AS_VAR_POPDEF([MAJ])dnl
        AS_VAR_POPDEF([MIN])dnl
      ])  m4trace:configure.ac:58:  -1-  AX_PATH_BDB_ENV_GET_VER-
SION([
      AX_COMPARE_VERSION([$ax_path_bdb_env_get_version_VER-
SION],[ge],[],[
        # Found acceptable version in current environment.
        ax_path_bdb_no_options_ok=yes
        BDB_VERSION="$ax_path_bdb_env_get_version_VERSION"
        BDB_LIBS="$ax_path_bdb_env_get_version_LIBS"
      ])
    ])    m4trace:configure.ac:58:    -1-    AX_PATH_BDB_ENV_CON-
FIRM_LIB([$HEADER_VERSION],    [$TEST_LIBNAME])   m4trace:config-
ure.ac:58: -1- _m4_warn([cross],  [AC_RUN_IFELSE  called  without
default  to  allow  cross  compiling], [autoconf/general.m4:2471:
AC_RUN_IFELSE  is  expanded   from...    /mnt/gmirror/ports/sysu-
tils/boxbackup/work/boxbackup-0.10/infrastruc-
ture/m4/ax_path_bdb.m4:475:  AX_PATH_BDB_ENV_CONFIRM_LIB  is  ex-
panded        from...        /mnt/gmirror/ports/sysutils/boxback-
up/work/boxbackup-0.10/infrastructure/m4/ax_path_bdb.m4:608:
AX_PATH_BDB_ENV_GET_VERSION   is   expanded  from...   /mnt/gmir-
ror/ports/sysutils/boxbackup/work/boxbackup-0.10/infrastruc-
ture/m4/ax_path_bdb.m4:276:  AX_PATH_BDB_NO_OPTIONS  is  expanded
from...       /mnt/gmirror/ports/sysutils/boxbackup/work/boxback-
up-0.10/infrastructure/m4/ax_path_bdb.m4:121:  AX_PATH_BDB is ex-
panded from...  configure.ac:58: the top level])  m4trace:config-
ure.ac:58:      -1-     AX_COMPARE_VERSION([$ax_path_bdb_env_con-
firm_lib_VERSION], [eq], [$HEADER_VERSION], [
      ax_path_bdb_env_confirm_lib_ok=yes
    ])    m4trace:configure.ac:58:    -1-    AX_PATH_BDB_ENV_CON-
FIRM_LIB([$HEADER_VERSION],    [$TEST_LIBNAME])   m4trace:config-
ure.ac:58: -1- _m4_warn([cross],  [AC_RUN_IFELSE  called  without
default  to  allow  cross  compiling], [autoconf/general.m4:2471:
AC_RUN_IFELSE  is  expanded   from...    /mnt/gmirror/ports/sysu-
tils/boxbackup/work/boxbackup-0.10/infrastruc-
ture/m4/ax_path_bdb.m4:475:  AX_PATH_BDB_ENV_CONFIRM_LIB  is  ex-
panded        from...        /mnt/gmirror/ports/sysutils/boxback-
up/work/boxbackup-0.10/infrastructure/m4/ax_path_bdb.m4:608:
AX_PATH_BDB_ENV_GET_VERSION   is   expanded  from...   /mnt/gmir-
ture/m4/ax_path_bdb.m4:475:  AX_PATH_BDB_ENV_CONFIRM_LIB  is  ex-
panded        from...        /mnt/gmirror/ports/sysutils/boxback-
up/work/boxbackup-0.10/infrastructure/m4/ax_path_bdb.m4:608:
AX_PATH_BDB_ENV_GET_VERSION   is   expanded  from...   /mnt/gmir-
ror/ports/sysutils/boxbackup/work/boxbackup-0.10/infrastruc-
ture/m4/ax_path_bdb.m4:276:  AX_PATH_BDB_NO_OPTIONS  is  expanded
from...       /mnt/gmirror/ports/sysutils/boxbackup/work/boxback-
up-0.10/infrastructure/m4/ax_path_bdb.m4:121:  AX_PATH_BDB is ex-
panded from...  configure.ac:58: the top level])  m4trace:config-
ure.ac:58:      -1-     AX_COMPARE_VERSION([$ax_path_bdb_env_con-
firm_lib_VERSION], [eq], [$HEADER_VERSION], [
      ax_path_bdb_env_confirm_lib_ok=yes
    ])    m4trace:configure.ac:58:    -1-    AX_PATH_BDB_ENV_CON-
FIRM_LIB([$HEADER_VERSION],    [$TEST_LIBNAME])   m4trace:config-
ure.ac:58: -1- _m4_warn([cross],  [AC_RUN_IFELSE  called  without
default  to  allow  cross  compiling], [autoconf/general.m4:2471:
AC_RUN_IFELSE  is  expanded   from...    /mnt/gmirror/ports/sysu-
tils/boxbackup/work/boxbackup-0.10/infrastruc-
ture/m4/ax_path_bdb.m4:475:  AX_PATH_BDB_ENV_CONFIRM_LIB  is  ex-
panded        from...        /mnt/gmirror/ports/sysutils/boxback-
up/work/boxbackup-0.10/infrastructure/m4/ax_path_bdb.m4:608:
AX_PATH_BDB_ENV_GET_VERSION   is   expanded  from...   /mnt/gmir-
ror/ports/sysutils/boxbackup/work/boxbackup-0.10/infrastruc-
ture/m4/ax_path_bdb.m4:276:  AX_PATH_BDB_NO_OPTIONS  is  expanded
from...       /mnt/gmirror/ports/sysutils/boxbackup/work/boxback-
up-0.10/infrastructure/m4/ax_path_bdb.m4:121:  AX_PATH_BDB is ex-
panded from...  configure.ac:58: the top level])  m4trace:config-
ure.ac:58:      -1-     AX_COMPARE_VERSION([$ax_path_bdb_env_con-
firm_lib_VERSION], [eq], [$HEADER_VERSION], [
      ax_path_bdb_env_confirm_lib_ok=yes
    ])    m4trace:configure.ac:58:    -1-    AX_PATH_BDB_ENV_CON-
FIRM_LIB([$HEADER_VERSION],    [$TEST_LIBNAME])   m4trace:config-
ure.ac:58: -1- _m4_warn([cross],  [AC_RUN_IFELSE  called  without
default  to  allow  cross  compiling], [autoconf/general.m4:2471:
AC_RUN_IFELSE  is  expanded   from...    /mnt/gmirror/ports/sysu-
tils/boxbackup/work/boxbackup-0.10/infrastruc-
ture/m4/ax_path_bdb.m4:475:  AX_PATH_BDB_ENV_CONFIRM_LIB  is  ex-
panded        from...        /mnt/gmirror/ports/sysutils/boxback-
up/work/boxbackup-0.10/infrastructure/m4/ax_path_bdb.m4:608:
AX_PATH_BDB_ENV_GET_VERSION   is   expanded  from...   /mnt/gmir-
ror/ports/sysutils/boxbackup/work/boxbackup-0.10/infrastruc-
ture/m4/ax_path_bdb.m4:276:  AX_PATH_BDB_NO_OPTIONS  is  expanded
from...       /mnt/gmirror/ports/sysutils/boxbackup/work/boxback-
up-0.10/infrastructure/m4/ax_path_bdb.m4:121:  AX_PATH_BDB is ex-
panded from...  configure.ac:58: the top level])  m4trace:config-
ure.ac:58:      -1-     AX_COMPARE_VERSION([$ax_path_bdb_env_con-
firm_lib_VERSION], [eq], [$HEADER_VERSION], [
      ax_path_bdb_env_confirm_lib_ok=yes
    ])    m4trace:configure.ac:58:    -1-    AX_PATH_BDB_ENV_CON-
FIRM_LIB([$HEADER_VERSION],    [$TEST_LIBNAME])   m4trace:config-
ure.ac:58: -1- _m4_warn([cross],  [AC_RUN_IFELSE  called  without
default  to  allow  cross  compiling], [autoconf/general.m4:2471:
    ])    m4trace:configure.ac:58:    -1-    AX_PATH_BDB_ENV_CON-
FIRM_LIB([$HEADER_VERSION],    [$TEST_LIBNAME])   m4trace:config-
ure.ac:58: -1- _m4_warn([cross],  [AC_RUN_IFELSE  called  without
default  to  allow  cross  compiling], [autoconf/general.m4:2471:
AC_RUN_IFELSE  is  expanded   from...    /mnt/gmirror/ports/sysu-
tils/boxbackup/work/boxbackup-0.10/infrastruc-
ture/m4/ax_path_bdb.m4:475:  AX_PATH_BDB_ENV_CONFIRM_LIB  is  ex-
panded        from...        /mnt/gmirror/ports/sysutils/boxback-
up/work/boxbackup-0.10/infrastructure/m4/ax_path_bdb.m4:608:
AX_PATH_BDB_ENV_GET_VERSION   is   expanded  from...   /mnt/gmir-
ror/ports/sysutils/boxbackup/work/boxbackup-0.10/infrastruc-
ture/m4/ax_path_bdb.m4:276:  AX_PATH_BDB_NO_OPTIONS  is  expanded
from...       /mnt/gmirror/ports/sysutils/boxbackup/work/boxback-
up-0.10/infrastructure/m4/ax_path_bdb.m4:121:  AX_PATH_BDB is ex-
panded from...  configure.ac:58: the top level])  m4trace:config-
ure.ac:58:      -1-     AX_COMPARE_VERSION([$ax_path_bdb_env_con-
firm_lib_VERSION], [eq], [$HEADER_VERSION], [
      ax_path_bdb_env_confirm_lib_ok=yes
    ])     m4trace:configure.ac:58:      -1-      AX_COMPARE_VER-
SION([$ax_path_bdb_env_get_version_VERSION], [ge], [], [
        # Found acceptable version in current environment.
        ax_path_bdb_no_options_ok=yes
        BDB_VERSION="$ax_path_bdb_env_get_version_VERSION"
        BDB_LIBS="$ax_path_bdb_env_get_version_LIBS"
      ]) m4trace:configure.ac:58: -1- AX_PATH_BDB_PATH_FIND_HIGH-
EST([
        if test "$ax_path_bdb_no_options_ok" = "yes" ; then
        # If we already have an acceptable version  use  this  if
higher.
          AX_COMPARE_VERSION(
             [$ax_path_bdb_path_find_highest_VER-
SION],[gt],[$BDB_VERSION])
        else
          # Since we didn't have an acceptable version  check  if
this one is.
          AX_COMPARE_VERSION(
             [$ax_path_bdb_path_find_highest_VERSION],[ge],[])
        fi
      ])  m4trace:configure.ac:58:  -1- AX_PATH_BDB_PATH_GET_VER-
SION([$CURDIR], [
      AX_COMPARE_VERSION([$CUR_VERSION],[gt],[$VERSION],[
        ax_path_bdb_path_find_highest_ok=yes
        ax_path_bdb_path_find_highest_DIR="$CURDIR"
        VERSION="$CUR_VERSION"
      ])
    ])     m4trace:configure.ac:58:     -1-     _m4_warn([cross],
[AC_RUN_IFELSE  called without default to allow cross compiling],
[autoconf/general.m4:2471:  AC_RUN_IFELSE  is  expanded   from...
/mnt/gmirror/ports/sysutils/boxbackup/work/boxbackup-0.10/infra-
structure/m4/ax_path_bdb.m4:410: AX_PATH_BDB_PATH_GET_VERSION  is
expanded       from...       /mnt/gmirror/ports/sysutils/boxback-
up/work/boxbackup-0.10/infrastructure/m4/ax_path_bdb.m4:321:
SION([$ax_path_bdb_path_find_highest_VERSION],      [ge],     [])
m4trace:configure.ac:58:   -1-    m4_pattern_allow([^HAVE_DB_H$])
m4trace:configure.ac:58:  -1-  AX_PATH_BDB_NO_OPTIONS([], [ENVON-
LY], [
         ax_path_bdb_ok=yes
         BDB_CPPFLAGS="-I$ax_path_bdb_INC"
         BDB_LDFLAGS="-L$ax_path_bdb_LIB"
       ]) m4trace:configure.ac:58: -1- AX_COMPARE_VERSION([$HEAD-
ER_VERSION], [ge], [], [
        # get major and minor version numbers
        AS_VAR_PUSHDEF([MAJ],[ax_path_bdb_no_options_MAJOR])dnl
        MAJ=`echo $HEADER_VERSION | sed 's,..*,,'`
        AS_VAR_PUSHDEF([MIN],[ax_path_bdb_no_options_MINOR])dnl
        MIN=`echo          $HEADER_VERSION          |         sed
's,^[[0-9]]*.,,;s,.[[0-9]]*$,,'`

        dnl    #    Save    LIBS.              ax_path_bdb_no_op-
tions_save_LIBS="$LIBS"

        # Check that we can link with the library.
        AC_SEARCH_LIBS([db_version],
          [db   db-$MAJ.$MIN   db$MAJ.$MIN   db$MAJ$MIN   db-$MAJ
db$MAJ],[
            # Sucessfully found library.
            ax_path_bdb_no_options_ok=yes
            BDB_VERSION=$HEADER_VERSION

              #    Extract    library    from    LIBS
ax_path_bdb_no_options_LEN=`                                 echo
"x$ax_path_bdb_no_options_save_LIBS"                   |      awk
'{print(length)}'`
            BDB_LIBS=`echo    "x$LIBS   "                 |   sed
"s/.$ax_path_bdb_no_options_LEN/;s/^x//;s/ //g"`
        ],[])

        dnl  #  Restore  LIBS           LIBS="$ax_path_bdb_no_op-
tions_save_LIBS"

        AS_VAR_POPDEF([MAJ])dnl
        AS_VAR_POPDEF([MIN])dnl
      ])  m4trace:configure.ac:58:  -1-  AX_PATH_BDB_ENV_GET_VER-
SION([
      AX_COMPARE_VERSION([$ax_path_bdb_env_get_version_VER-
SION],[ge],[],[
        # Found acceptable version in current environment.
        ax_path_bdb_no_options_ok=yes
        BDB_VERSION="$ax_path_bdb_env_get_version_VERSION"
        BDB_LIBS="$ax_path_bdb_env_get_version_LIBS"
      ])
    ])    m4trace:configure.ac:58:    -1-    AX_PATH_BDB_ENV_CON-
FIRM_LIB([$HEADER_VERSION],   [$TEST_LIBNAME])    m4trace:config-
ure.ac:58:  -1-  _m4_warn([cross],  [AC_RUN_IFELSE called without
      ax_path_bdb_env_confirm_lib_ok=yes
    ])    m4trace:configure.ac:58:    -1-    AX_PATH_BDB_ENV_CON-
FIRM_LIB([$HEADER_VERSION],   [$TEST_LIBNAME])    m4trace:config-
ure.ac:58:  -1-  _m4_warn([cross],  [AC_RUN_IFELSE called without
default to  allow  cross  compiling],  [autoconf/general.m4:2471:
AC_RUN_IFELSE   is   expanded  from...   /mnt/gmirror/ports/sysu-
tils/boxbackup/work/boxbackup-0.10/infrastruc-
ture/m4/ax_path_bdb.m4:475:  AX_PATH_BDB_ENV_CONFIRM_LIB  is  ex-
panded       from...         /mnt/gmirror/ports/sysutils/boxback-
up/work/boxbackup-0.10/infrastructure/m4/ax_path_bdb.m4:608:
AX_PATH_BDB_ENV_GET_VERSION  is  expanded   from...    /mnt/gmir-
ror/ports/sysutils/boxbackup/work/boxbackup-0.10/infrastruc-
ture/m4/ax_path_bdb.m4:276:  AX_PATH_BDB_NO_OPTIONS  is  expanded
from...       /mnt/gmirror/ports/sysutils/boxbackup/work/boxback-
up-0.10/infrastructure/m4/ax_path_bdb.m4:121: AX_PATH_BDB is  ex-
panded  from...  configure.ac:58: the top level]) m4trace:config-
ure.ac:58:     -1-      AX_COMPARE_VERSION([$ax_path_bdb_env_con-
firm_lib_VERSION], [eq], [$HEADER_VERSION], [
      ax_path_bdb_env_confirm_lib_ok=yes
    ])    m4trace:configure.ac:58:    -1-    AX_PATH_BDB_ENV_CON-
FIRM_LIB([$HEADER_VERSION],   [$TEST_LIBNAME])    m4trace:config-
ure.ac:58:  -1-  _m4_warn([cross],  [AC_RUN_IFELSE called without
default to  allow  cross  compiling],  [autoconf/general.m4:2471:
AC_RUN_IFELSE   is   expanded  from...   /mnt/gmirror/ports/sysu-
tils/boxbackup/work/boxbackup-0.10/infrastruc-
ture/m4/ax_path_bdb.m4:475:  AX_PATH_BDB_ENV_CONFIRM_LIB  is  ex-
panded       from...         /mnt/gmirror/ports/sysutils/boxback-
up/work/boxbackup-0.10/infrastructure/m4/ax_path_bdb.m4:608:
AX_PATH_BDB_ENV_GET_VERSION  is  expanded   from...    /mnt/gmir-
ror/ports/sysutils/boxbackup/work/boxbackup-0.10/infrastruc-
ture/m4/ax_path_bdb.m4:276:  AX_PATH_BDB_NO_OPTIONS  is  expanded
from...       /mnt/gmirror/ports/sysutils/boxbackup/work/boxback-
up-0.10/infrastructure/m4/ax_path_bdb.m4:121: AX_PATH_BDB is  ex-
panded  from...  configure.ac:58: the top level]) m4trace:config-
ure.ac:58:     -1-      AX_COMPARE_VERSION([$ax_path_bdb_env_con-
firm_lib_VERSION], [eq], [$HEADER_VERSION], [
      ax_path_bdb_env_confirm_lib_ok=yes
    ])    m4trace:configure.ac:58:    -1-    AX_PATH_BDB_ENV_CON-
FIRM_LIB([$HEADER_VERSION],   [$TEST_LIBNAME])    m4trace:config-
ure.ac:58:  -1-  _m4_warn([cross],  [AC_RUN_IFELSE called without
default to  allow  cross  compiling],  [autoconf/general.m4:2471:
AC_RUN_IFELSE   is   expanded  from...   /mnt/gmirror/ports/sysu-
tils/boxbackup/work/boxbackup-0.10/infrastruc-
ture/m4/ax_path_bdb.m4:475:  AX_PATH_BDB_ENV_CONFIRM_LIB  is  ex-
panded       from...         /mnt/gmirror/ports/sysutils/boxback-
up/work/boxbackup-0.10/infrastructure/m4/ax_path_bdb.m4:608:
AX_PATH_BDB_ENV_GET_VERSION  is  expanded   from...    /mnt/gmir-
ror/ports/sysutils/boxbackup/work/boxbackup-0.10/infrastruc-
ture/m4/ax_path_bdb.m4:276:  AX_PATH_BDB_NO_OPTIONS  is  expanded
from...       /mnt/gmirror/ports/sysutils/boxbackup/work/boxback-
up-0.10/infrastructure/m4/ax_path_bdb.m4:121: AX_PATH_BDB is  ex-
panded  from...  configure.ac:58: the top level]) m4trace:config-
ture/m4/ax_path_bdb.m4:276:  AX_PATH_BDB_NO_OPTIONS  is  expanded
from...       /mnt/gmirror/ports/sysutils/boxbackup/work/boxback-
up-0.10/infrastructure/m4/ax_path_bdb.m4:121: AX_PATH_BDB is  ex-
panded  from...  configure.ac:58: the top level]) m4trace:config-
ure.ac:58:     -1-      AX_COMPARE_VERSION([$ax_path_bdb_env_con-
firm_lib_VERSION], [eq], [$HEADER_VERSION], [
      ax_path_bdb_env_confirm_lib_ok=yes
    ])    m4trace:configure.ac:58:    -1-    AX_PATH_BDB_ENV_CON-
FIRM_LIB([$HEADER_VERSION],   [$TEST_LIBNAME])    m4trace:config-
ure.ac:58:  -1-  _m4_warn([cross],  [AC_RUN_IFELSE called without
default to  allow  cross  compiling],  [autoconf/general.m4:2471:
AC_RUN_IFELSE   is   expanded  from...   /mnt/gmirror/ports/sysu-
tils/boxbackup/work/boxbackup-0.10/infrastruc-
ture/m4/ax_path_bdb.m4:475:  AX_PATH_BDB_ENV_CONFIRM_LIB  is  ex-
panded       from...         /mnt/gmirror/ports/sysutils/boxback-
up/work/boxbackup-0.10/infrastructure/m4/ax_path_bdb.m4:608:
AX_PATH_BDB_ENV_GET_VERSION  is  expanded   from...    /mnt/gmir-
ror/ports/sysutils/boxbackup/work/boxbackup-0.10/infrastruc-
ture/m4/ax_path_bdb.m4:276:  AX_PATH_BDB_NO_OPTIONS  is  expanded
from...       /mnt/gmirror/ports/sysutils/boxbackup/work/boxback-
up-0.10/infrastructure/m4/ax_path_bdb.m4:121: AX_PATH_BDB is  ex-
panded  from...  configure.ac:58: the top level]) m4trace:config-
ure.ac:58:     -1-      AX_COMPARE_VERSION([$ax_path_bdb_env_con-
firm_lib_VERSION], [eq], [$HEADER_VERSION], [
      ax_path_bdb_env_confirm_lib_ok=yes
    ])    m4trace:configure.ac:58:    -1-    AX_PATH_BDB_ENV_CON-
FIRM_LIB([$HEADER_VERSION],   [$TEST_LIBNAME])    m4trace:config-
ure.ac:58:  -1-  _m4_warn([cross],  [AC_RUN_IFELSE called without
default to  allow  cross  compiling],  [autoconf/general.m4:2471:
AC_RUN_IFELSE   is   expanded  from...   /mnt/gmirror/ports/sysu-
tils/boxbackup/work/boxbackup-0.10/infrastruc-
ture/m4/ax_path_bdb.m4:475:  AX_PATH_BDB_ENV_CONFIRM_LIB  is  ex-
panded       from...         /mnt/gmirror/ports/sysutils/boxback-
up/work/boxbackup-0.10/infrastructure/m4/ax_path_bdb.m4:608:
AX_PATH_BDB_ENV_GET_VERSION  is  expanded   from...    /mnt/gmir-
ror/ports/sysutils/boxbackup/work/boxbackup-0.10/infrastruc-
ture/m4/ax_path_bdb.m4:276:  AX_PATH_BDB_NO_OPTIONS  is  expanded
from...       /mnt/gmirror/ports/sysutils/boxbackup/work/boxback-
up-0.10/infrastructure/m4/ax_path_bdb.m4:121: AX_PATH_BDB is  ex-
panded  from...  configure.ac:58: the top level]) m4trace:config-
ure.ac:58:     -1-      AX_COMPARE_VERSION([$ax_path_bdb_env_con-
firm_lib_VERSION], [eq], [$HEADER_VERSION], [
      ax_path_bdb_env_confirm_lib_ok=yes
    ])      m4trace:configure.ac:58:      -1-     AX_COMPARE_VER-
SION([$ax_path_bdb_env_get_version_VERSION], [ge], [], [
        # Found acceptable version in current environment.
        ax_path_bdb_no_options_ok=yes
        BDB_VERSION="$ax_path_bdb_env_get_version_VERSION"
        BDB_LIBS="$ax_path_bdb_env_get_version_LIBS"
      ]) m4trace:configure.ac:58: -1- AX_PATH_BDB_PATH_FIND_HIGH-
EST([
        if test "$ax_path_bdb_no_options_ok" = "yes" ; then
        ax_path_bdb_path_find_highest_ok=yes
        ax_path_bdb_path_find_highest_DIR="$CURDIR"
        VERSION="$CUR_VERSION"
      ])
    ])     m4trace:configure.ac:58:     -1-     _m4_warn([cross],
[AC_RUN_IFELSE called without default to allow cross  compiling],
[autoconf/general.m4:2471:   AC_RUN_IFELSE  is  expanded  from...
/mnt/gmirror/ports/sysutils/boxbackup/work/boxbackup-0.10/infra-
structure/m4/ax_path_bdb.m4:410:  AX_PATH_BDB_PATH_GET_VERSION is
expanded      from...        /mnt/gmirror/ports/sysutils/boxback-
up/work/boxbackup-0.10/infrastructure/m4/ax_path_bdb.m4:321:
AX_PATH_BDB_PATH_FIND_HIGHEST  is  expanded  from...   /mnt/gmir-
ror/ports/sysutils/boxbackup/work/boxbackup-0.10/infrastruc-
ture/m4/ax_path_bdb.m4:276:  AX_PATH_BDB_NO_OPTIONS  is  expanded
from...       /mnt/gmirror/ports/sysutils/boxbackup/work/boxback-
up-0.10/infrastructure/m4/ax_path_bdb.m4:121: AX_PATH_BDB is  ex-
panded  from...  configure.ac:58: the top level]) m4trace:config-
ure.ac:58: -1-  AX_COMPARE_VERSION([$CUR_VERSION],  [gt],  [$VER-
SION], [
        ax_path_bdb_path_find_highest_ok=yes
        ax_path_bdb_path_find_highest_DIR="$CURDIR"
        VERSION="$CUR_VERSION"
      ])     m4trace:configure.ac:58:     -1-     AX_COMPARE_VER-
SION([$ax_path_bdb_path_find_highest_VERSION],  [gt],  [$BDB_VER-
SION])      m4trace:configure.ac:58:      -1-     AX_COMPARE_VER-
SION([$ax_path_bdb_path_find_highest_VERSION],     [ge],      [])
m4trace:configure.ac:58:    -1-   m4_pattern_allow([^HAVE_DB_H$])
m4trace:configure.ac:58:  -1-  AX_COMPARE_VERSION([$BDB_VERSION],
[ge], [4.1], [], [AX_COMPARE_VERSION([$BDB_VERSION],[lt],[2],,
      [AC_MSG_ERROR([[only  Berkely  DB  versions 1.x or at least
4.1 are currently supported]])]
      )
  ]) m4trace:configure.ac:58:  -1-  AX_COMPARE_VERSION([$BDB_VER-
SION],  [lt],  [2],  [], [AC_MSG_ERROR([[only Berkely DB versions
1.x or at least 4.1 are currently supported]])
      ]) m4trace:configure.ac:58: -1-  AX_SPLIT_VERSION([BDB_VER-
SION],   [$BDB_VERSION])   m4trace:configure.ac:58:  -1-  m4_pat-
tern_allow([^BDB_VERSION_MAJOR$])  m4trace:configure.ac:58:   -1-
m4_pattern_allow([^BDB_VERSION_MINOR$])  m4trace:configure.ac:58:
-1-    m4_pattern_allow([^BDB_VERSION_POINT$])    m4trace:config-
ure.ac:63:  -1-  AX_CHECK_SSL([],  [AC_MSG_ERROR([[OpenSSL is not
installed  but  is  required]])])  m4trace:configure.ac:63:   -1-
_m4_warn([obsolete],  [The  macro  `AC_HELP_STRING'  is obsolete.
You   should    run    autoupdate.],    [autoconf/general.m4:209:
AC_HELP_STRING  is  expanded  from...   autoconf/general.m4:1391:
AC_ARG_WITH   is   expanded   from...    /mnt/gmirror/ports/sysu-
tils/boxbackup/work/boxbackup-0.10/infrastruc-
ture/m4/ax_check_ssl.m4:37:  AX_CHECK_SSL  is  expanded   from...
configure.ac:63:  the  top  level])  m4trace:configure.ac:63: -1-
_m4_warn([obsolete], [The  macro  `AC_HELP_STRING'  is  obsolete.
You    should    run    autoupdate.],   [autoconf/general.m4:209:
AC_HELP_STRING  is  expanded  from...   autoconf/general.m4:1391:
tern_allow([^HAVE_SYS_WAIT_H$])   m4trace:configure.ac:100:   -1-
m4_pattern_allow([^HAVE_U_INT8_T$]) m4trace:configure.ac:100: -1-
m4_pattern_allow([^HAVE_U_INT16_T$])    m4trace:configure.ac:100:
-1-     m4_pattern_allow([^HAVE_U_INT32_T$])      m4trace:config-
ure.ac:100: -1- m4_pattern_allow([^HAVE_U_INT64_T$]) m4trace:con-
figure.ac:101:       -1-       m4_pattern_allow([^HAVE_UINT8_T$])
m4trace:configure.ac:101: -1- m4_pattern_allow([^HAVE_UINT16_T$])
m4trace:configure.ac:101: -1- m4_pattern_allow([^HAVE_UINT32_T$])
m4trace:configure.ac:101: -1- m4_pattern_allow([^HAVE_UINT64_T$])
m4trace:configure.ac:102:  -1-   m4_pattern_allow([^HAVE__BOOL$])
m4trace:configure.ac:102:     -1-    m4_pattern_allow([^HAVE_STD-
BOOL_H$]) m4trace:configure.ac:103:  -1-  m4_pattern_allow([^con-
st$])  m4trace:configure.ac:104: -1- m4_pattern_allow([^WORDS_BI-
GENDIAN$]) m4trace:configure.ac:105: -1-  AX_CHECK_NONALIGNED_AC-
CESS      m4trace:configure.ac:105:     -1-     _m4_warn([cross],
[AC_RUN_IFELSE called without default to allow cross  compiling],
[autoconf/general.m4:2471: AC_RUN_IFELSE is expanded from...  au-
toconf/general.m4:1905: AC_CACHE_VAL is expanded  from...   auto-
conf/general.m4:1918:    AC_CACHE_CHECK   is   expanded   from...
/mnt/gmirror/ports/sysutils/boxbackup/work/boxbackup-0.10/infra-
structure/m4/ax_check_nonaligned_access.m4:57:      AX_CHECK_NON-
ALIGNED_ACCESS is expanded  from...   configure.ac:105:  the  top
level])      m4trace:configure.ac:105:     -1-     m4_pattern_al-
low([^HAVE_ALIGNED_ONLY_INT16$])  m4trace:configure.ac:105:   -1-
_m4_warn([cross],  [AC_RUN_IFELSE called without default to allow
cross compiling], [autoconf/general.m4:2471: AC_RUN_IFELSE is ex-
panded from...  autoconf/general.m4:1905: AC_CACHE_VAL is expand-
ed from...  autoconf/general.m4:1918: AC_CACHE_CHECK is  expanded
from...       /mnt/gmirror/ports/sysutils/boxbackup/work/boxback-
up-0.10/infrastructure/m4/ax_check_nonaligned_access.m4:57:
AX_CHECK_NONALIGNED_ACCESS is expanded from...  configure.ac:105:
the  top  level])  m4trace:configure.ac:105:  -1-  m4_pattern_al-
low([^HAVE_ALIGNED_ONLY_INT32$])   m4trace:configure.ac:105:  -1-
_m4_warn([cross], [AC_RUN_IFELSE called without default to  allow
cross compiling], [autoconf/general.m4:2471: AC_RUN_IFELSE is ex-
panded from...  autoconf/general.m4:1905: AC_CACHE_VAL is expand-
ed  from...  autoconf/general.m4:1918: AC_CACHE_CHECK is expanded
from...       /mnt/gmirror/ports/sysutils/boxbackup/work/boxback-
up-0.10/infrastructure/m4/ax_check_nonaligned_access.m4:57:
AX_CHECK_NONALIGNED_ACCESS is expanded from...  configure.ac:105:
the  top  level])  m4trace:configure.ac:105:  -1-  m4_pattern_al-
low([^HAVE_ALIGNED_ONLY_INT64$])  m4trace:configure.ac:106:   -1-
m4_pattern_allow([^uid_t$]) m4trace:configure.ac:106: -1- m4_pat-
tern_allow([^gid_t$])   m4trace:configure.ac:107:   -1-   m4_pat-
tern_allow([^mode_t$])   m4trace:configure.ac:108:   -1-  m4_pat-
tern_allow([^off_t$])   m4trace:configure.ac:109:   -1-   m4_pat-
tern_allow([^pid_t$])   m4trace:configure.ac:110:   -1-   m4_pat-
tern_allow([^size_t$])  m4trace:configure.ac:111:   -1-   m4_pat-
tern_allow([^HAVE_STRUCT_STAT_ST_FLAGS$])         m4trace:config-
ure.ac:112:   -1-   m4_pattern_allow([^HAVE_STRUCT_STAT_ST_MTIME-
SPEC$])      m4trace:configure.ac:116:     -1-     m4_pattern_al-
low([^HAVE_STRUCT_SOCKADDR_IN_SIN_LEN$])          m4trace:config-
ror/ports/sysutils/boxbackup/work/boxbackup-0.10/infrastruc-
ture/m4/ax_check_dirent_d_type.m4:41:  AX_CHECK_DIRENT_D_TYPE  is
expanded  from...  configure.ac:121: the top level]) m4trace:con-
figure.ac:121: -1- m4_pattern_allow([^HAVE_VALID_DIRENT_D_TYPE$])
m4trace:configure.ac:122:    -1-    m4_pattern_allow([^_FILE_OFF-
SET_BITS$])    m4trace:configure.ac:122:    -1-    m4_pattern_al-
low([^_LARGE_FILES$])        m4trace:configure.ac:123:        -1-
AX_CHECK_LLONG_MINMAX   m4trace:configure.ac:123:   -1-   m4_pat-
tern_allow([^LLONG_MAX$])  m4trace:configure.ac:123:  -1- m4_pat-
tern_allow([^LLONG_MIN$])      m4trace:configure.ac:124:      -1-
AX_CHECK_DEFINE_PRAGMA   m4trace:configure.ac:124:   -1-  m4_pat-
tern_allow([^HAVE_DEFINE_PRAGMA$]) m4trace:configure.ac:126:  -1-
AX_BSWAP64     m4trace:configure.ac:126:    -1-    m4_pattern_al-
low([^HAVE_BSWAP64$])   m4trace:configure.ac:126:   -1-   m4_pat-
tern_allow([^BSWAP64$])   m4trace:configure.ac:129:  -1-  AX_RAN-
DOM_DEVICE  m4trace:configure.ac:129:  -1-   _m4_warn([obsolete],
[The  macro `AC_HELP_STRING' is obsolete.  You should run autoup-
date.],  [autoconf/general.m4:209:  AC_HELP_STRING  is   expanded
from...    autoconf/general.m4:1391:   AC_ARG_WITH   is  expanded
from...       /mnt/gmirror/ports/sysutils/boxbackup/work/boxback-
up-0.10/infrastructure/m4/ax_random_device.m4:31:   AX_RANDOM_DE-
VICE is  expanded  from...   configure.ac:129:  the  top  level])
m4trace:configure.ac:129: -1- _m4_warn([cross], [cannot check for
file existence when cross compiling],  [autoconf/general.m4:2505:
AC_CHECK_FILE   is  expanded  from...   autoconf/general.m4:1391:
AC_ARG_WITH   is   expanded   from...    /mnt/gmirror/ports/sysu-
tils/boxbackup/work/boxbackup-0.10/infrastructure/m4/ax_ran-
dom_device.m4:31: AX_RANDOM_DEVICE is expanded  from...   config-
ure.ac:129:   the   top   level])  m4trace:configure.ac:129:  -1-
_m4_warn([cross], [cannot check for  file  existence  when  cross
compiling],  [autoconf/general.m4:2505: AC_CHECK_FILE is expanded
from...   autoconf/general.m4:2505:  AC_CHECK_FILE  is   expanded
from...    autoconf/general.m4:1391:   AC_ARG_WITH   is  expanded
from...       /mnt/gmirror/ports/sysutils/boxbackup/work/boxback-
up-0.10/infrastructure/m4/ax_random_device.m4:31:   AX_RANDOM_DE-
VICE is  expanded  from...   configure.ac:129:  the  top  level])
m4trace:configure.ac:129: -1- _m4_warn([cross], [cannot check for
file existence when cross compiling],  [autoconf/general.m4:2505:
AC_CHECK_FILE   is  expanded  from...   autoconf/general.m4:2505:
AC_CHECK_FILE  is  expanded  from...    autoconf/general.m4:2505:
AC_CHECK_FILE   is  expanded  from...   autoconf/general.m4:1391:
AC_ARG_WITH   is   expanded   from...    /mnt/gmirror/ports/sysu-
tils/boxbackup/work/boxbackup-0.10/infrastructure/m4/ax_ran-
dom_device.m4:31: AX_RANDOM_DEVICE is expanded  from...   config-
ure.ac:129: the top level]) m4trace:configure.ac:129: -1- m4_pat-
tern_allow([^HAVE_RANDOM_DEVICE$]) m4trace:configure.ac:129:  -1-
m4_pattern_allow([^RANDOM_DEVICE$]) m4trace:configure.ac:129: -1-
m4_pattern_allow([^RANDOM_DEVICE$]) m4trace:configure.ac:135: -1-
AX_CHECK_MOUNT_POINT([], [
  if  test  "$target_os" != "mingw32" -a "$target_os" != "winnt";
then
    AC_MSG_ERROR([[cannot work out how to discover  mount  points

m4_pattern_allow([^LSTAT_FOLLOWS_SLASHED_SYMLINK$])  m4trace:con-
figure.ac:144: -1- m4_pattern_allow([^LIB@&t@OBJS$]) m4trace:con-
figure.ac:144: -1- m4_pattern_allow([^LIB@&t@OBJS$]) m4trace:con-
figure.ac:144:       -1-        m4_pattern_allow([^HAVE_STAT_EMP-
TY_STRING_BUG$])  m4trace:configure.ac:152:  -1-  AX_FUNC_SYSCALL
m4trace:configure.ac:152:  -1-  _m4_warn([cross],  [AC_RUN_IFELSE
called  without default to allow cross compiling], [autoconf/gen-
eral.m4:2471: AC_RUN_IFELSE is expanded from...   autoconf/gener-
al.m4:1905:  AC_CACHE_VAL  is  expanded  from...  autoconf/gener-
al.m4:1918:  AC_CACHE_CHECK  is  expanded   from...    /mnt/gmir-
ror/ports/sysutils/boxbackup/work/boxbackup-0.10/infrastruc-
ture/m4/ax_func_syscall.m4:39:   AX_FUNC_SYSCALL   is    expanded
from...    configure.ac:152:   the  top  level])  m4trace:config-
ure.ac:152:  -1-   m4_pattern_allow([^HAVE___SYSCALL_NEED_DEFN$])
m4trace:configure.ac:153: -1- AX_CHECK_SYSCALL_LSEEK m4trace:con-
figure.ac:153: -1- _m4_warn([cross], [AC_RUN_IFELSE called  with-
out default to allow cross compiling], [autoconf/general.m4:2471:
AC_RUN_IFELSE  is  expanded  from...    autoconf/general.m4:1905:
AC_CACHE_VAL   is   expanded  from...   autoconf/general.m4:1918:
AC_CACHE_CHECK  is  expanded  from...    /mnt/gmirror/ports/sysu-
tils/boxbackup/work/boxbackup-0.10/infrastruc-
ture/m4/ax_check_syscall_lseek.m4:54:  AX_CHECK_SYSCALL_LSEEK  is
expanded  from...  configure.ac:153: the top level]) m4trace:con-
figure.ac:153:  -1-  m4_pattern_allow([^HAVE_LSEEK_DUMMY_PARAM$])
m4trace:configure.ac:155:  -1-  m4_pattern_allow([^HAVE_DECL_XAT-
TR_NOFOLLOW$])   m4trace:configure.ac:155:   -1-   m4_pattern_al-
low([^HAVE_DECL_XATTR_NOFOLLOW$])  m4trace:configure.ac:167:  -1-
_m4_warn([cross], [AC_RUN_IFELSE called without default to  allow
cross compiling], [autoconf/general.m4:2471: AC_RUN_IFELSE is ex-
panded from...  autoconf/general.m4:1905: AC_CACHE_VAL is expand-
ed  from...  autoconf/general.m4:1918: AC_CACHE_CHECK is expanded
from...   configure.ac:167:  the  top   level])   m4trace:config-
ure.ac:171:      -1-     m4_pattern_allow([^HAVE_DECL_O_EXLOCK$])
m4trace:configure.ac:171:     -1-     m4_pattern_allow([^HAVE_DE-
CL_O_EXLOCK$])   m4trace:configure.ac:172:   -1-   m4_pattern_al-
low([^HAVE_DECL_F_SETLK$]) m4trace:configure.ac:172: -1-  m4_pat-
tern_allow([^HAVE_DECL_F_SETLK$])  m4trace:configure.ac:186:  -1-
_m4_warn([obsolete], [The  macro  `AC_HELP_STRING'  is  obsolete.
You    should    run    autoupdate.],   [autoconf/general.m4:209:
AC_HELP_STRING  is  expanded  from...   autoconf/general.m4:1391:
AC_ARG_WITH  is  expanded from...  configure.ac:186: the top lev-
el]) m4trace:configure.ac:187: -1- m4_pattern_allow([^TEMP_DIREC-
TORY_NAME$])  m4trace:configure.ac:192:  -1- _m4_warn([obsolete],
[The macro `AC_HELP_STRING' is obsolete.  You should run  autoup-
date.],   [autoconf/general.m4:209:  AC_HELP_STRING  is  expanded
from...   autoconf/general.m4:1373:  AC_ARG_ENABLE  is   expanded
from...    configure.ac:192:   the  top  level])  m4trace:config-
ure.ac:194: -1- m4_pattern_allow([^HAVE_LIBSSL$]) m4trace:config-
ure.ac:208:       -1-       m4_pattern_allow([^bindir_expanded$])
m4trace:configure.ac:213:  -1-  m4_pattern_allow([^LIB@&t@OBJS$])
m4trace:configure.ac:213: -1- m4_pattern_allow([^LTLIBOBJS$])


Man(1) output converted with man2html