OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1650-g58d136e

Gerrit Code Review gerrit@openafs.org
Wed, 14 Sep 2011 10:35:42 -0700 (PDT)


The following commit has been merged in the master branch:
commit 58d136ed0d35db6859eb3648969512eca216cbb2
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Tue Sep 13 09:54:12 2011 +0100

    Use rra-c-util m4 from src/external
    
    This commit switches us over from using manually maintained copies
    of Russ's rra-c-util m4 macros, to using ones that are automatically
    imported from his upstream git tree.
    
    The macro versioning in the OpenAFS tree was slightly confused. This
    (approximately) updates us from using version 3.3 of the macros to
    version 3.8. The signifcant changes are:
    
      *) Use PATH_KRB5_CONFIG rather than KRB5_CONFIG to set the location
         of the krb5-config file
      *) Use --with-gssapi-{include, lib} if given, rather than krb5-config
      *) Use --with-krb5-{include, lib} if given, rather than krb5-config
      *) Define HAVE_KERBEROS if we find a Kerberos library
    
    The first, in particular, is likely to cause some confusion.
    
    Change-Id: Ie7a1c0db31b32fc7ac9ad7bded2c4ffce3ac013f
    Reviewed-on: http://gerrit.openafs.org/5418
    Reviewed-by: Derrick Brashear <shadow@dementix.org>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 regen.sh               |    4 +-
 src/cf/gssapi.m4       |  174 -----------------------------
 src/cf/krb5.m4         |  291 ------------------------------------------------
 src/cf/lib-depends.m4  |   25 ----
 src/cf/lib-pathname.m4 |   58 ----------
 src/cf/pam-const.m4    |   39 -------
 6 files changed, 2 insertions(+), 589 deletions(-)

-- 
OpenAFS Master Repository