[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
recent gnulib changes require coreutils adaptations
From: |
Jim Meyering |
Subject: |
recent gnulib changes require coreutils adaptations |
Date: |
Sun, 08 Jul 2007 23:43:22 +0200 |
FYI, in case someone else has the same problems,
I had to make some changes in order to get coreutils'
bootstrap procedure to succeed once again:
<http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=summary>
2007-07-08 Jim Meyering <address@hidden>
Adapt to deeper hierarchy in gnulib.
* bootstrap (gnulib_tool): If the destination directory doesn't exist,
create it. This is required at least for "lib/uniwidth/cjk.h".
Use <wchar.h>, not "wcwidth.h".
* src/wc.c: Now that gnulib provides the POSIX-specified <wchar.h>,
include it and <wctype.h>, rather than "wcwidth.h".
* src/ls.c: Include <wchar.h>, rather than "wcwidth.h".
- recent gnulib changes require coreutils adaptations,
Jim Meyering <=
- Re: recent gnulib changes require coreutils adaptations, Paul Eggert, 2007/07/13
- Re: recent gnulib changes require coreutils adaptations, Jim Meyering, 2007/07/13
- Re: recent gnulib changes require coreutils adaptations, Paul Eggert, 2007/07/16
- Re: recent gnulib changes require coreutils adaptations, Jim Meyering, 2007/07/17
- Re: recent gnulib changes require coreutils adaptations, Paul Eggert, 2007/07/18
- Re: recent gnulib changes require coreutils adaptations, Jim Meyering, 2007/07/20
- Re: recent gnulib changes require coreutils adaptations, Paul Eggert, 2007/07/20
- Re: recent gnulib changes require coreutils adaptations, Jim Meyering, 2007/07/21
- Re: recent gnulib changes require coreutils adaptations, Paul Eggert, 2007/07/13