]> sourceware.org Git - automake.git/commitdiff
Meta updates
authorTom Tromey <tromey@redhat.com>
Thu, 13 May 1999 20:20:49 +0000 (20:20 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 13 May 1999 20:20:49 +0000 (20:20 +0000)
THANKS
TODO

diff --git a/THANKS b/THANKS
index d7bd8d7c30c7dde5e060cfeacc7de28e4bdbc3cb..19f444381f5e3040f17c16a2136488967b6cbadf 100644 (file)
--- 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 1ed48fa977606c9ebdaa623730fd4315d5f9dad4..fadbfcc8a245ec8fdfecdab6de8e8407bdc62672 100644 (file)
--- 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.
This page took 0.027155 seconds and 5 git commands to generate.