Patch: install jni.h; PR 43
Tom Tromey
tromey@cygnus.com
Sun Mar 5 18:46:00 GMT 2000
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
More information about the Java-patches
mailing list