diff options
author | Tom Tromey <tromey@redhat.com> | 1998-12-02 12:11:35 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1998-12-02 12:11:35 +0000 |
commit | 24c73c0d8069f3fcbf58cd8555b0c489d2689724 (patch) | |
tree | 0f46ecbee2d46059b76e5228a2508202a3b45acf /TODO | |
parent | a9a1f7b2473fd1739c3bb94eda133850fc54f8c6 (diff) | |
download | automake-24c73c0d8069f3fcbf58cd8555b0c489d2689724.tar.gz |
TODO update
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |