The following commit has been merged in the openafs-stable-1_6_22-branch branch:
commit 087d17b35e51c950d974672f41fb803a4cd2a48a
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)
Reviewed-on: https://gerrit.openafs.org/12876
Tested-by: BuildBot <[email protected]>
Reviewed-by: Benjamin Kaduk <[email protected]>
(cherry picked from commit e54963757320adb95b0c73bbd84fb8bf34319210)
Reviewed-on: https://gerrit.openafs.org/12978
Tested-by: BuildBot <[email protected]>
Reviewed-by: Mark Vitale <[email protected]>
Reviewed-by: Stephan Wiesand <[email protected]>
Tested-by: Stephan Wiesand <[email protected]>
(cherry picked from commit 9d004f20c3bb0ffeae043a053efdb378064311e7)
Change-Id: Iefb54c54da2c488ccea13d8c54b9ef8b46f7cfd8
Reviewed-on: https://gerrit.openafs.org/13291
Reviewed-by: Marcio Brito Barbosa <[email protected]>
Reviewed-by: Stephan Wiesand <[email protected]>
Tested-by: Stephan Wiesand <[email protected]>
acinclude.m4 | 1778 +---------------------------------------------
configure.ac | 2 +-
src/cf/autoheader.m4 | 62 ++
src/cf/bsd.m4 | 19 +
src/cf/c-struct-label.m4 | 18 +
src/cf/crypt.m4 | 5 +
src/cf/dirpaths.m4 | 42 ++
src/cf/functions.m4 | 37 +
src/cf/headers.m4 | 60 ++
src/cf/hpux.m4 | 25 +
src/cf/java.m4 | 4 +
src/cf/lex.m4 | 5 +
src/cf/libintl.m4 | 3 +
src/cf/library.m4 | 52 ++
src/cf/lint.m4 | 6 +
src/cf/linux-checks.m4 | 402 +++++++++++
src/cf/members.m4 | 4 +
src/cf/options.m4 | 288 ++++++++
src/cf/ostype.m4 | 169 +++++
src/cf/pthread.m4 | 33 +
src/cf/regex.m4 | 12 +
src/cf/socket.m4 | 30 +
src/cf/summary.m4 | 13 +
src/cf/sysname.m4 | 371 ++++++++++
src/cf/tivoli.m4 | 45 ++
src/cf/topdirs.m4 | 20 +
src/cf/types.m4 | 22 +
src/cf/variables.m4 | 25 +
28 files changed, 1805 insertions(+), 1747 deletions(-)
--
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs