This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Patch: libffi Makefile
- To: Java Patch List <java-patches at sourceware dot cygnus dot com>
- Subject: Patch: libffi Makefile
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 04 Jan 2000 16:08:46 -0700
- Reply-To: tromey at cygnus dot com
I'm checking in a patch which simply rebuilds the libffi Makefile.in
with a newer automake. This is currently a bad situation, since
libffi requires an unreleased automake, but unfortunately a fix is not
easy -- it requires an automake release, which is done strictly on
volunteer time...
2000-01-04 Tom Tromey <tromey@cygnus.com>
* Makefile.in: Rebuilt with newer automake.
I'm not appending the patch since it isn't useful to read.
Tom