From: Tom Tromey Date: Wed, 2 Dec 1998 12:11:35 +0000 (+0000) Subject: TODO update X-Git-Tag: Release-1-3d~5 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=668ced55235110a5cd569876388b9509487b93fb;p=automake.git TODO update --- diff --git a/TODO b/TODO index ab73891b..62469ccc 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.