The following commit has been merged in the openafs-stable-1_8_x branch:
commit e54963757320adb95b0c73bbd84fb8bf34319210
Author: Michael Meffie <[email protected]>
Date:   Fri Dec 29 14:24:28 2017 -0500

    autoconf: refactor acinclude.m4
    
    The acinclude.m4 is very large and often requires to be changed for
    unrelated commits.  Divy up the large acinclude.m4 into a number of
    smaller files to avoid so many contentions and to make the autoconf
    system easier to maintain.
    
    This is a non-functional change. Care has been taken preserve the
    ordering of the autoconf tests. Except for whitespace, the generated
    configure file has not been changed by this refactoring.  This has been
    verified with a 'diff -u -w -B' comparison of the generated configure
    file before and after applying this commit.
    
    Reviewed-on: https://gerrit.openafs.org/12842
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>
    (cherry picked from commit c72622a244e561173e86ffe88ee3c9a8c823a76a)
    
    Change-Id: I9504eaa2430fd35f79b55c3df96c82cc7e58fafd
    Reviewed-on: https://gerrit.openafs.org/12876
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>

 acinclude.m4             | 2143 +---------------------------------------------
 src/cf/autoheader.m4     |   61 ++
 src/cf/bsd.m4            |   19 +
 src/cf/bswap.m4          |   31 +
 src/cf/c-atomic.m4       |   11 +
 src/cf/c-struct-label.m4 |   18 +
 src/cf/crosstools.m4     |   19 +
 src/cf/crypt.m4          |    5 +
 src/cf/dirent.m4         |   19 +
 src/cf/dirpaths.m4       |   42 +
 src/cf/doc.m4            |   25 +
 src/cf/functions.m4      |   38 +
 src/cf/headers.m4        |  114 +++
 src/cf/hpux.m4           |   25 +
 src/cf/java.m4           |    4 +
 src/cf/lex.m4            |    5 +
 src/cf/libintl.m4        |    3 +
 src/cf/library.m4        |   53 ++
 src/cf/lint.m4           |    6 +
 src/cf/linux-checks.m4   |  400 +++++++++
 src/cf/members.m4        |    4 +
 src/cf/options.m4        |  340 ++++++++
 src/cf/ostype.m4         |  173 ++++
 src/cf/pthread.m4        |   76 ++
 src/cf/regex.m4          |   12 +
 src/cf/roken.m4          |  134 +++-
 src/cf/socket.m4         |   30 +
 src/cf/sys-resource.m4   |    6 +
 src/cf/sysname.m4        |  357 ++++++++
 src/cf/tivoli.m4         |   46 +
 src/cf/topdirs.m4        |   20 +
 src/cf/types.m4          |   56 ++
 src/cf/uuid.m4           |    6 +
 src/cf/variables.m4      |   26 +
 34 files changed, 2206 insertions(+), 2121 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to