You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ar...@apache.org on 2006/03/10 03:57:23 UTC

svn commit: r384687 - in /incubator/harmony/enhanced/jchevm: INSTALL configure.ac

Author: archie
Date: Thu Mar  9 18:57:22 2006
New Revision: 384687

URL: http://svn.apache.org/viewcvs?rev=384687&view=rev
Log:
Update to classpath-0.90.

Modified:
    incubator/harmony/enhanced/jchevm/INSTALL
    incubator/harmony/enhanced/jchevm/configure.ac

Modified: incubator/harmony/enhanced/jchevm/INSTALL
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/jchevm/INSTALL?rev=384687&r1=384686&r2=384687&view=diff
==============================================================================
--- incubator/harmony/enhanced/jchevm/INSTALL (original)
+++ incubator/harmony/enhanced/jchevm/INSTALL Thu Mar  9 18:57:22 2006
@@ -16,9 +16,9 @@
 	Debian: zlib1g-dev
 	RPM: zlib
 
-1. Install classpath-0.20. You can get it from
+1. Install classpath-0.90. You can get it from
 
-	ftp://ftp.gnu.org/pub/gnu/classpath/classpath-0.20.tar.gz
+	ftp://ftp.gnu.org/pub/gnu/classpath/classpath-0.90.tar.gz
 	FreeBSD: java/classpath
 	Debian: classpath
 
@@ -32,7 +32,7 @@
 
    Then:
 
-	$ ./configure --enable-jni --with-jikes
+	$ ./configure --with-jikes
 	$ gmake
 	$ gmake install
 

Modified: incubator/harmony/enhanced/jchevm/configure.ac
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/jchevm/configure.ac?rev=384687&r1=384686&r2=384687&view=diff
==============================================================================
--- incubator/harmony/enhanced/jchevm/configure.ac (original)
+++ incubator/harmony/enhanced/jchevm/configure.ac Thu Mar  9 18:57:22 2006
@@ -12,7 +12,7 @@
 
 # Definitions
 AC_SUBST(LIBRARY_VERSION, [1:1:0])
-AC_SUBST(CLASSPATH_VERSION, [0.20])
+AC_SUBST(CLASSPATH_VERSION, [0.90])
 
 [JC_CFLAGS='-g -O3 -pipe -Wall -Waggregate-return -Wcast-align -Wchar-subscripts -Wcomment -Wformat -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wparentheses -Wpointer-arith -Wredundant-decls -Wreturn-type -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wwrite-strings']
 AC_SUBST(JC_CFLAGS)