]> Savannah Git Hosting - gnulib.git/commit
bootstrap: Implement phase 1 as documented in the --help output.
authorBruno Haible <bruno@clisp.org>
Sat, 13 Apr 2024 23:38:42 +0000 (01:38 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 14 Apr 2024 00:00:15 +0000 (02:00 +0200)
commitd84255c1285785c3d53aad17c05b83291846be06
treef301742eca10b6f0053c58ae8bb1059fd8494bf9
parentac8c4111ce570e140c819f231493fa573d3b0904
bootstrap: Implement phase 1 as documented in the --help output.

Reported by Simon Josefsson as bug #1 in
<https://lists.gnu.org/archive/html/bug-gnulib/2024-04/msg00152.html>.

* top/bootstrap: Correct indentation.
* top/bootstrap-funclib.sh (prepare_GNULIB_SRCDIR): Implement as
documented:
If GNULIB_SRCDIR and GNULIB_REVISION are set and there is a 'gnulib'
submodule, checkout the revision GNULIB_REVISION.
If GNULIB_SRCDIR and GNULIB_REVISION are set and --no-git is specified,
don't checkout the revision GNULIB_REVISION.
ChangeLog
build-aux/bootstrap
top/bootstrap
top/bootstrap-funclib.sh