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
-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
-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
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
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
"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 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
"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.