From: Stefano Lattarini Date: Fri, 31 Aug 2012 23:46:38 +0000 (+0200) Subject: maint: add our 'bootstrap_post_import_hook' function X-Git-Tag: v8.20~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1aaa8af9296c5bc7a05047f0114c9be7b3fdfea5;p=thirdparty%2Fcoreutils.git 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. --- diff --git a/bootstrap.conf b/bootstrap.conf index 535900d587..4fc4e67e34 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() {