From 3baaa8212d7abb22f331d5ea0fa09ce91cfb99d3 Mon Sep 17 00:00:00 2001 From: Brian Jones Date: Fri, 31 Dec 1999 13:41:48 +0000 Subject: did not pass the right arguments to javah when it was user specified, fix now to be -jni. let me rant right now and say that all these java tools using whatever the hell they want for arguments is totally ****ed up. --- lib/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib') diff --git a/lib/Makefile.am b/lib/Makefile.am index a7fd881b5..c5197c371 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -132,7 +132,13 @@ endif # program #----------------------------------------------------------------- if JAPHAR + +if USER_SPECIFIED_JAVAH +ARG_JNI_JAVAH = -jni +else ARG_JNI_JAVAH = --jni +endif + else ARG_JNI_JAVAH = -jni endif -- cgit v1.2.1