Commit c083cd5af2655e6cd0240d02dccb28556bad8dbf

Colin Watson 2018-05-27T22:07:58

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.