commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FYI: Patch: Fixes for make distcheck


From: Michael Koch
Subject: Re: FYI: Patch: Fixes for make distcheck
Date: Sat, 31 Jan 2004 16:20:20 +0100
User-agent: Mutt/1.3.28i

On Sat, Jan 31, 2004 at 02:29:15PM +0100, Mark Wielaard wrote:
> Hi,
> 
> On Fri, 2004-01-30 at 23:15, Michael Koch wrote:
> > I just commited some fixes to make "make distcheck" work again.
> 
> Thanks!
> 
> > diff -u -b -B -r1.3 Makefile.am
> > --- resource/java/security/Makefile.am  24 Dec 2002 05:35:23
> > -0000      1.3
> > +++ resource/java/security/Makefile.am  30 Jan 2004 22:08:19 -0000
> > @@ -1,15 +1,8 @@
> >  ## used by automake to generate Makefile.in
> >  
> > -EXTRA_DIST = \
> > -classpath.security
> > -
> >  # this may be a broken way to install, this file must be in 
> >  # java.home/lib/security
> 
> So this comment is no longer correct?
> It seems we do it in a non-broken way now that installs in the correct
> directory now.

You are obviously right. I just removed the comment.

> > -install-data-local:
> > -       $(mkinstalldirs) $(DESTDIR)$(libdir)/security
> > -       $(INSTALL_DATA) $(srcdir)/classpath.security
> > $(DESTDIR)$(libdir)/security/classpath.security
> > -
> > -uninstall-local:
> > -       rm -f $(DESTDIR)$(libdir)/security/classpath.security
> > +securitydir = $(libdir)/security
> > +dist_security_DATA = classpath.security

Michael




reply via email to

[Prev in Thread] Current Thread [Next in Thread]