diff options
| author | Russ Allbery <eagle@eyrie.org> | 2014-07-16 13:46:50 -0700 | 
|---|---|---|
| committer | Russ Allbery <eagle@eyrie.org> | 2014-07-16 13:46:50 -0700 | 
| commit | 1796d631f0846ec98cd286bc4284898a7300ee78 (patch) | |
| tree | 6fd42de6dc858ef06c6d270410c32ec61f39e593 /configure | |
| parent | f5194217566a6f4cdeffbae551153feb1412210d (diff) | |
| parent | 6409733ee3b7b1910dc1c166a392cc628834146c (diff) | |
Merge tag 'upstream/1.1' into debian
Upstream version 1.1
Conflicts:
	NEWS
	README
	client/keytab.c
	perl/lib/Wallet/ACL.pm
	perl/sql/Wallet-Schema-0.08-PostgreSQL.sql
	perl/t/general/admin.t
	perl/t/verifier/ldap-attr.t
Change-Id: I1a1dc09b97c9258e61f1c8877d0837193c8ae2c6
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 848 | 
1 files changed, 637 insertions, 211 deletions
| @@ -1,8 +1,8 @@  #! /bin/sh  # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for wallet 1.0. +# Generated by GNU Autoconf 2.69 for wallet 1.1.  # -# Report bugs to <rra@stanford.edu>. +# Report bugs to <eagle@eyrie.org>.  #  #  # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -266,7 +266,7 @@ fi      $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"      $as_echo "$0: be upgraded to zsh 4.3.4 or later."    else -    $as_echo "$0: Please tell bug-autoconf@gnu.org and rra@stanford.edu +    $as_echo "$0: Please tell bug-autoconf@gnu.org and eagle@eyrie.org  $0: about your system, including any error possibly output  $0: before this message. Then install a modern shell, or  $0: manually run the script under such a shell if you do @@ -580,9 +580,9 @@ MAKEFLAGS=  # Identity of this package.  PACKAGE_NAME='wallet'  PACKAGE_TARNAME='wallet' -PACKAGE_VERSION='1.0' -PACKAGE_STRING='wallet 1.0' -PACKAGE_BUGREPORT='rra@stanford.edu' +PACKAGE_VERSION='1.1' +PACKAGE_STRING='wallet 1.1' +PACKAGE_BUGREPORT='eagle@eyrie.org'  PACKAGE_URL=''  ac_config_libobj_dir=portable @@ -631,6 +631,7 @@ KRB5_USES_COM_ERR_FALSE  KRB5_USES_COM_ERR_TRUE  KRB5_LIBS  KRB5_LDFLAGS +KRB5_CPPFLAGS_GCC  KRB5_CPPFLAGS  PATH_KRB5_CONFIG  GSSAPI_LIBS @@ -640,6 +641,8 @@ REMCTL_LIBS  REMCTL_LDFLAGS  REMCTL_CPPFLAGS  RANLIB +ac_ct_AR +AR  EGREP  GREP  CPP @@ -734,6 +737,7 @@ enable_option_checking  enable_silent_rules  enable_maintainer_mode  enable_dependency_tracking +enable_largefile  with_wallet_server  with_wallet_port  with_remctl @@ -1298,7 +1302,7 @@ if test "$ac_init_help" = "long"; then    # Omit some internal or obsolete options to make the list less imposing.    # This message is too long to be a string in the A/UX 3.1 sh.    cat <<_ACEOF -\`configure' configures wallet 1.0 to adapt to many kinds of systems. +\`configure' configures wallet 1.1 to adapt to many kinds of systems.  Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1364,7 +1368,7 @@ fi  if test -n "$ac_init_help"; then    case $ac_init_help in -     short | recursive ) echo "Configuration of wallet 1.0:";; +     short | recursive ) echo "Configuration of wallet 1.1:";;     esac    cat <<\_ACEOF @@ -1372,12 +1376,16 @@ Optional Features:    --disable-option-checking  ignore unrecognized --enable/--with options    --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)    --enable-FEATURE[=ARG]  include FEATURE [ARG=yes] -  --enable-silent-rules          less verbose build output (undo: `make V=1') -  --disable-silent-rules         verbose build output (undo: `make V=0') -  --enable-maintainer-mode  enable make rules and dependencies not useful -			  (and sometimes confusing) to the casual installer -  --disable-dependency-tracking  speeds up one-time build -  --enable-dependency-tracking   do not reject slow dependency extractors +  --enable-silent-rules   less verbose build output (undo: "make V=1") +  --disable-silent-rules  verbose build output (undo: "make V=0") +  --enable-maintainer-mode +                          enable make rules and dependencies not useful (and +                          sometimes confusing) to the casual installer +  --enable-dependency-tracking +                          do not reject slow dependency extractors +  --disable-dependency-tracking +                          speeds up one-time build +  --disable-largefile     omit support for large files    --enable-reduced-depends                            Try to minimize shared library dependencies @@ -1415,7 +1423,7 @@ Some influential environment variables:  Use these variables to override the choices made by `configure' or to help  it to find libraries and programs with nonstandard names/locations. -Report bugs to <rra@stanford.edu>. +Report bugs to <eagle@eyrie.org>.  _ACEOF  ac_status=$?  fi @@ -1478,7 +1486,7 @@ fi  test -n "$ac_init_help" && exit $ac_status  if $ac_init_version; then    cat <<\_ACEOF -wallet configure 1.0 +wallet configure 1.1  generated by GNU Autoconf 2.69  Copyright (C) 2012 Free Software Foundation, Inc. @@ -1637,9 +1645,9 @@ $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}  $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5  $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} -( $as_echo "## ------------------------------- ## -## Report this to rra@stanford.edu ## -## ------------------------------- ##" +( $as_echo "## ------------------------------ ## +## Report this to eagle@eyrie.org ## +## ------------------------------ ##"       ) | sed "s/^/$as_me: WARNING:     /" >&2      ;;  esac @@ -2187,7 +2195,7 @@ cat >config.log <<_ACEOF  This file contains any messages produced by compilers while  running configure, to aid debugging if configure makes a mistake. -It was created by wallet $as_me 1.0, which was +It was created by wallet $as_me 1.1, which was  generated by GNU Autoconf 2.69.  Invocation command line was    $ $0 $@ @@ -2566,7 +2574,7 @@ ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var. -am__api_version='1.11' +am__api_version='1.14'  # Find a good install program.  We prefer a C program (faster),  # so one script is as good as another.  But avoid the broken or @@ -2663,9 +2671,6 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5  $as_echo_n "checking whether build environment is sane... " >&6; } -# Just in case -sleep 1 -echo timestamp > conftest.file  # Reject unsafe characters in $srcdir or the absolute working directory  # name.  Accept space and tab only in the latter.  am_lf=' @@ -2676,32 +2681,40 @@ case `pwd` in  esac  case $srcdir in    *[\\\"\#\$\&\'\`$am_lf\ \	]*) -    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; +    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;  esac -# Do `set' in a subshell so we don't clobber the current shell's +# Do 'set' in a subshell so we don't clobber the current shell's  # arguments.  Must try -L first in case configure is actually a  # symlink; some systems play weird games with the mod time of symlinks  # (eg FreeBSD returns the mod time of the symlink's containing  # directory).  if ( -   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` -   if test "$*" = "X"; then -      # -L didn't work. -      set X `ls -t "$srcdir/configure" conftest.file` -   fi -   rm -f conftest.file -   if test "$*" != "X $srcdir/configure conftest.file" \ -      && test "$*" != "X conftest.file $srcdir/configure"; then - -      # If neither matched, then we have a broken ls.  This can happen -      # if, for instance, CONFIG_SHELL is bash and it inherits a -      # broken ls alias from the environment.  This has actually -      # happened.  Such a system could not be considered "sane". -      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken -alias in your environment" "$LINENO" 5 -   fi - +   am_has_slept=no +   for am_try in 1 2; do +     echo "timestamp, slept: $am_has_slept" > conftest.file +     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` +     if test "$*" = "X"; then +	# -L didn't work. +	set X `ls -t "$srcdir/configure" conftest.file` +     fi +     if test "$*" != "X $srcdir/configure conftest.file" \ +	&& test "$*" != "X conftest.file $srcdir/configure"; then + +	# If neither matched, then we have a broken ls.  This can happen +	# if, for instance, CONFIG_SHELL is bash and it inherits a +	# broken ls alias from the environment.  This has actually +	# happened.  Such a system could not be considered "sane". +	as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken +  alias in your environment" "$LINENO" 5 +     fi +     if test "$2" = conftest.file || test $am_try -eq 2; then +       break +     fi +     # Just in case. +     sleep 1 +     am_has_slept=yes +   done     test "$2" = conftest.file     )  then @@ -2713,6 +2726,16 @@ Check your system clock" "$LINENO" 5  fi  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5  $as_echo "yes" >&6; } +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then +  ( sleep 1 ) & +  am_sleep_pid=$! +fi + +rm -f conftest.file +  test "$program_prefix" != NONE &&    program_transform_name="s&^&$program_prefix&;$program_transform_name"  # Use a double $ so make ignores it. @@ -2735,12 +2758,12 @@ if test x"${MISSING+set}" != xset; then    esac  fi  # Use eval to expand $SHELL -if eval "$MISSING --run true"; then -  am_missing_run="$MISSING --run " +if eval "$MISSING --is-lightweight"; then +  am_missing_run="$MISSING "  else    am_missing_run= -  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 -$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} +  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 +$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}  fi  if test x"${install_sh}" != xset; then @@ -2752,10 +2775,10 @@ if test x"${install_sh}" != xset; then    esac  fi -# Installed binaries are usually stripped using `strip' when the user -# run `make install-strip'.  However `strip' might not be the right +# Installed binaries are usually stripped using 'strip' when the user +# run "make install-strip".  However 'strip' might not be the right  # tool to use in cross-compilation environments, therefore Automake -# will honor the `STRIP' environment variable to overrule this program. +# will honor the 'STRIP' environment variable to overrule this program.  if test "$cross_compiling" != no; then    if test -n "$ac_tool_prefix"; then    # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. @@ -2894,12 +2917,6 @@ fi  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5  $as_echo "$MKDIR_P" >&6; } -mkdir_p="$MKDIR_P" -case $mkdir_p in -  [\\/$]* | ?:[\\/]*) ;; -  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; -esac -  for ac_prog in gawk mawk nawk awk  do    # Extract the first word of "$ac_prog", so it can be a program name with args. @@ -2987,10 +3004,10 @@ if test "${enable_silent_rules+set}" = set; then :    enableval=$enable_silent_rules;  fi -case $enable_silent_rules in -yes) AM_DEFAULT_VERBOSITY=0;; -no)  AM_DEFAULT_VERBOSITY=1;; -*)   AM_DEFAULT_VERBOSITY=1;; +case $enable_silent_rules in # ((( +  yes) AM_DEFAULT_VERBOSITY=0;; +   no) AM_DEFAULT_VERBOSITY=1;; +    *) AM_DEFAULT_VERBOSITY=1;;  esac  am_make=${MAKE-make}  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 @@ -3043,7 +3060,7 @@ fi  # Define the identity of the package.   PACKAGE='wallet' - VERSION='1.0' + VERSION='1.1'  cat >>confdefs.h <<_ACEOF @@ -3071,12 +3088,22 @@ AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}  MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} +# For better backward compatibility.  To be removed once Automake 1.9.x +# dies out for good.  For more background, see: +# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> +# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> +mkdir_p='$(MKDIR_P)' +  # We need awk for the "check" target.  The system "awk" is bad on  # some platforms.  # Always define AMTAR for backward compatibility.  Yes, it's still used  # in the wild :-(  We should find a proper way to deprecate it ...  AMTAR='$${TAR-tar}' + +# We'll loop over all known methods to create a tar archive until one works. +_am_tools='gnutar  pax cpio none' +  am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' @@ -3084,6 +3111,49 @@ am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes.  So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else +  cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present.  This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542> + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message.  This +can help us improve future automake versions. + +END +  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then +    echo 'Configuration will proceed anyway, since you have set the' >&2 +    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 +    echo >&2 +  else +    cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: <http://www.gnu.org/software/coreutils/>. + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END +    as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 +  fi +fi + +  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5  $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }      # Check whether --enable-maintainer-mode was given. @@ -3895,6 +3965,65 @@ ac_cpp='$CPP $CPPFLAGS'  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'  ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'  ac_compiler_gnu=$ac_cv_c_compiler_gnu + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 +$as_echo_n "checking whether $CC understands -c and -o together... " >&6; } +if ${am_cv_prog_cc_c_o+:} false; then : +  $as_echo_n "(cached) " >&6 +else +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h.  */ + +int +main () +{ + +  ; +  return 0; +} +_ACEOF +  # Make sure it works both with $CC and with simple cc. +  # Following AC_PROG_CC_C_O, we do the test twice because some +  # compilers refuse to overwrite an existing .o file with -o, +  # though they will create one. +  am_cv_prog_cc_c_o=yes +  for am_i in 1 2; do +    if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 +   ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 +   ac_status=$? +   echo "$as_me:$LINENO: \$? = $ac_status" >&5 +   (exit $ac_status); } \ +         && test -f conftest2.$ac_objext; then +      : OK +    else +      am_cv_prog_cc_c_o=no +      break +    fi +  done +  rm -f core conftest* +  unset am_i +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 +$as_echo "$am_cv_prog_cc_c_o" >&6; } +if test "$am_cv_prog_cc_c_o" != yes; then +   # Losing compiler, so override with the script. +   # FIXME: It is wrong to rewrite CC. +   # But if we don't then we get into trouble of one sort or another. +   # A longer-term fix would be to have automake use am__CC in this case, +   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" +   CC="$am_aux_dir/compile $CC" +fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +  DEPDIR="${am__leading_dot}deps"  ac_config_commands="$ac_config_commands depfiles" @@ -3914,7 +4043,7 @@ am__quote=  _am_result=none  # First try GNU make style include.  echo "include confinc" > confmf -# Ignore all kinds of additional output from `make'. +# Ignore all kinds of additional output from 'make'.  case `$am_make -s -f confmf 2> /dev/null` in #(  *the\ am__doit\ target*)    am__include=include @@ -3970,8 +4099,8 @@ else    # We make a subdir and do the tests there.  Otherwise we can end up    # making bogus files that we don't know about and never remove.  For    # instance it was reported that on HP-UX the gcc test will end up -  # making a dummy file named `D' -- because `-MD' means `put the output -  # in D'. +  # making a dummy file named 'D' -- because '-MD' means "put the output +  # in D".    rm -rf conftest.dir    mkdir conftest.dir    # Copy depcomp to subdir because otherwise we won't find it if we're @@ -4006,16 +4135,16 @@ else      : > sub/conftest.c      for i in 1 2 3 4 5 6; do        echo '#include "conftst'$i'.h"' >> sub/conftest.c -      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with -      # Solaris 8's {/usr,}/bin/sh. -      touch sub/conftst$i.h +      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with +      # Solaris 10 /bin/sh. +      echo '/* dummy */' > sub/conftst$i.h      done      echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf -    # We check with `-c' and `-o' for the sake of the "dashmstdout" +    # We check with '-c' and '-o' for the sake of the "dashmstdout"      # mode.  It turns out that the SunPro C++ compiler does not properly -    # handle `-M -o', and we need to detect this.  Also, some Intel -    # versions had trouble with output in subdirs +    # handle '-M -o', and we need to detect this.  Also, some Intel +    # versions had trouble with output in subdirs.      am__obj=sub/conftest.${OBJEXT-o}      am__minus_obj="-o $am__obj"      case $depmode in @@ -4024,8 +4153,8 @@ else        test "$am__universal" = false || continue        ;;      nosideeffect) -      # after this tag, mechanisms are not by side-effect, so they'll -      # only be used when explicitly requested +      # After this tag, mechanisms are not by side-effect, so they'll +      # only be used when explicitly requested.        if test "x$enable_dependency_tracking" = xyes; then  	continue        else @@ -4033,7 +4162,7 @@ else        fi        ;;      msvc7 | msvc7msys | msvisualcpp | msvcmsys) -      # This compiler won't grok `-c -o', but also, the minuso test has +      # This compiler won't grok '-c -o', but also, the minuso test has        # not run yet.  These depmodes are late enough in the game, and        # so weak that their functioning should not be impacted.        am__obj=conftest.${OBJEXT-o} @@ -4546,21 +4675,105 @@ $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }    $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h -if test "x$CC" != xcc; then -  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5 -$as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; } +# Check whether --enable-largefile was given. +if test "${enable_largefile+set}" = set; then : +  enableval=$enable_largefile; +fi + +if test "$enable_largefile" != no; then + +  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5 +$as_echo_n "checking for special C compiler options needed for large files... " >&6; } +if ${ac_cv_sys_largefile_CC+:} false; then : +  $as_echo_n "(cached) " >&6  else -  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5 -$as_echo_n "checking whether cc understands -c and -o together... " >&6; } +  ac_cv_sys_largefile_CC=no +     if test "$GCC" != yes; then +       ac_save_CC=$CC +       while :; do +	 # IRIX 6.2 and later do not support large files by default, +	 # so use the C compiler's -n32 option if that helps. +	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h.  */ +#include <sys/types.h> + /* Check that off_t can represent 2**63 - 1 correctly. +    We can't simply define LARGE_OFF_T to be 9223372036854775807, +    since some C++ compilers masquerading as C compilers +    incorrectly reject 9223372036854775807.  */ +#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) +  int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 +		       && LARGE_OFF_T % 2147483647 == 1) +		      ? 1 : -1]; +int +main () +{ + +  ; +  return 0; +} +_ACEOF +	 if ac_fn_c_try_compile "$LINENO"; then : +  break +fi +rm -f core conftest.err conftest.$ac_objext +	 CC="$CC -n32" +	 if ac_fn_c_try_compile "$LINENO"; then : +  ac_cv_sys_largefile_CC=' -n32'; break +fi +rm -f core conftest.err conftest.$ac_objext +	 break +       done +       CC=$ac_save_CC +       rm -f conftest.$ac_ext +    fi  fi -set dummy $CC; ac_cc=`$as_echo "$2" | -		      sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` -if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then : +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5 +$as_echo "$ac_cv_sys_largefile_CC" >&6; } +  if test "$ac_cv_sys_largefile_CC" != no; then +    CC=$CC$ac_cv_sys_largefile_CC +  fi + +  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5 +$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; } +if ${ac_cv_sys_file_offset_bits+:} false; then :    $as_echo_n "(cached) " >&6  else +  while :; do    cat confdefs.h - <<_ACEOF >conftest.$ac_ext  /* end confdefs.h.  */ +#include <sys/types.h> + /* Check that off_t can represent 2**63 - 1 correctly. +    We can't simply define LARGE_OFF_T to be 9223372036854775807, +    since some C++ compilers masquerading as C compilers +    incorrectly reject 9223372036854775807.  */ +#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) +  int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 +		       && LARGE_OFF_T % 2147483647 == 1) +		      ? 1 : -1]; +int +main () +{ +  ; +  return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : +  ac_cv_sys_file_offset_bits=no; break +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h.  */ +#define _FILE_OFFSET_BITS 64 +#include <sys/types.h> + /* Check that off_t can represent 2**63 - 1 correctly. +    We can't simply define LARGE_OFF_T to be 9223372036854775807, +    since some C++ compilers masquerading as C compilers +    incorrectly reject 9223372036854775807.  */ +#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) +  int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 +		       && LARGE_OFF_T % 2147483647 == 1) +		      ? 1 : -1];  int  main ()  { @@ -4569,108 +4782,270 @@ main ()    return 0;  }  _ACEOF -# Make sure it works both with $CC and with simple cc. -# We do the test twice because some compilers refuse to overwrite an -# existing .o file with -o, though they will create one. -ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5' -rm -f conftest2.* -if { { 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_try") 2>&5 -  ac_status=$? -  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -  test $ac_status = 0; } && -   test -f conftest2.$ac_objext && { { 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_try") 2>&5 -  ac_status=$? -  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -  test $ac_status = 0; }; -then -  eval ac_cv_prog_cc_${ac_cc}_c_o=yes -  if test "x$CC" != xcc; then -    # Test first that cc exists at all. -    if { ac_try='cc -c conftest.$ac_ext >&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_try") 2>&5 -  ac_status=$? -  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -  test $ac_status = 0; }; }; then -      ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5' -      rm -f conftest2.* -      if { { case "(($ac_try" in -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -  *) ac_try_echo=$ac_try;; +if ac_fn_c_try_compile "$LINENO"; then : +  ac_cv_sys_file_offset_bits=64; break +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +  ac_cv_sys_file_offset_bits=unknown +  break +done +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5 +$as_echo "$ac_cv_sys_file_offset_bits" >&6; } +case $ac_cv_sys_file_offset_bits in #( +  no | unknown) ;; +  *) +cat >>confdefs.h <<_ACEOF +#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits +_ACEOF +;;  esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 -  (eval "$ac_try") 2>&5 -  ac_status=$? -  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -  test $ac_status = 0; } && -	 test -f conftest2.$ac_objext && { { case "(($ac_try" in -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -  *) ac_try_echo=$ac_try;; +rm -rf conftest* +  if test $ac_cv_sys_file_offset_bits = unknown; then +    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5 +$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; } +if ${ac_cv_sys_large_files+:} false; then : +  $as_echo_n "(cached) " >&6 +else +  while :; do +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h.  */ +#include <sys/types.h> + /* Check that off_t can represent 2**63 - 1 correctly. +    We can't simply define LARGE_OFF_T to be 9223372036854775807, +    since some C++ compilers masquerading as C compilers +    incorrectly reject 9223372036854775807.  */ +#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) +  int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 +		       && LARGE_OFF_T % 2147483647 == 1) +		      ? 1 : -1]; +int +main () +{ + +  ; +  return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : +  ac_cv_sys_large_files=no; break +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h.  */ +#define _LARGE_FILES 1 +#include <sys/types.h> + /* Check that off_t can represent 2**63 - 1 correctly. +    We can't simply define LARGE_OFF_T to be 9223372036854775807, +    since some C++ compilers masquerading as C compilers +    incorrectly reject 9223372036854775807.  */ +#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) +  int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 +		       && LARGE_OFF_T % 2147483647 == 1) +		      ? 1 : -1]; +int +main () +{ + +  ; +  return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : +  ac_cv_sys_large_files=1; break +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +  ac_cv_sys_large_files=unknown +  break +done +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5 +$as_echo "$ac_cv_sys_large_files" >&6; } +case $ac_cv_sys_large_files in #( +  no | unknown) ;; +  *) +cat >>confdefs.h <<_ACEOF +#define _LARGE_FILES $ac_cv_sys_large_files +_ACEOF +;;  esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 -  (eval "$ac_try") 2>&5 -  ac_status=$? -  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -  test $ac_status = 0; }; -      then -	# cc works too. -	: -      else -	# cc exists but doesn't like -o. -	eval ac_cv_prog_cc_${ac_cc}_c_o=no -      fi -    fi +rm -rf conftest*    fi + + +fi + + +if test -n "$ac_tool_prefix"; then +  for ac_prog in ar lib "link -lib" +  do +    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_AR+:} false; then : +  $as_echo_n "(cached) " >&6  else -  eval ac_cv_prog_cc_${ac_cc}_c_o=no +  if test -n "$AR"; then +  ac_cv_prog_AR="$AR" # 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_AR="$ac_tool_prefix$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 -rm -f core conftest* +AR=$ac_cv_prog_AR +if test -n "$AR"; then +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 +$as_echo "$AR" >&6; } +else +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + +    test -n "$AR" && break +  done  fi -if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then -  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } +if test -z "$AR"; then +  ac_ct_AR=$AR +  for ac_prog in ar lib "link -lib" +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_AR+:} false; then : +  $as_echo_n "(cached) " >&6 +else +  if test -n "$ac_ct_AR"; then +  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # 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_AR="$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_AR=$ac_cv_prog_ac_ct_AR +if test -n "$ac_ct_AR"; then +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 +$as_echo "$ac_ct_AR" >&6; }  else    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5  $as_echo "no" >&6; } +fi -$as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h +  test -n "$ac_ct_AR" && break +done + +  if test "x$ac_ct_AR" = x; then +    AR="false" +  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 +    AR=$ac_ct_AR +  fi  fi -# FIXME: we rely on the cache variable name because -# there is no other way. -set dummy $CC -am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` -eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o -if test "$am_t" != yes; then -   # Losing compiler, so override with the script. -   # FIXME: It is wrong to rewrite CC. -   # But if we don't then we get into trouble of one sort or another. -   # A longer-term fix would be to have automake use am__CC in this case, -   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" -   CC="$am_aux_dir/compile $CC" +: ${AR=ar} + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the archiver ($AR) interface" >&5 +$as_echo_n "checking the archiver ($AR) interface... " >&6; } +if ${am_cv_ar_interface+:} false; then : +  $as_echo_n "(cached) " >&6 +else +  ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +   am_cv_ar_interface=ar +   cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h.  */ +int some_variable = 0; +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : +  am_ar_try='$AR cru libconftest.a conftest.$ac_objext >&5' +      { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$am_ar_try\""; } >&5 +  (eval $am_ar_try) 2>&5 +  ac_status=$? +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 +  test $ac_status = 0; } +      if test "$ac_status" -eq 0; then +        am_cv_ar_interface=ar +      else +        am_ar_try='$AR -NOLOGO -OUT:conftest.lib conftest.$ac_objext >&5' +        { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$am_ar_try\""; } >&5 +  (eval $am_ar_try) 2>&5 +  ac_status=$? +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 +  test $ac_status = 0; } +        if test "$ac_status" -eq 0; then +          am_cv_ar_interface=lib +        else +          am_cv_ar_interface=unknown +        fi +      fi +      rm -f conftest.lib libconftest.a +  fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +   ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_ar_interface" >&5 +$as_echo "$am_cv_ar_interface" >&6; } + +case $am_cv_ar_interface in +ar) +  ;; +lib) +  # Microsoft lib, so override with the ar-lib wrapper script. +  # FIXME: It is wrong to rewrite AR. +  # But if we don't then we get into trouble of one sort or another. +  # A longer-term fix would be to have automake use am__AR in this case, +  # and then we could set am__AR="$am_aux_dir/ar-lib \$(AR)" or something +  # similar. +  AR="$am_aux_dir/ar-lib $AR" +  ;; +unknown) +  as_fn_error $? "could not determine $AR interface" "$LINENO" 5 +  ;; +esac  if test -n "$ac_tool_prefix"; then @@ -7710,16 +8085,14 @@ fi   CPPFLAGS="$rra_remctl_save_CPPFLAGS"   LDFLAGS="$rra_remctl_save_LDFLAGS"   LIBS="$rra_remctl_save_LIBS" + rra_use_remctl=true  $as_echo "#define HAVE_REMCTL 1" >>confdefs.h  rra_krb5_root=   rra_krb5_libdir=   rra_krb5_includedir= - rra_use_kerberos=true - - - + rra_use_KRB5=true  # Check whether --with-krb5 was given. @@ -7747,6 +8120,10 @@ fi   rra_krb5_incroot= + + + +   if test x"$rra_krb5_includedir" != x; then :    rra_krb5_incroot="$rra_krb5_includedir"  else @@ -8016,7 +8393,11 @@ $as_echo "$ac_cv_lib_com_err_com_err" >&6; }  if test "x$ac_cv_lib_com_err_com_err" = xyes; then :    KRB5_LIBS="$KRB5_LIBS -lcom_err"  else +  if test x"true" = xtrue; then :    as_fn_error $? "cannot find usable com_err library" "$LINENO" 5 +else +  KRB5_LIBS="" +fi  fi                    for ac_header in et/com_err.h @@ -11154,7 +11535,7 @@ done  fi  fi   rra_krb5_uses_com_err=false - case $LIBS in #( + case $KRB5_LIBS in #(    *-lcom_err*) :      rra_krb5_uses_com_err=true ;; #(    *) : @@ -11168,8 +11549,9 @@ else    KRB5_USES_COM_ERR_FALSE=  fi + KRB5_CPPFLAGS_GCC=`echo "$KRB5_CPPFLAGS" | sed -e 's/-I/-isystem /g'` -$as_echo "#define HAVE_KERBEROS 1" >>confdefs.h +$as_echo "#define HAVE_KRB5 1" >>confdefs.h  rra_krb5_save_CPPFLAGS="$CPPFLAGS"   rra_krb5_save_LDFLAGS="$LDFLAGS" @@ -11482,12 +11864,14 @@ $as_echo "#define HAVE_GNU_VAMACROS 1" >>confdefs.h  fi -  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long int" >&5 -$as_echo_n "checking for long long int... " >&6; } -if ${ac_cv_type_long_long_int+:} false; then : +  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unsigned long long int" >&5 +$as_echo_n "checking for unsigned long long int... " >&6; } +if ${ac_cv_type_unsigned_long_long_int+:} false; then :    $as_echo_n "(cached) " >&6  else -  cat confdefs.h - <<_ACEOF >conftest.$ac_ext +  ac_cv_type_unsigned_long_long_int=yes +     if test "x${ac_cv_prog_cc_c99-no}" = xno; then +       cat confdefs.h - <<_ACEOF >conftest.$ac_ext  /* end confdefs.h.  */    /* For now, do not test the preprocessor; as of 2007 there are too many @@ -11520,37 +11904,64 @@ main ()  _ACEOF  if ac_fn_c_try_link "$LINENO"; then : -                          if test "$cross_compiling" = yes; then : + +else +  ac_cv_type_unsigned_long_long_int=no +fi +rm -f core conftest.err conftest.$ac_objext \ +    conftest$ac_exeext conftest.$ac_ext +     fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_unsigned_long_long_int" >&5 +$as_echo "$ac_cv_type_unsigned_long_long_int" >&6; } +  if test $ac_cv_type_unsigned_long_long_int = yes; then + +$as_echo "#define HAVE_UNSIGNED_LONG_LONG_INT 1" >>confdefs.h + +  fi + + + +  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long int" >&5 +$as_echo_n "checking for long long int... " >&6; } +if ${ac_cv_type_long_long_int+:} false; then : +  $as_echo_n "(cached) " >&6 +else    ac_cv_type_long_long_int=yes +      if test "x${ac_cv_prog_cc_c99-no}" = xno; then +        ac_cv_type_long_long_int=$ac_cv_type_unsigned_long_long_int +        if test $ac_cv_type_long_long_int = yes; then +                                        if test "$cross_compiling" = yes; then : +  :  else    cat confdefs.h - <<_ACEOF >conftest.$ac_ext  /* end confdefs.h.  */  #include <limits.h> -               #ifndef LLONG_MAX -               # define HALF \ -                        (1LL << (sizeof (long long int) * CHAR_BIT - 2)) -               # define LLONG_MAX (HALF - 1 + HALF) -               #endif +                 #ifndef LLONG_MAX +                 # define HALF \ +                          (1LL << (sizeof (long long int) * CHAR_BIT - 2)) +                 # define LLONG_MAX (HALF - 1 + HALF) +                 #endif  int  main ()  {  long long int n = 1; -               int i; -               for (i = 0; ; i++) -                 { -                   long long int m = n << i; -                   if (m >> i != n) -                     return 1; -                   if (LLONG_MAX / 2 < m) -                     break; -                 } -               return 0; +                 int i; +                 for (i = 0; ; i++) +                   { +                     long long int m = n << i; +                     if (m >> i != n) +                       return 1; +                     if (LLONG_MAX / 2 < m) +                       break; +                   } +                 return 0;    ;    return 0;  }  _ACEOF  if ac_fn_c_try_run "$LINENO"; then : -  ac_cv_type_long_long_int=yes +  else    ac_cv_type_long_long_int=no  fi @@ -11558,11 +11969,8 @@ rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \    conftest.$ac_objext conftest.beam conftest.$ac_ext  fi -else -  ac_cv_type_long_long_int=no -fi -rm -f core conftest.err conftest.$ac_objext \ -    conftest$ac_exeext conftest.$ac_ext +        fi +      fi  fi  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_long_long_int" >&5  $as_echo "$ac_cv_type_long_long_int" >&6; } @@ -11680,6 +12088,19 @@ esac  fi +ac_fn_c_check_func "$LINENO" "reallocarray" "ac_cv_func_reallocarray" +if test "x$ac_cv_func_reallocarray" = xyes; then : +  $as_echo "#define HAVE_REALLOCARRAY 1" >>confdefs.h + +else +  case " $LIBOBJS " in +  *" reallocarray.$ac_objext "* ) ;; +  *) LIBOBJS="$LIBOBJS reallocarray.$ac_objext" + ;; +esac + +fi +  ac_fn_c_check_func "$LINENO" "setenv" "ac_cv_func_setenv"  if test "x$ac_cv_func_setenv" = xyes; then :    $as_echo "#define HAVE_SETENV 1" >>confdefs.h @@ -11773,7 +12194,7 @@ fi  ac_config_headers="$ac_config_headers config.h" -ac_config_files="$ac_config_files Makefile perl/Makefile.PL" +ac_config_files="$ac_config_files Makefile"  ac_config_files="$ac_config_files tests/client/basic-t" @@ -11894,6 +12315,14 @@ LIBOBJS=$ac_libobjs  LTLIBOBJS=$ac_ltlibobjs +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 +$as_echo_n "checking that generated files are newer than configure... " >&6; } +   if test -n "$am_sleep_pid"; then +     # Hide warnings about reused PIDs. +     wait $am_sleep_pid 2>/dev/null +   fi +   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5 +$as_echo "done" >&6; }   if test -n "$EXEEXT"; then    am__EXEEXT_TRUE=    am__EXEEXT_FALSE='#' @@ -12315,7 +12744,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1  # report actual input values of CONFIG_FILES etc. instead of their  # values after options handling.  ac_log=" -This file was extended by wallet $as_me 1.0, which was +This file was extended by wallet $as_me 1.1, which was  generated by GNU Autoconf 2.69.  Invocation command line was    CONFIG_FILES    = $CONFIG_FILES @@ -12375,13 +12804,13 @@ $config_headers  Configuration commands:  $config_commands -Report bugs to <rra@stanford.edu>." +Report bugs to <eagle@eyrie.org>."  _ACEOF  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"  ac_cs_version="\\ -wallet config.status 1.0 +wallet config.status 1.1  configured by $0, generated by GNU Autoconf 2.69,    with options \\"\$ac_cs_config\\" @@ -12513,7 +12942,6 @@ do      "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;      "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;      "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; -    "perl/Makefile.PL") CONFIG_FILES="$CONFIG_FILES perl/Makefile.PL" ;;      "tests/client/basic-t") CONFIG_FILES="$CONFIG_FILES tests/client/basic-t" ;;      "tests/client/full-t") CONFIG_FILES="$CONFIG_FILES tests/client/full-t" ;;      "tests/client/prompt-t") CONFIG_FILES="$CONFIG_FILES tests/client/prompt-t" ;; @@ -13115,7 +13543,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}    case $ac_file$ac_mode in      "depfiles":C) test x"$AMDEP_TRUE" != x"" || { -  # Autoconf 2.62 quotes --file arguments for eval, but not when files +  # Older Autoconf quotes --file arguments for eval, but not when files    # are listed without --file.  Let's play safe and only enable the eval    # if we detect the quoting.    case $CONFIG_FILES in @@ -13128,7 +13556,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}      # Strip MF so we end up with the name of the file.      mf=`echo "$mf" | sed -e 's/:.*$//'`      # Check whether this is an Automake generated Makefile or not. -    # We used to match only the files named `Makefile.in', but +    # We used to match only the files named 'Makefile.in', but      # some people rename them; so instead we look at the file content.      # Grep'ing the first line is not enough: some people post-process      # each Makefile.in and add a new line on top of each file to say so. @@ -13162,21 +13590,19 @@ $as_echo X"$mf" |        continue      fi      # Extract the definition of DEPDIR, am__include, and am__quote -    # from the Makefile without running `make'. +    # from the Makefile without running 'make'.      DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`      test -z "$DEPDIR" && continue      am__include=`sed -n 's/^am__include = //p' < "$mf"` -    test -z "am__include" && continue +    test -z "$am__include" && continue      am__quote=`sed -n 's/^am__quote = //p' < "$mf"` -    # When using ansi2knr, U may be empty or an underscore; expand it -    U=`sed -n 's/^U = //p' < "$mf"`      # Find all dependency output files, they are included files with      # $(DEPDIR) in their names.  We invoke sed twice because it is the      # simplest approach to changing $(DEPDIR) to its actual value in the      # expansion.      for file in `sed -n "        s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ -	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do +	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do        # Make sure the directory exists.        test -f "$dirpart/$file" && continue        fdir=`$as_dirname -- "$file" || | 
