summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-10-07 16:15:49 +0200
committerJim Meyering <meyering@redhat.com>2007-10-07 16:57:01 +0200
commitf62f1d302af156c832382bb4d9f9512c3f63af81 (patch)
treee2d8e5cd70fcd421480ed4585e0a00ddb34b7b3a
parentfbaf2fbb184d860755dd6c27c7b32058d1668e13 (diff)
downloadcoreutils-f62f1d302af156c832382bb4d9f9512c3f63af81.tar.xz
Avoid seq malfunction on non-POSIX systems: mingw, BeOS, Interix.
* bootstrap.conf (gnulib_modules): Add vasprintf-posix. Suggestion from Bruno Haible. Signed-off-by: Jim Meyering <meyering@redhat.com>
-rw-r--r--ChangeLog4
-rw-r--r--bootstrap.conf4
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index dd381fccb..099fd02ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-10-07 Jim Meyering <meyering@redhat.com>
+ Avoid seq malfunction on non-POSIX systems: mingw, BeOS, Interix.
+ * bootstrap.conf (gnulib_modules): Add vasprintf-posix.
+ Suggestion from Bruno Haible.
+
Avoid a used-uninitialized error.
* src/copy.c (copy_internal): Don't overload "use_stat".
diff --git a/bootstrap.conf b/bootstrap.conf
index de53c8d59..2088e5012 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -73,7 +73,9 @@ gnulib_modules="
stat-time stdbool stdlib-safer stpcpy strftime
strpbrk strtoimax strtoumax strverscmp sys_stat timespec tzset
unicodeio unistd-safer unlink-busy unlinkdir unlocked-io
- uptime userspec utimecmp utimens vasprintf verify version-etc-fsf
+ uptime userspec utimecmp utimens
+ vasprintf-posix
+ verify version-etc-fsf
wcwidth winsz-ioctl winsz-termios write-any-file
xalloc xgetcwd xgethostname
xmemcoll xnanosleep xstrtod xstrtoimax