Alexey Mahotkin wrote:

> >>>>> "DRP" == Derek R Price <[EMAIL PROTECTED]> writes:
>
> >> Just see, every other project posts patches :) Please :)
>
> DRP> In case you missed the announcement, I posted patches.  Sorry I
> DRP> didn't notify you earlier.
>
> Thanks :)
>
> What version of autoconf are you using?  I'm trying to port
> cvs-nserver to 1.11.1, and ran into:
>
> make[2]: Entering directory `/home/alexm/cvs-nserver-1.11.1/lib'
> Makefile:272: *** missing separator.  Stop.
>
> Makefile at this line contains:
>
> maintainer-clean-tags:
>
> @AMDEP@include $(DEPDIR)/argmatch.Po
> @AMDEP@include $(DEPDIR)/dup2.Po

[. . .]

Autoconf should be fine - the problem is probably that you aren't using the same 
version of
Automake.  Either update to the current development version of Automake or, as some 
people have
understandable aversions to such things, either uninstall your version of Automake or 
make sure
that your Automake doesn't run in some other manner when you do a build.

To make sure automake doesn't run, you can use the noautoconf.sh script from the 
repository
after each update or remove any of aclocal.m4 & Makefile.in that CVS reports as 
modified and
update until a 'make all' does not modify those files.

BTW, since the timestamps in a distribution should be set correctly, you shouldn't have
encountered this problem unless you ran aclocal yourself, or touch some files you 
shouldn't have
needed to (with the possible exception of configure.in).  In any case, it is often 
safe to alter
configure.in and not rerun automake (via the script or CVS updates), so that may be 
what you
have to do.

Hopefully automake will be released soon.  It is scheduled to be.  Then this shouldn't 
be a
problem any longer.


> Also, there are three tiny patches: a) fix Texinfo markup slightly; b)
> document "P" flag in output of 'cvs update' (I'm not sure if this is
> still applicable); and c) fix "shoiuld";
>
> diff -ur cvs-1.11.1-orig/doc/cvs.texinfo cvs-1.11.1/doc/cvs.texinfo
> --- cvs-1.11.1-orig/doc/cvs.texinfo     Tue Apr 24 22:14:52 2001
> +++ cvs-1.11.1/doc/cvs.texinfo  Sat May 19 19:46:31 2001

Checked in.

[. . .]


> diff -ur cvs-1.11.1-orig/man/cvs.1 cvs-1.11.1/man/cvs.1
> --- cvs-1.11.1-orig/man/cvs.1   Thu Apr 19 23:45:31 2001
> +++ cvs-1.11.1/man/cvs.1        Sat May 19 19:45:39 2001

Skipped - I checked in a similar change several days ago.


> diff -ur cvs-1.11.1-orig/src/client.c cvs-1.11.1/src/client.c
> --- cvs-1.11.1-orig/src/client.c        Tue Apr 24 22:14:53 2001
> +++ cvs-1.11.1/src/client.c     Sat May 19 19:10:59 2001

Checked in.

Thanks.

Derek

--
Derek Price                      CVS Solutions Architect ( http://CVSHome.org )
mailto:[EMAIL PROTECTED]         CollabNet ( http://collab.net )
--
"If triangles had a God, He'd have three sides."

                        -- Old Yiddish Proverb




_______________________________________________
Bug-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-cvs

Reply via email to