]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
README-hacking: re-configure from scratch during bootstrap.
authorZack Weinberg <zackw@panix.com>
Fri, 13 Mar 2020 17:35:01 +0000 (13:35 -0400)
committerZack Weinberg <zackw@panix.com>
Fri, 13 Mar 2020 17:35:01 +0000 (13:35 -0400)
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

index abf841b90d22bb2f958bdca61a9a7a28de070182..ab1cf679a954ba956f526aecdfe75d9ea3a01259 100644 (file)
@@ -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,