Re: announce: cvs pserver (read-only) access to the git mirror

2007-09-16 Thread Jim Meyering
Bruno Haible <[EMAIL PROTECTED]> wrote: >> I've set up for cvs pserver (read-only) access to the git mirror >> cvs -d :pserver:[EMAIL PROTECTED]:/gnulib.git co -d gnulib HEAD > > Thanks! Hi Bruno, > There are a few differences compared to the original CVS: There are more than a few :-) As I unde

Doc fixes

2007-09-16 Thread Sylvain Beucler
Hi, I added getopt in my packages, following the documentation. Here are the fixes I needed in Section 2.1: LIBADD = lib/libgnu.la becomes LDADD = $(top_builddir)/lib/libgnu.a - no .la in the common case - switching to LDADD (LIBADD doesn't seem to work, app_LIBADD produces an Automake error)

Re: announce: cvs pserver (read-only) access to the git mirror

2007-09-16 Thread Bruno Haible
Hi Jim, > I've set up for cvs pserver (read-only) access to the git mirror > cvs -d :pserver:[EMAIL PROTECTED]:/gnulib.git co -d gnulib HEAD Thanks! There are a few differences compared to the original CVS: - It says at many occasions "server doesn't support gzip-file-contents". (I am always

announce: cvs pserver (read-only) access to the git mirror

2007-09-16 Thread Jim Meyering
I've set up for cvs pserver (read-only) access to the git mirror http://git.sv.gnu.org/gitweb/?p=gnulib.git of gnulib's cvs repository. This is in preparation for discontinuing the CVS repository in favor of the git one for upstream commits. To check out the latest, use this: cvs -d :pserv

Re: Configure problem when compiling with -D_FORTIFY_SOURCE

2007-09-16 Thread Bruno Haible
Greg Schafer wrote: > Size of 1 seems to work. Size of 1000 doesn't. Using asprintf also > seems to not crash with a size of 100. OK, then the bug is in gnulib's tests, not in glibc. Thanks for these tests. I'm applying this: 2007-09-16 Bruno Haible <[EMAIL PROTECTED]> * m4/printf