1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-10 09:21:58 +02:00

maint: adjust to Gnulib module renaming

* bootstrap.conf, gl/modules/buffer-lcm, gl/modules/randperm:
* gl/modules/randread, gl/modules/strnumcmp, gl/modules/targetdir:
* gl/modules/xdectoint, gl/modules/xfts:
Adjust to recent renaming of Gnulib modules, e.g., stdbool → bool,
inttypes → inttypes-h.
This commit is contained in:
Paul Eggert
2024-12-30 11:51:25 -08:00
parent e83385b526
commit 36e656390d
8 changed files with 18 additions and 18 deletions

View File

@@ -46,6 +46,7 @@ gnulib_modules="
backupfile
base32
base64
bool
btoc32
buffer-lcm
c-strcase
@@ -146,7 +147,7 @@ gnulib_modules="
idx
ignore-value
inttostr
inttypes
inttypes-h
isapipe
isatty
isblank
@@ -247,10 +248,9 @@ gnulib_modules="
stat-macros
stat-size
stat-time
stdbool
stdc_leading_zeros
stdc_trailing_zeros
stdckdint
stdckdint-h
stdlib-safer
stpcpy
strdup-posix
@@ -260,14 +260,14 @@ gnulib_modules="
strtoimax
strtoumax
symlinkat
sys_ioctl
sys_resource
sys_stat
sys_types
sys_wait
sys_ioctl-h
sys_resource-h
sys_stat-h
sys_types-h
sys_wait-h
targetdir
tempname
termios
termios-h
time_rz
timer-time
timespec

View File

@@ -6,7 +6,7 @@ lib/buffer-lcm.c
lib/buffer-lcm.h
Depends-on:
stddef
stddef-h
configure.ac:

View File

@@ -9,7 +9,7 @@ Depends-on:
assert-h
randint
stdc_bit_width
stdint
stdint-h
xalloc
hash

View File

@@ -9,6 +9,7 @@ lib/randread.h
Depends-on:
alignasof
bool
error
exitfail
inline
@@ -16,8 +17,7 @@ fopen-safer
getrandom
quote
minmax
stdbool
stdint
stdint-h
unlocked-io
xalloc

View File

@@ -10,7 +10,7 @@ lib/strnumcmp-in.h
Depends-on:
c-ctype
inline
stddef
stddef-h
configure.ac:

View File

@@ -7,8 +7,8 @@ lib/targetdir.h
Depends-on:
attribute
bool
fcntl-h
stdbool
configure.ac:

View File

@@ -8,10 +8,10 @@ lib/xdectoimax.c
lib/xdectoumax.c
Depends-on:
bool
error
errno
errno-h
quote
stdbool
verify
xstrtoimax
xstrtoumax

View File

@@ -6,7 +6,7 @@ lib/xfts.c
lib/xfts.h
Depends-on:
stddef
stddef-h
configure.ac: