Hi,

One of the artifacts of a configure check was left behind if the
compiler test succeeded, this patch removes it. Also since all JNI
headers are now generated they should be listed in cvsignore.

2008-02-08  Mark Wielaard  <[EMAIL PROTECTED]>

    * m4/acinclude.m4 (CLASSPATH_CHECK_JAVAC): Delete
    Colour.class.

    * include/.cvsignore: Add java_* and gnu_*.h.

Committed,

Mark

Index: m4/acinclude.m4
===================================================================
RCS file: /cvsroot/classpath/classpath/m4/acinclude.m4,v
retrieving revision 1.28
diff -u -r1.28 acinclude.m4
--- m4/acinclude.m4     8 Feb 2008 17:42:57 -0000       1.28
+++ m4/acinclude.m4     8 Feb 2008 23:25:09 -0000
@@ -478,5 +478,5 @@
   else
     AC_MSG_RESULT([javac doesn't support -J])
   fi
-  rm -f Colour.java
+  rm -f Colour.java Colour.class
 ])
Index: include/.cvsignore
===================================================================
RCS file: /cvsroot/classpath/classpath/include/.cvsignore,v
retrieving revision 1.8
diff -u -r1.8 .cvsignore
--- include/.cvsignore  5 Jan 2006 00:56:41 -0000       1.8
+++ include/.cvsignore  8 Feb 2008 23:25:09 -0000
@@ -7,3 +7,5 @@
 jni_md.h
 stamp-h1
 config-int.h
+java_*.h
+gnu_*.h



Reply via email to