autoconf: refactor linux-checks.m4 44/12844/4
authorMichael Meffie <mmeffie@sinenomine.net>
Sat, 30 Dec 2017 22:59:38 +0000 (17:59 -0500)
committerBenjamin Kaduk <kaduk@mit.edu>
Wed, 10 Jan 2018 04:31:36 +0000 (23:31 -0500)
commit6a2b85cd4c00a08e165cb96d2cb56bf87c6324bc
tree5f6e105844300c6492b54cdd5033858620b7df72
parent3c2e39bab7d927aa5f20d02a5e327927a4b2b553
autoconf: refactor linux-checks.m4

Further refactoring of the autoconf macros. Divy up the linux kernel
checks into smaller 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: I5ea4c9e3a0aeff1767ef561bdb8361781694ee28
Reviewed-on: https://gerrit.openafs.org/12844
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
src/cf/linux-checks.m4
src/cf/linux-kernel-assorted.m4 [new file with mode: 0644]
src/cf/linux-kernel-func.m4 [new file with mode: 0644]
src/cf/linux-kernel-header.m4 [new file with mode: 0644]
src/cf/linux-kernel-packaging.m4 [new file with mode: 0644]
src/cf/linux-kernel-sig.m4 [new file with mode: 0644]
src/cf/linux-kernel-struct.m4 [new file with mode: 0644]
src/cf/linux-kernel-syscall-probe.m4 [new file with mode: 0644]
src/cf/linux-kernel-type.m4 [new file with mode: 0644]