summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index c42e778..d1283c3 100644
--- a/TODO
+++ b/TODO
@@ -71,3 +71,10 @@
avoid that error.
* TODO Link to http://www.flameeyes.eu/autotools-mythbuster/
+
+* TODO Don't use shell globs to configure the list of available macros
+
+ The [[configure.ac][configure]] script globs m4/*.m4 to determine the list of available macros.
+ 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?