autoconf: refactor acinclude.m4 42/12842/4
authorMichael Meffie <mmeffie@sinenomine.net>
Fri, 29 Dec 2017 19:24:28 +0000 (14:24 -0500)
committerBenjamin Kaduk <kaduk@mit.edu>
Tue, 9 Jan 2018 05:22:06 +0000 (00:22 -0500)
commitc72622a244e561173e86ffe88ee3c9a8c823a76a
treee3bed1c712c72a3caa9d4042554e3cfe5d516891
parent0760feb7992e1e39f716c5f583fe7f6e85584262
autoconf: refactor acinclude.m4

The acinclude.m4 is very large and often requires to be changed for
unrelated commits.  Divy up the large acinclude.m4 into a number of
smaller files to avoid so many contentions and to make the autoconf
system easier to maintain.

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: I70e7f846dea0055d00a60a47422aa73bff25c4c6
Reviewed-on: https://gerrit.openafs.org/12842
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
34 files changed:
acinclude.m4
src/cf/autoheader.m4 [new file with mode: 0644]
src/cf/bsd.m4 [new file with mode: 0644]
src/cf/bswap.m4 [new file with mode: 0644]
src/cf/c-atomic.m4 [new file with mode: 0644]
src/cf/c-struct-label.m4 [new file with mode: 0644]
src/cf/crosstools.m4 [new file with mode: 0644]
src/cf/crypt.m4 [new file with mode: 0644]
src/cf/dirent.m4 [new file with mode: 0644]
src/cf/dirpaths.m4 [new file with mode: 0644]
src/cf/doc.m4 [new file with mode: 0644]
src/cf/functions.m4 [new file with mode: 0644]
src/cf/headers.m4 [new file with mode: 0644]
src/cf/hpux.m4 [new file with mode: 0644]
src/cf/java.m4 [new file with mode: 0644]
src/cf/lex.m4 [new file with mode: 0644]
src/cf/libintl.m4 [new file with mode: 0644]
src/cf/library.m4 [new file with mode: 0644]
src/cf/lint.m4 [new file with mode: 0644]
src/cf/linux-checks.m4 [new file with mode: 0644]
src/cf/members.m4 [new file with mode: 0644]
src/cf/options.m4 [new file with mode: 0644]
src/cf/ostype.m4 [new file with mode: 0644]
src/cf/pthread.m4 [new file with mode: 0644]
src/cf/regex.m4 [new file with mode: 0644]
src/cf/roken.m4
src/cf/socket.m4 [new file with mode: 0644]
src/cf/sys-resource.m4 [new file with mode: 0644]
src/cf/sysname.m4 [new file with mode: 0644]
src/cf/tivoli.m4 [new file with mode: 0644]
src/cf/topdirs.m4 [new file with mode: 0644]
src/cf/types.m4 [new file with mode: 0644]
src/cf/uuid.m4 [new file with mode: 0644]
src/cf/variables.m4 [new file with mode: 0644]