OpenAFS Master Repository branch, master, updated. BP-openafs-stable-1_8_x-41-g3c2e39b
Gerrit Code Review
gerrit@openafs.org
Tue, 9 Jan 2018 23:24:42 -0500
The following commit has been merged in the master branch:
commit 3c2e39bab7d927aa5f20d02a5e327927a4b2b553
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.
Change-Id: Ib3e7b1270826970c541a695230f4e3cd13cf9e3d
Reviewed-on: https://gerrit.openafs.org/12843
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