Hello,
On Fri, Nov 04, 2005 at 05:59:55PM +0100, devnullius @gmail wrote:
> ---> Question: how can I install this (diff?)-file?
unfortunatelly, the archive has malformed the diff, so it's not usable.
But the change is trivial: "$<" is replaced by "[EMAIL PROTECTED]" in
bin/Makefile.am.
You can make it by hand.
If you _then_ make the same change in bin/Makefile.in, you won't have to
run Automake to regenerate it.
> ----> Question: if I do not have nor want to install CVS, how can I patch my
> system then?
If you checkout a CVS tree, you can use cvs di then.
The following command would extract the patch from it:
cvs di -r1.17 -r1.18 bin/Makefile.am >../autoconf-make.patch
But it's too complicated for this simple change.
Hope this solves your problem,
Stepan Kasal