summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-07-08 12:42:05 +0200
committerJim Meyering <jim@meyering.net>2007-07-08 12:42:05 +0200
commite7368caf47c9bcdd853f1f9dac4382935d4caa6f (patch)
treedb0eacfc2a4d60deb5ea33a29f2715ddd030bc62 /ChangeLog
parent1cea914143cab171beaad1f3df60566bcfa48cff (diff)
downloadcoreutils-e7368caf47c9bcdd853f1f9dac4382935d4caa6f.tar.xz
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".
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e2fdc5396..13c6cf489 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-07-08 Jim Meyering <jim@meyering.net>
+ 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".