Hi,
I updated INSTALL and configure.ac with infos about grmic being built when
asm.jar is specified.

ChangeLog:

2006-09-27  Robert Schuster  <[EMAIL PROTECTED]>

        * INSTALL: Added information about grmic being built when ASM
        is available.
        * configure.ac: Dito.
Index: INSTALL
===================================================================
RCS file: /cvsroot/classpath/classpath/INSTALL,v
retrieving revision 1.39
diff -u -r1.39 INSTALL
--- INSTALL	31 Jul 2006 22:37:58 -0000	1.39
+++ INSTALL	27 Sep 2006 16:56:10 -0000
@@ -1,4 +1,4 @@
-Installing GNU Classpath - Last updated: September 7, 2005
+Installing GNU Classpath - Last updated: June 19, 2006
 
 First, this is a development release only! Unless you are interested in
 active development and debugging, or just like running random alpha code,
@@ -54,6 +54,11 @@
 	For building gcjwebplugin you'll need the Mozilla plugin
 	support headers and libraries.
 
+	The GConf-based backend for java.util.prefs needs the following
+	library headers:
+
+	- gconf 2.11.2 (or higher)
+
 	For building the Qt AWT peer JNI native libraries you have to
 	specify --enable-qt-peer and need the following library:
 
@@ -65,10 +70,10 @@
 	http://escher.sourceforge.net
 
 	Please note that at the moment most operating systems do not
-    ship Qt4 by default. We recommend using GNU Classpath' Qt4
-    support only for its developers and bug reporters. See
-    http://developer.classpath.org/mediation/ClasspathShowcase
-    for details on how to get it to work.
+	ship Qt4 by default. We recommend using GNU Classpath' Qt4
+	support only for its developers and bug reporters. See
+	http://developer.classpath.org/mediation/ClasspathShowcase
+	for details on how to get it to work.
 
 	For building the xmlj JAXP implementation (disabled by default, use
 	configure --enable-xmlj) you need the following installed:
@@ -80,7 +85,7 @@
 	  http://www.xmlsoft.org/XSLT/
 	  Minimum version of libxslt required: 1.1.11
 
-	For building the javah tool, you will need the ASM library.
+	For building the gjavah and grmic tool, you will need the ASM library.
 	Current version 2.2.1 is needed (other 2.2.x versions should
 	be ok; 3.x is not ok).  You can get ASM from
 	http://asm.objectweb.org/
Index: configure.ac
===================================================================
RCS file: /cvsroot/classpath/classpath/configure.ac,v
retrieving revision 1.187
diff -u -r1.187 configure.ac
--- configure.ac	24 Sep 2006 20:12:04 -0000	1.187
+++ configure.ac	27 Sep 2006 16:56:10 -0000
@@ -809,7 +809,7 @@
 dnl -----------------------------------------------------------
 AC_ARG_WITH([asm],
 	 AS_HELP_STRING([--with-asm=ABS.PATH],
-	                [specify path to ASM jar for javah]))
+	                [specify path to ASM jar to enable gjavah and grmic build]))
 case "$with_asm" in
 "")
         use_asm=false

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to