From 20d12313058d6edf21143fe99c9992faf31b0afa Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 13 May 1999 20:20:49 +0000 Subject: [PATCH] Meta updates --- THANKS | 1 + TODO | 20 +++++++++++++++++--- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/THANKS b/THANKS index d7bd8d7c..19f44438 100644 --- a/THANKS +++ b/THANKS @@ -79,6 +79,7 @@ Nyul Laszlo nyul@sol.cc.u-szeged.hu Paul Berrevoets paul@swi.com Paul D. Smith psmith@BayNetworks.COM Paul Eggert eggert@twinsun.com +Pavel Roskin pavel_roskin@geocities.com Per Bothner bothner@cygnus.com Per Cederqvist ceder@lysator.liu.se Peter Mattis petm@scam.XCF.Berkeley.EDU diff --git a/TODO b/TODO index 1ed48fa9..fadbfcc8 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,15 @@ +* Document why putting @FOO@ in _SOURCES doesn't work. + Make it an error when the user tries to do this + This must be done for 1.5 + +* serious bug. this doesn't work: + .c.o: ; ... + foo.o: sub/foo.c + why did I think it did work? + +* A target named `INSTALL' will screw things up. + It shouldn't. + * Scan configure.in using the same trick that autoheader uses. This will be much more reliable. @@ -14,6 +26,9 @@ per-exe flags don't work for CPPFLAGS/YFLAGS/LFLAGS. Fix. LIBOBJS shouldn't be used when there are per-exe flags (?) +* Need a way to pass flags to makeinfo + esp --no-split + * test `make clean' with subdir-objects * Test nodist_SOURCES with lex, yacc, etc. @@ -21,6 +36,8 @@ * Support subdir-objects with fortran * Allow creation of Java .zip/.jar files in natural way + If you are building a compiled Java library, then the .zip/.jar + ought to be made automatically. * Run automake before libtool. It will report an error but still won't put the file into the disty. This is wrong. @@ -59,9 +76,6 @@ * `distcheck' and `dist' should depend on `all' -* Document why putting @FOO@ in _SOURCES doesn't work. - Make it an error when the user tries to do this - * Add code to generate foo-config script like gnome, gtk * `DEFS += foo' won't work. -- 2.43.5