]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Remove obsolete instructions from HACKING.
authorZack Weinberg <zackw@panix.com>
Tue, 8 Dec 2020 16:29:05 +0000 (11:29 -0500)
committerZack Weinberg <zackw@panix.com>
Tue, 8 Dec 2020 16:29:05 +0000 (11:29 -0500)
configure CC=g++ is no longer supported, so don’t tell maintainers to
test that.

HACKING

diff --git a/HACKING b/HACKING
index 14ee274d4b69816aa528af00f431a1662f86e9c1..1bd30ac5a085abb81142cd9695a64c70830b5064 100644 (file)
--- 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.