From: Zack Weinberg Date: Tue, 8 Dec 2020 16:29:05 +0000 (-0500) Subject: Remove obsolete instructions from HACKING. X-Git-Tag: v2.70~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5144cd0c44b76ebe2dcbb3be4ff121707f874afc;p=thirdparty%2Fautoconf.git Remove obsolete instructions from HACKING. configure CC=g++ is no longer supported, so don’t tell maintainers to test that. --- 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.