summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-01-19 06:14:31 +0100
committerJim Meyering <meyering@redhat.com>2012-01-19 06:14:31 +0100
commit44c4f75581a7774594e5a225ab43c9c211e4abb4 (patch)
tree7d406f353be24abf07c494c073b811e7bb77e4d5 /ChangeLog
parentb891bc2c0bd3f9cd65fac6793160c49da813220e (diff)
downloadgnulib-44c4f75581a7774594e5a225ab43c9c211e4abb4.tar.gz
bootstrap: add bootstrap_post_import_hook
Bison does still need something like the gnulib_mk_hook whose invocation I had to remove along with slurp in commit 767ccd40. Technically, we could get along without it, but doing so would have required living with a warning and a mandatory post-bootstrap automake rerun. * build-aux/bootstrap (gnulib_mk_hook): Remove definition, too. (bootstrap_post_import_hook): New function. Invoke it after gnulib-tool --import and before autoreconf.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dc34bb5445..07c8a13e48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2012-01-19 Jim Meyering <meyering@redhat.com>
+
+ bootstrap: add bootstrap_post_import_hook
+ Bison does still need something like the gnulib_mk_hook whose
+ invocation I had to remove along with slurp in commit 767ccd40.
+ Technically, we could get along without it, but doing so would
+ have required living with a warning and a mandatory post-bootstrap
+ automake rerun.
+ * build-aux/bootstrap (gnulib_mk_hook): Remove definition, too.
+ (bootstrap_post_import_hook): New function.
+ Invoke it after gnulib-tool --import and before autoreconf.
+
2012-01-18 Jim Meyering <meyering@redhat.com>
gitlog-to-changelog: don't use "no_"-prefixed variable name