Patch to fix a typo in cp-tools/configure.ac attached.

 -- Archit

Index: configure.ac
===================================================================
RCS file: /cvsroot/classpath/cp-tools/configure.ac,v
retrieving revision 1.3
diff -u -u -r1.3 configure.ac
--- configure.ac	9 Feb 2005 01:42:36 -0000	1.3
+++ configure.ac	18 Feb 2005 16:30:32 -0000
@@ -86,7 +86,7 @@
     )
   done
   test -d src || mkdir src
-  test -d src/java || mkdir src/jars
+  test -d src/jars || mkdir src/jars
   cp -f ${BYTECODE_JAR} src/jars/
 fi
 
@@ -117,7 +117,7 @@
     )
   done
   test -d src || mkdir src
-  test -d src/java || mkdir src/jars
+  test -d src/jars || mkdir src/jars
   cp -f ${ASM_JAR} src/jars/
 fi
 
_______________________________________________
Cp-tools-discuss mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/cp-tools-discuss

Reply via email to