summaryrefslogtreecommitdiff
path: root/README.git
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2023-01-01 16:08:35 -0500
committerPaul Smith <psmith@gnu.org>2023-01-01 17:05:12 -0500
commitc580ebae8df0b1235b9287a59b9a3ab8c2bf9dfe (patch)
treefec3e0511aadb2258887117b80b6f265dfcc2025 /README.git
parent56d297814145d1a2ed9d2ab0e120759d47778c24 (diff)
downloadmake-git-c580ebae8df0b1235b9287a59b9a3ab8c2bf9dfe.tar.gz
Update to the latest gnulib stable branch
* bootstrap.conf: Request the latest gnulib stable branch. * README.git: Recommend the argument form of autogen/autopull. * bootstrap: Import the latest version of bootstrap. * bootstrap-funclib.sh: Ditto. * autogen.sh: Ditto. * autopull.sh: Ditto.
Diffstat (limited to 'README.git')
-rw-r--r--README.git4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.git b/README.git
index 3aa451f4..eaf7138a 100644
--- a/README.git
+++ b/README.git
@@ -128,11 +128,11 @@ After checking out the code, you will need to run the bootstrap script:
Alternatively you can just pull content from remote locations with:
- $ ./autopull.sh
+ $ ./bootstrap --pull
And/or just re-generate auto-generatable files with:
- $ ./autogen.sh
+ $ ./bootstrap --gen
(Running ./bootstrap does both in one step.)