cycle-check module typo fix

2006-08-15 Thread Paul Eggert
I installed this, so that findutils would bootstrap: 2006-08-15 Paul Eggert <[EMAIL PROTECTED]> * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK. --- modules/cycle-check 10 Aug 2006 13:40:17 - 1.6 +++ modules/cycle-check 15 Aug 2006 21:46:42 - @@ -12,6 +12,7 @@ sam

copyright notice for regexprops-generic.texi

2006-08-15 Thread Paul Eggert
For lack of a better solution I installed this into regexprops-generic.texi. After looking at the findutils sources I don't see how the file is generated automatically -- perhaps some by-hand processing is always done? 2006-08-15 Paul Eggert <[EMAIL PROTECTED]> * doc/regexprops-generic.

memcoll performance hack

2006-08-15 Thread Paul Eggert
I installed this, from coreutils (diff -pubw format): 2006-08-15 Paul Eggert <[EMAIL PROTECTED]> * lib/memcoll.c (memcoll): Optimize for the common case where the arguments are bytewise equal. --- lib/memcoll.c 19 Sep 2005 17:28:14 - 1.14 +++ lib/memcoll.c

FYI, coreutils-6.0 released

2006-08-15 Thread Jim Meyering
FYI, I've just released coreutils-6.0. Here's the announcement: http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/7725

Re: problem importing argp

2006-08-15 Thread Simon Josefsson
"Gurganus, Brant L" <[EMAIL PROTECTED]> writes: > It seems that various AC_FUNC_{} macros in configure.ac modify the behavior of > the gnulib Makefile on the line containing @LIBOBJS@: > > libgnu_a_LIBADD = @LIBOBJS@ Yes, this is a known problem with gnulib. Gnulib is incompatible with several A

RE: problem importing argp

2006-08-15 Thread Gurganus, Brant L
Title: RE: problem importing argp It seems that various AC_FUNC_{} macros in configure.ac modify the behavior of the gnulib Makefile on the line containing @LIBOBJS@: libgnu_a_LIBADD = @LIBOBJS@ Brant Gurganus http://www.rose-hulman.edu/~gurganbl -Original Message- From: Sergey P

RE: problem importing argp

2006-08-15 Thread Sergey Poznyakoff
Gurganus, Brant L <[EMAIL PROTECTED]> wrote: > Why were those files added to the Makefile when I ran "{path to gnulib > checkout}/gnulib-tool --import argp" then and what is the resolution > for the problem? They cames from a line that use @ALLOCA@ in the > generated Makefile and when I removed AC

Re: [bug-gnulib] fix copyright notices in gnulib for getdate, quote, verify, etc.

2006-08-15 Thread Bruno Haible
Paul Eggert did: > 2006-08-14 Paul Eggert <[EMAIL PROTECTED]> > > * modules/COPYING: New file. I added this patch, so that gnulib-tool doesn't use this file as a module description: 2006-08-15 Bruno Haible <[EMAIL PROTECTED]> * gnulib-tool (func_all_modules, func_verify_modu

RE: problem importing argp

2006-08-15 Thread Gurganus, Brant L
Title: RE: problem importing argp Why were those files added to the Makefile when I ran "{path to gnulib checkout}/gnulib-tool --import argp" then and what is the resolution for the problem? They cames from a line that use @ALLOCA@ in the generated Makefile and when I removed AC_FUNC_MEMCMP a

Re: please update FDL license version in standards.texi, make-stds.texi

2006-08-15 Thread Jim Meyering
[EMAIL PROTECTED] (Karl Berry) wrote: > Karl, can you please update the FDL license version iin standards.texi > and make-stds.texi? > > Strange, I have a strong memory of doing this once before. Oh well. > > Also, while you're at it there's some trailing > white space to remove.

Re: problem importing argp

2006-08-15 Thread Sergey Poznyakoff
Gurganus, Brant L <[EMAIL PROTECTED]> wrote: > lib/Makefile.am:18: required file `lib/memcmp.c' not found > lib/Makefile.am:18: required file `lib/malloc.c' not found > lib/Makefile.am:18: required file `lib/lstat.c' not found > lib/Makefile.am:18: required file `lib/stat.c' not found >From these