]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* automake.in: Treat `.zip' and `.jar' files as Java.
authorTom Tromey <tromey@redhat.com>
Sat, 24 Apr 1999 17:45:42 +0000 (17:45 +0000)
committerTom Tromey <tromey@redhat.com>
Sat, 24 Apr 1999 17:45:42 +0000 (17:45 +0000)
ChangeLog
TODO
automake.in

index 991e8ec5419b7a7020b14d9852ec38fc4546c59d..bd16197f84d6e24e07ca24efe19885248610d1f1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 1999-04-24  Tom Tromey  <tromey@cygnus.com>
 
+       * automake.in: Treat `.zip' and `.jar' files as Java.
+
        * automake.in (generate_makefile): Define `subdir' after reading
        .am file.
        (read_main_am_file): Give programming error if variable defined
diff --git a/TODO b/TODO
index e39c08720513ec718bec30245b2c4c17a500dcb8..4f1210b04e308d13428f3b74cc6d4a57c9cc9282 100644 (file)
--- a/TODO
+++ b/TODO
@@ -13,6 +13,8 @@
 
 * Support subdir-objects with fortran
 
+* Allow creation of Java .zip/.jar files in natural way
+
 * Run automake before libtool.  It will report an error but
   still won't put the file into the disty.  This is wrong.
   From Mark H Wilkinson <mhw@kremvax.demon.co.uk>
index 3411dbef88c2520b2f2cf23c81349409e93f6863..e7c58bf24dbea44afc9ea09254d0feaf8c850374 100755 (executable)
@@ -342,9 +342,8 @@ $obsolete_rx = '(' . join ('|', keys %obsolete_macros) . ')';
                    'F');
 &register_language ('ratfor', 'linker=F77LINK',
                    'r');
-# FIXME: what about zip and jar?
 &register_language ('java', 'linker=GCJLINK', 'autodep=GCJ',
-                   'java', 'class');
+                   'java', 'class', 'zip', 'jar');
 
 
 # Parse command line.