OpenAFS Master Repository branch, openafs-stable-1_8_x, updated. openafs-stable-1_8_0pre4-8-ge05b0b1
Gerrit Code Review
gerrit@openafs.org
Fri, 9 Feb 2018 08:33:40 -0500
The following commit has been merged in the openafs-stable-1_8_x branch:
commit e05b0b10b942ba3585f6d5d505a282c2de95c243
Author: Michael Meffie <mmeffie@sinenomine.net>
Date: Sat Dec 30 12:12:59 2017 -0500
autoconf: refactor ostype.m4
Further refactoring of the autoconf macros. Move more linux and solaris
specific checks into their own files.
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/12843
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
(cherry picked from commit 3c2e39bab7d927aa5f20d02a5e327927a4b2b553)
Change-Id: I4d91753afd90e4735ab61413e757f6852750a3de
Reviewed-on: https://gerrit.openafs.org/12877
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
src/cf/linux-guess-version.m4 | 14 ++++++
src/cf/linux-kernel-path.m4 | 70 +++++++++++++++++++++++++++++++
src/cf/ostype.m4 | 93 ++---------------------------------------
src/cf/solaris-ostype.m4 | 9 ++++
4 files changed, 97 insertions(+), 89 deletions(-)
--
OpenAFS Master Repository