OpenAFS Master Repository branch, openafs-stable-1_4_x, updated. openafs-stable-1_4_12-24-g14a454a

Gerrit Code Review gerrit@openafs.org
Wed, 5 May 2010 13:42:57 -0700 (PDT)


The following commit has been merged in the openafs-stable-1_4_x branch:
commit 14a454aa8b890d08d432f37f720591b199090477
Author: Antoine Verheijen <antoine@ualberta.ca>
Date:   Mon May 3 14:32:13 2010 -0600

    Fix pattern to detect i386-based OpenBSD system type
    
    When the pattern to detect OpenBSD system types (via MKAFS_OSTYPE) was split
    into two separate ones for amd64 and i386 architectures, the pattern for
    i386-based systems was not set quite right. As a result, i386-based OpenBSD
    systems are no longer detected properly at this stage, resulting in an error
    of "cannot find input file: src/libafs/MakefileProto..in" during configure.
    This patch corrects the pattern.
    
    Change-Id: I67079af74117fa3cdc765f19944e23223709ae6b
    Reviewed-on: http://gerrit.openafs.org/1897
    Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>
    (cherry picked from commit 0ec2239b730bc9b1f8f819ef398d24bb7f1dff4e)
    Reviewed-on: http://gerrit.openafs.org/1900

 acinclude.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository