cjwatson pushed a commit to branch master
in repository groff.
commit 822fef56e9ab7cbe69337b045f6f20e32e25f566
Author: Colin Watson <[email protected]>
AuthorDate: Sun Mar 31 11:29:14 2024 +0100
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".
---
Makefile.am | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Makefile.am b/Makefile.am
index e15a8ff0f..d41d4ee1d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 \
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit