]> git.michaelhowe.org Git - packages/o/openafs.git/commit
autoconf: refactor acinclude.m4
authorMichael Meffie <mmeffie@sinenomine.net>
Fri, 29 Dec 2017 19:24:28 +0000 (14:24 -0500)
committerBenjamin Kaduk <kaduk@mit.edu>
Fri, 9 Feb 2018 13:32:20 +0000 (08:32 -0500)
commite54963757320adb95b0c73bbd84fb8bf34319210
tree411e6ce50bb3e914379da5c12395e8a1c5e0113b
parent0798b54b258f48cae8a5b1b3e107a22693d37937
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.

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

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