On Tue, 2006-01-10 at 19:13 +0100, Mark Wielaard wrote:
> Please provide a patch that installs logging.properties in
> $(prefix)/lib.

Ok, finally...  We install now into $(prefix)/lib, this is where
gnu.classpath.home.url points to.  I also changed the location of
classpath.security since $(libdir) can be something different.

Commit?

TWISTI


2005-01-12  Christian Thalinger  <[EMAIL PROTECTED]>

        * resource/Makefile.am: Install 
        logging.properties into $(prefix)/lib.
        * resource/Makefile.am (securitydir): Changed to 
        $(prefix)/lib/security.


Index: resource/Makefile.am
===================================================================
RCS file: /cvsroot/classpath/classpath/resource/Makefile.am,v
retrieving revision 1.7
diff -u -3 -p -r1.7 Makefile.am
--- resource/Makefile.am        24 Aug 2005 18:14:26 -0000      1.7
+++ resource/Makefile.am        12 Jan 2006 19:51:36 -0000
@@ -1,4 +1,7 @@
 ## used by automake to generate Makefile.in
 
+logging_DATA = java/util/logging/logging.properties
+loggingdir = $(prefix)/lib
+
 security_DATA = java/security/classpath.security
-securitydir = $(libdir)/security
+securitydir = $(prefix)/lib/security



_______________________________________________
Classpath-patches mailing list
Classpath-patches@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to