This is in preparation of future changes.
* bootstrap.conf (bootstrap_post_import_hook): New, will be executed
by bootstrap after gnulib-tool abut 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 535900d..4fc4e67 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()
{
--
1.7.12