Adjust to Gnulib bootstrap revamp

* autogen.sh, autopull.sh, bootstrap-funclib.sh:
New files, copied from gnulib/top.
* bootstrap: Copy from gnulib/top/bootstrap (as opposed
to copying from gnulib/build-aux/bootstrap, as we used to).
* bootstrap.conf (bootstrap_post_pull_hook)
(bootstrap_post_import_hook): New functions.
Move commands into these functions as needed.
This commit is contained in:
Paul Eggert
2022-07-24 11:44:12 -07:00
parent 496cf61638
commit 5c4f8cadbd
8 changed files with 1501 additions and 1038 deletions

View File

@@ -33,6 +33,10 @@ Bootstrap reads its configuration from file bootstrap.conf located on the
top of tar source tree. Several options are provided that modify its
behavior. Run 'bootstrap --help' for a list.
To only fetch auxiliary files from the network, run ./autopull.sh.
To only generate files such as 'configure', without accessing the
network, run ./autogen.sh. The 'bootstrap' script does both.
Copyright 2001-2022 Free Software Foundation, Inc.