On Sat, Jun 29, 2024 at 5:11 PM Bruno Haible wrote:
> 2024-06-29 Bruno Haible
>
> bootstrap-funclib.sh: Restore readability.
> * top/bootstrap-funclib.sh (prepare_GNULIB_SRCDIR): Add a line break
> instead of removing spaces.
> * build-aux/bootstrap: Regenerated.
Bruno Haible writes:
>> +gnulib_url=${GNULIB_URL:-$default_gnulib_url}
>> shallow=
>> if test -z "$GNULIB_REVISION"; then
>
> This variable is useful; thanks.
This would allow gnulib_url to be set in bootstrap.conf so a mirror
could be used right?
Even before the recen
Hi Jim,
> # The subdirectory 'gnulib' does not yet exist. Clone into it.
> echo "$0: getting gnulib files..."
> trap cleanup_gnulib HUP INT PIPE TERM
> +gnulib_url=${GNULIB_URL:-$default_gnulib_url}
> shallow=
> if test -z "$GNULIB_REVISION"; th