From 2d06297bd550a0015f3ccedda9f43d7c616cfaf8 Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Fri, 13 Mar 2020 13:35:01 -0400 Subject: [PATCH] README-hacking: re-configure from scratch during bootstrap. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit When building autoconf from a git checkout, recommend running ‘make distclean’ and a second ‘./configure’ after regenerating autoconf’s own configure script using the just-built autoconf. If one only runs ‘make check’ at that point, some configure-time tests will not be repeated using the new code, such as detection of a “better” shell. --- README-hacking | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README-hacking b/README-hacking index abf841b9..ab1cf679 100644 --- a/README-hacking +++ b/README-hacking @@ -81,6 +81,8 @@ generated files are regenerated using the tools just built by "make" $ ./configure $ make $ ( PATH=`pwd`/tests:$PATH; autoreconf -vi ) + $ make distclean + $ ./configure $ make check At this point, there should be no difference between your local copy, -- 2.47.2