]> git.michaelhowe.org Git - packages/o/openafs.git/commit
autoconf: refactor ostype.m4
authorMichael Meffie <mmeffie@sinenomine.net>
Sat, 30 Dec 2017 17:12:59 +0000 (12:12 -0500)
committerBenjamin Kaduk <kaduk@mit.edu>
Fri, 9 Feb 2018 13:33:16 +0000 (08:33 -0500)
commite05b0b10b942ba3585f6d5d505a282c2de95c243
tree23b2b656bc11d73295436830675c5055db181739
parente54963757320adb95b0c73bbd84fb8bf34319210
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 [new file with mode: 0644]
src/cf/linux-kernel-path.m4 [new file with mode: 0644]
src/cf/ostype.m4
src/cf/solaris-ostype.m4 [new file with mode: 0644]