mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-07-30 20:40:08 +02:00
Use gnulib's stpncpy module, now required by install.c
* bootstrap.conf (gnulib_modules): Add stpncpy.
This commit is contained in:
@@ -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.
|
||||
|
||||
+3
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user