diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | bootstrap.conf | 4 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,8 @@ 2007-11-14 Jim Meyering <meyering@redhat.com> + Use gnulib's stpncpy module, now required by install.c + * bootstrap.conf (gnulib_modules): Add stpncpy. + Enable gnulib-tool's --with-tests option. * bootstrap: After all is done, transform the generated gnulib-tests/gnulib.mk. diff --git a/bootstrap.conf b/bootstrap.conf index 5ffd4661f..40f0e6c6e 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -76,7 +76,9 @@ gnulib_modules=" save-cwd savedir savewd selinux-at settime sig2str ssize_t stat-macros - stat-time stdbool stdlib-safer stpcpy strftime + stat-time stdbool stdlib-safer stpcpy + stpncpy + strftime strpbrk strtoimax strtoumax strverscmp sys_stat timespec tzset unicodeio unistd-safer unlink-busy unlinkdir unlocked-io uptime userspec utimecmp utimens |