From 1aaa8af9296c5bc7a05047f0114c9be7b3fdfea5 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sat, 1 Sep 2012 01:46:38 +0200 Subject: maint: add our 'bootstrap_post_import_hook' function This is in preparation of future changes. * bootstrap.conf (bootstrap_post_import_hook): New, will be executed by bootstrap after gnulib-tool but before the autotools. Move creation of dummy ChangeLog into it. --- bootstrap.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bootstrap.conf b/bootstrap.conf index 535900d58..4fc4e67e3 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -324,8 +324,11 @@ tar - xz - " -# Automake requires that ChangeLog exist. -touch ChangeLog || exit 1 +bootstrap_post_import_hook () +{ + # Automake requires that ChangeLog exist. + touch ChangeLog || exit 1 +} bootstrap_epilogue() { -- cgit v1.2.3-54-g00ecf