This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Patch: install jni.h; PR 43
- To: Java Patch List <java-patches at sourceware dot cygnus dot com>
- Subject: Patch: install jni.h; PR 43
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 05 Mar 2000 19:48:46 -0700
- Reply-To: tromey at cygnus dot com
I'm committing this patch. It fixes PR 43.
Now we install jni.h in $(includedir).
That might not be the best place, but I think:
(1) it is an ok place, since jni.h should in theory be independent of
the underlying implementation, and
(2) if it is a real problem hopefully some system packager like Debian
or (other people at) Red Hat will give us useful advice.
2000-03-05 Tom Tromey <tromey@cygnus.com>
Fix for PR libgcj/43:
* include/Makefile.in: Rebuilt.
* include/Makefile.am (include_HEADERS): New define.
Tom
Index: include/Makefile.am
===================================================================
RCS file: /cvs/java/libgcj/libjava/include/Makefile.am,v
retrieving revision 1.1
diff -u -r1.1 Makefile.am
--- Makefile.am 1999/09/10 22:03:06 1.1
+++ Makefile.am 2000/03/06 00:57:20
@@ -2,6 +2,4 @@
AUTOMAKE_OPTIONS = foreign no-installinfo
-## FIXME: for now we don't install jni.h because we aren't really sure
-## where to install it.
-## include_HEADERS = jni.h
+include_HEADERS = jni.h