summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1998-12-02 12:11:35 +0000
committerTom Tromey <tromey@redhat.com>1998-12-02 12:11:35 +0000
commit24c73c0d8069f3fcbf58cd8555b0c489d2689724 (patch)
tree0f46ecbee2d46059b76e5228a2508202a3b45acf /TODO
parenta9a1f7b2473fd1739c3bb94eda133850fc54f8c6 (diff)
downloadautomake-24c73c0d8069f3fcbf58cd8555b0c489d2689724.tar.gz
TODO update
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index ab73891bf..62469cccd 100644
--- a/TODO
+++ b/TODO
@@ -2,6 +2,12 @@
* Add code to generate foo-config script like gnome, gtk
+* right now automake sets `TAR' when automake is configured
+ this loses in some situations.
+ however, checking for it in every configure.in also seems lame.
+ probably should just give in on this; meanwhile people can
+ override TAR themselves.
+
* `DEFS += foo' won't work.
That's because DEFS is defined in header-vars.am, which is read
after the user's Makefile.am.