Go back to single-file bootstrap

Gnulib now supports a single-file bootstrap with --pull
and --gen options, in place of the three files
autopull.sh, autogen.sh, bootstrap-funclib.sh.
This keeps the top level a bit cleaner.
* bootstrap: Sync from Gnulib build-aux/bootstrap
instead of from top/bootstrap.
* autopull.sh, autogen.sh, bootstrap-funclib.sh: Remove.
This commit is contained in:
Paul Eggert
2023-01-06 12:47:09 -08:00
parent 71d1619abd
commit 0f289d7238
6 changed files with 1326 additions and 1386 deletions

View File

@@ -57,9 +57,9 @@ The file bootstrap.conf contains bootstrapping configuration.
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 fetch auxiliary files from the network, run './bootstrap --pull'.
To only generate files such as 'configure', without accessing the
network, run ./autogen.sh. The 'bootstrap' script does both.
network, run './bootstrap --gen'.
* Copyright information