mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-05 11:10:57 +08:00
README-hacking: re-configure from scratch during bootstrap.
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.
This commit is contained in:
parent
9894c7b5ba
commit
2d06297bd5
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user