From c580ebae8df0b1235b9287a59b9a3ab8c2bf9dfe Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 1 Jan 2023 16:08:35 -0500 Subject: 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. --- README.git | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.git') 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.) -- cgit v1.2.1