Re: Updating a package's gnulib files in CVS

2007-11-18 Thread Bruno Haible
Denver Gingerich wrote: > > It also appears to install new files with an added "_" (ie. stdlib_.h). You must be using a gnulib checkout that is already a month old or more? We renamed all *_.h files to *.in.h recently. Eric Blake wrote: > Now for some background: there are two schools of thought

Re: Updating a package's gnulib files in CVS

2007-11-18 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Karl Berry on 11/18/2007 5:16 PM: > Hi Denver, > > The .cvsignore behavior works right for me. The ignored files are > precisely those which should be recreated by people running configure on > their individual systems; they shouldn't b

Re: Updating a package's gnulib files in CVS

2007-11-18 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Denver Gingerich on 11/18/2007 5:03 PM: > I would like to update the gnulib files for the package I'm > maintaining (wdiff) in CVS (I've decided to check-in the gnulib files > so people using CVS don't have to run gnulib). However, runnin

Re: Updating a package's gnulib files in CVS

2007-11-18 Thread Karl Berry
Hi Denver, The .cvsignore behavior works right for me. The ignored files are precisely those which should be recreated by people running configure on their individual systems; they shouldn't be checked in. karl

Updating a package's gnulib files in CVS

2007-11-18 Thread Denver Gingerich
I would like to update the gnulib files for the package I'm maintaining (wdiff) in CVS (I've decided to check-in the gnulib files so people using CVS don't have to run gnulib). However, running "gnulib-tool --import" or "gnulib-tool --update" creates a bunch of files I don't want, such as .cvsigno

Re: bootstrap: copy failure

2007-11-18 Thread Jim Meyering
"Sergey Poznyakoff" <[EMAIL PROTECTED]> wrote: > Bootstrap reports > > cp: cannot create regular file `lib/uniwidth/cjk.h-t': No such file or > directory > > The following patch fixes it: > > diff --git a/build-aux/bootstrap b/build-aux/bootstrap > index 0e2bd34..278c10b 100755 > --- a/build-aux/b

bootstrap: copy failure

2007-11-18 Thread Sergey Poznyakoff
Bootstrap reports cp: cannot create regular file `lib/uniwidth/cjk.h-t': No such file or directory The following patch fixes it: diff --git a/build-aux/bootstrap b/build-aux/bootstrap index 0e2bd34..278c10b 100755 --- a/build-aux/bootstrap +++ b/build-aux/bootstrap @@ -366,6 +367,11 @@ cp_mark_a

Re: Bootstrap and 4-argument AC_INITs

2007-11-18 Thread Jim Meyering
"Sergey Poznyakoff" <[EMAIL PROTECTED]> wrote: > Hello, > > The following fixes package name extraction from 4-argument AC_INIT > invocations: Thanks! I've applied that, both in gnulib and in coreutils, and sync'd a couple of fixes from coreutils to gnulib.