automake-patches
[Top][All Lists]
Advanced

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

Re: no-dist-gzip


From: Akim Demaille
Subject: Re: no-dist-gzip
Date: Wed, 04 Jun 2003 09:49:43 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

 Akim> 1. a warning when no-dist-gzip but no option to enable another format?
 Akim> 2. if so, where?

 > handle_dist?

Thanks, I did that.

 Akim> 3. a better message at the end of distcheck?  It no longer gives the
 Akim> name of an archive.

 > Someone once complained that project.tar.bz2 was not mentioned
 > in that banner (when using dist-bzip2).

I did that too.

 > I think it would be a useful to let Automake output a variable
 > with the list of archives constructed by dist.  Maybe something
 > like

 >  DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2

I had made it private, am_dist_archives.  Do you want to make it
public?  If you do, please adjust the patch to your taste and install:
I'm leaving until next Tuesday.

 Akim> (distcheck): Depend upon distdir, not dist.
 Akim> Run make dist at the end.

 > I'm feeling a bit uneasy with this.  Basically, the change is
 > that you pack what has been checked, instead of checking what
 > has been packed.  Not that this makes a very important
 > difference, but I'm disturbed to think that the package I
 > distribute was never unpacked.  (I know this is what happens
 > with tar.bz2 packages presently, only tar.gz are checked, yet
 > I feel like checking one archive is better than nothing.)

OK, I handled this too.

 > By the way, do you know why all these `dist-*' targets
 > are conditionally defined?

Good point.  Done too.

Here is my proposal.  It works on my stuff, but distcheck has not been
run.

Attachment: diffs.patch
Description: Text Data


reply via email to

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