autoconf: refactor ostype.m4 43/12843/4
authorMichael Meffie <mmeffie@sinenomine.net>
Sat, 30 Dec 2017 17:12:59 +0000 (12:12 -0500)
committerBenjamin Kaduk <kaduk@mit.edu>
Wed, 10 Jan 2018 04:24:16 +0000 (23:24 -0500)
commit3c2e39bab7d927aa5f20d02a5e327927a4b2b553
tree99d4e5a6c952ef578a8084d1a0bcf711dd7e0b17
parentc72622a244e561173e86ffe88ee3c9a8c823a76a
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 [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]