]> git.michaelhowe.org Git - packages/o/openafs.git/commit
autoconf: refactor linux-checks.m4
authorMichael Meffie <mmeffie@sinenomine.net>
Sat, 30 Dec 2017 22:59:38 +0000 (17:59 -0500)
committerBenjamin Kaduk <kaduk@mit.edu>
Fri, 9 Feb 2018 13:34:09 +0000 (08:34 -0500)
commit0247eb0a8c154811f495142276029a617ae0825a
tree53289c73ba7c1c5456522927b15e5a8dd7759918
parente05b0b10b942ba3585f6d5d505a282c2de95c243
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.

Reviewed-on: https://gerrit.openafs.org/12844
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
(cherry picked from commit 6a2b85cd4c00a08e165cb96d2cb56bf87c6324bc)

Change-Id: Iae325bc14fb160f27791b2f3d82198fe671badd8
Reviewed-on: https://gerrit.openafs.org/12878
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]