gnulib: update

* bootstrap.conf: gnulib_mk is defined again by bootstrap.
This commit is contained in:
Akim Demaille
2018-08-12 11:19:55 +02:00
parent f9a6b34147
commit c8dc9a8f51
4 changed files with 14 additions and 12 deletions

View File

@@ -81,7 +81,7 @@ gnulib_tool_option_extras='--symlink --makefile-name=gnulib.mk'
bootstrap_post_import_hook()
{
# Massage lib/gnulib.mk before using it later in the bootstrapping process.
build-aux/prefix-gnulib-mk --lib-name=$gnulib_name lib/gnulib.mk
build-aux/prefix-gnulib-mk --lib-name="$gnulib_name" "lib/$gnulib_mk"
# Ensure that ChangeLog exists, for automake.
test -f ChangeLog || touch ChangeLog