summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZack Weinberg <zackw@panix.com>2020-12-08 11:29:05 -0500
committerZack Weinberg <zackw@panix.com>2020-12-08 11:29:05 -0500
commit5144cd0c44b76ebe2dcbb3be4ff121707f874afc (patch)
treef64bddb1e0863efdbb67f7b8e8739185e3ff6a35
parentedbc5693ae1f4146e5f4ff23c9d891e57197121f (diff)
downloadautoconf-5144cd0c44b76ebe2dcbb3be4ff121707f874afc.tar.gz
Remove obsolete instructions from HACKING.
configure CC=g++ is no longer supported, so don’t tell maintainers to test that.
-rw-r--r--HACKING5
1 files changed, 1 insertions, 4 deletions
diff --git a/HACKING b/HACKING
index 14ee274d..1bd30ac5 100644
--- a/HACKING
+++ b/HACKING
@@ -53,10 +53,7 @@ release:
The checks live in maint.mk, shared from gnulib, and customized in
cfg.mk.
-- Run `make distcheck'
-
-- Test some unusual environments, such as building and running the
- testsuite with POSIXLY_CORRECT=1 CC=g++.
+- Run `make distcheck' and `make maintainer-check'.
- Try some real world packages
A good example is the coreutils package.