From 8e412d1ac08c95fe1f80e2640f803429fc555ee6 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 14 Nov 2007 20:37:06 +0100 Subject: [PATCH] Use gnulib's stpncpy module, now required by install.c * bootstrap.conf (gnulib_modules): Add stpncpy. --- ChangeLog | 3 +++ bootstrap.conf | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7f78c14b25..a42a5dc9d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-11-14 Jim Meyering + 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 5ffd4661f8..40f0e6c6ef 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 -- 2.47.2