Re: make dist-all produces an empty tarball

2003-07-29 Thread Tim Van Holder
> Version info: > aclocal 1.5 > automake 1.5 You may want to consider upgrading to automake 1.7.6 (I think that's the latest version). If that does not resolve your problem (and your remarks), at least we'll know it's a current problem.

make dist-all produces an empty tarball

2003-07-29 Thread Larry Siden
I'm a newbie to using autoconf & automake & Co. I'm using it for a small project. The build and install work fine, but when I run "make dist-all" it produces an empty .tar.gz file (well, not quite empty, it actually contains 20 bytes, which I guess consist o

Re: dist-all

2001-02-27 Thread Akim Demaille
Tom Tromey <[EMAIL PROTECTED]> writes: > Akim -- > > I think one of your patches probably broke `make dist-all'. > > Right now it ends up depending on each dist target that is used. > However each such target ends by removing the dist directory. > The point

dist-all

2001-02-26 Thread Tom Tromey
Akim -- I think one of your patches probably broke `make dist-all'. Right now it ends up depending on each dist target that is used. However each such target ends by removing the dist directory. The point of having dist-all is that it is more efficient to simply create the dist directory