Distribute bootstrap and bootstrap.conf

With the recent xz-utils backdoor, there's been more focus on cases
where build systems rely on files produced by "make dist" and included
in release tarballs.  It's already fairly standard practice for
distributions to rebuild configure scripts using autoreconf, but less so
to rebuild the files that are produced by gnulib.

I looked into what it would take for Debian's groff package to do a full
rebootstrap from its packaged version of gnulib.  It seems relatively
straightforward, but it requires including bootstrap and bootstrap.conf
in tarballs so that we know what modules to use.

I've omitted README.git to ensure that we still warn people who don't
know what they're doing that running "./bootstrap" may not be the right
place to start.

* Makefile.am (EXTRA_DIST): Add "bootstrap" and "bootstrap.conf".
This commit is contained in:
Colin Watson 2024-03-31 11:29:14 +01:00
parent 94002c9325
commit 822fef56e9

View File

@ -797,6 +797,8 @@ endif
# Other files that should be present in the distribution tarball.
EXTRA_DIST += \
bootstrap \
bootstrap.conf \
BUG-REPORT \
ChangeLog.old \
ChangeLog.111 \