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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user