summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2009-09-19 01:29:12 +0200
committerPeter Simons <simons@cryp.to>2009-09-19 01:29:12 +0200
commitd680d8ed79037c2dc00b693ee593a0da02529308 (patch)
tree8b361e0ae4d9c54bfef25c85549f6a105dea860c /TODO
parent374be76dcb55b717b26a45e91bebd46f338dd860 (diff)
downloadautoconf-archive-d680d8ed79037c2dc00b693ee593a0da02529308.tar.gz
bootstrap.sh: generate a ChangeLog only for the macro contents
Users typically aren't interested in the meta files like Makefile.am etc., and if they are, the complete history is publicly available in git. TODO: This really ought to be done by automake.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index 778ccc1..025f9d4 100644
--- a/TODO
+++ b/TODO
@@ -88,3 +88,9 @@
This mechanism is pretty fragile. Since the exact list is known at the time
we compile the release archive, that information should be inserted in the
script statically. But how?
+
+* TODO Integrate generation of the ChangeLog file into the build system
+
+ Currently, [[bootstrap.sh]] generates that file, but this mechanism doesn't
+ ensure that the file is up-to-date come at the time a release archive is
+ compiled.