Removed old java stuff

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@6755 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 2000-06-21 11:28:01 +00:00
parent 1e847c5962
commit 24345f0abc
2 changed files with 0 additions and 27 deletions

View file

@ -8,7 +8,6 @@
#
# Author: Scott Christley <scottc@net-community.com>
# Author: Ovidiu Predescu <ovidiu@net-community.com>
# Java additions by Lyndon Tremblay <ltremblay@mezzanine.xnot.com>
#
# This file is part of the GNUstep Makefile Package.
#
@ -86,16 +85,6 @@ X_PRE_LIBS=@X_PRE_LIBS@
CONFIG_SYSTEM_LIBS = @LIBS@
CONFIG_SYSTEM_DEFS = @SYSTEM_DEFS@ @DPS_DEFINE@
#
# Java configuration
#
JAVA_INCLUDE := @JAVA_INCLUDE@
ifeq ($(JAVA_INCLUDE),-INONE)
JAVA_INCLUDE=
endif
JAVAC = @JAVAC@
## Local variables:
## mode: makefile
## End:

View file

@ -394,22 +394,6 @@ if test "x$GRAPHIC_LIBS" = x; then
AC_CHECK_TIFFLIB(${with_tiff_library}, ${with_tiff_include})
fi
#--------------------------------------------------------------------
# Look for Java stuff
#--------------------------------------------------------------------
AC_ARG_WITH(javac,
[ --with-javac=CMD Java compiler],
JAVAC=${withval},
JAVAC=/usr/bin/javac)
AC_ARG_WITH(java_include,
[ --with-java-include=DIR Java include files are in DIR],
JAVA_INCLUDE=${withval},
JAVA_INCLUDE=-I/usr/include/kaffe)
AC_SUBST(JAVAC)
AC_SUBST(JAVA_INCLUDE)
#AC_CHECK_HEADER(jni.h, JNI_CreateJavaVM, JAVA_INCLUDE=$with_hava_include, java_ok=no)
#--------------------------------------------------------------------
# Check if libobjc was compiled with thread support.
#--------------------------------------------------------------------