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
* 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>
'F');
®ister_language ('ratfor', 'linker=F77LINK',
'r');
-# FIXME: what about zip and jar?
®ister_language ('java', 'linker=GCJLINK', 'autodep=GCJ',
- 'java', 'class');
+ 'java', 'class', 'zip', 'jar');
# Parse command line.