summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2005-06-17 19:32:12 +0000
committerTom Tromey <tromey@redhat.com>2005-06-17 19:32:12 +0000
commit59ce7aee94a42c2eed46e14bb6d071dd67f31199 (patch)
treec1e4b68f6ba35e32f8a0804bae2a5916b504f74f /lib
parente7a61480c54b1c40ff62ced13e3a2f50a875183c (diff)
downloadclasspath-59ce7aee94a42c2eed46e14bb6d071dd67f31199.tar.gz
* lib/Makefile.am (JAVAC): Use JIKESENCODING.
* m4/acinclude.m4 (CLASSPATH_CHECK_JIKES): Check for -encoding option to jikes. (JIKESENCODING): New subst.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 747c391be..bb3f65cdb 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -22,7 +22,7 @@ JAVAC = $(GCJF) -C -d . @classes.standard \
&& $(GCJF) -C -d . @classes.standardx
else
if FOUND_JIKES
-JAVAC = $(JIKES) +Pno-shadow +Pno-switchcheck +F -encoding UTF-8 -bootclasspath '' -extdirs '' -sourcepath '' --classpath $(compile_classpath) -d . @classes
+JAVAC = $(JIKES) +Pno-shadow +Pno-switchcheck +F $(JIKESENCODING) -bootclasspath '' -extdirs '' -sourcepath '' --classpath $(compile_classpath) -d . @classes
else
if FOUND_KJC
## FIXME: from what I can tell, kjc does not support a -encoding option.