]> Savannah Git Hosting - gnulib.git/commit
bootstrap: allow non-submodule control of gnulib
authorColin Watson <cjwatson@debian.org>
Sun, 27 May 2018 20:07:58 +0000 (22:07 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 27 May 2018 20:07:58 +0000 (22:07 +0200)
commitc083cd5af2655e6cd0240d02dccb28556bad8dbf
treebeb5f35ecc29997f4b1488c68cc47a43586ad591
parenta4e42bc895fcc04147f70dc93b89708342daaf27
bootstrap: allow non-submodule control of gnulib

Some projects prefer to avoid git submodules for various reasons (they
have rather strange UI), but at present they're the only way to pin a
particular gnulib commit.  Add a couple of extra variables which can be
set in bootstrap.conf to control this separately.

* build-aux/bootstrap: Honour GNULIB_URL and GNULIB_REVISION in
bootstrap.conf when fetching gnulib using "git clone" or via
GNULIB_SRCDIR.
ChangeLog
build-aux/bootstrap