> 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.
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
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
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