OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_74_1-26-ga89d6b0

Gerrit Code Review gerrit@openafs.org
Tue, 27 Apr 2010 12:27:24 -0700 (PDT)


The following commit has been merged in the master branch:
commit a89d6b029d059d01b8bbfc18b9ee6e3f5a964b85
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date:   Tue Apr 27 17:41:22 2010 +0100

    Linux: Add general autoconf macro for Linux kernel
    
    Add AC_CHECK_LINUX_BUILD() to do a standardised Linux build, which
    takes a "checking" message, the autoconf variable to use to cache
    the results, headers and code to run, preprocessor variable to
    define, and a description of that variable.
    
    Reimplement all of our existing check macros in terms of this one,
    resolving many typos along the way.
    
    Change-Id: I41988c83fcdbfbf8152f6dd0e7c4bd16c7a04240
    Reviewed-on: http://gerrit.openafs.org/1854
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 acinclude.m4               |   88 +------
 src/afs/LINUX/osi_nfssrv.c |    2 +-
 src/cf/linux-test1.m4      |   44 ++--
 src/cf/linux-test4.m4      |  717 ++++++++++++++++++++------------------------
 4 files changed, 348 insertions(+), 503 deletions(-)

-- 
OpenAFS Master Repository