mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-10 17:31:56 +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:
@@ -46,6 +46,7 @@ gnulib_modules="
|
|||||||
backupfile
|
backupfile
|
||||||
base32
|
base32
|
||||||
base64
|
base64
|
||||||
|
bool
|
||||||
btoc32
|
btoc32
|
||||||
buffer-lcm
|
buffer-lcm
|
||||||
c-strcase
|
c-strcase
|
||||||
@@ -146,7 +147,7 @@ gnulib_modules="
|
|||||||
idx
|
idx
|
||||||
ignore-value
|
ignore-value
|
||||||
inttostr
|
inttostr
|
||||||
inttypes
|
inttypes-h
|
||||||
isapipe
|
isapipe
|
||||||
isatty
|
isatty
|
||||||
isblank
|
isblank
|
||||||
@@ -247,10 +248,9 @@ gnulib_modules="
|
|||||||
stat-macros
|
stat-macros
|
||||||
stat-size
|
stat-size
|
||||||
stat-time
|
stat-time
|
||||||
stdbool
|
|
||||||
stdc_leading_zeros
|
stdc_leading_zeros
|
||||||
stdc_trailing_zeros
|
stdc_trailing_zeros
|
||||||
stdckdint
|
stdckdint-h
|
||||||
stdlib-safer
|
stdlib-safer
|
||||||
stpcpy
|
stpcpy
|
||||||
strdup-posix
|
strdup-posix
|
||||||
@@ -260,14 +260,14 @@ gnulib_modules="
|
|||||||
strtoimax
|
strtoimax
|
||||||
strtoumax
|
strtoumax
|
||||||
symlinkat
|
symlinkat
|
||||||
sys_ioctl
|
sys_ioctl-h
|
||||||
sys_resource
|
sys_resource-h
|
||||||
sys_stat
|
sys_stat-h
|
||||||
sys_types
|
sys_types-h
|
||||||
sys_wait
|
sys_wait-h
|
||||||
targetdir
|
targetdir
|
||||||
tempname
|
tempname
|
||||||
termios
|
termios-h
|
||||||
time_rz
|
time_rz
|
||||||
timer-time
|
timer-time
|
||||||
timespec
|
timespec
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ lib/buffer-lcm.c
|
|||||||
lib/buffer-lcm.h
|
lib/buffer-lcm.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stddef
|
stddef-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ Depends-on:
|
|||||||
assert-h
|
assert-h
|
||||||
randint
|
randint
|
||||||
stdc_bit_width
|
stdc_bit_width
|
||||||
stdint
|
stdint-h
|
||||||
xalloc
|
xalloc
|
||||||
hash
|
hash
|
||||||
|
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ lib/randread.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
alignasof
|
alignasof
|
||||||
|
bool
|
||||||
error
|
error
|
||||||
exitfail
|
exitfail
|
||||||
inline
|
inline
|
||||||
@@ -16,8 +17,7 @@ fopen-safer
|
|||||||
getrandom
|
getrandom
|
||||||
quote
|
quote
|
||||||
minmax
|
minmax
|
||||||
stdbool
|
stdint-h
|
||||||
stdint
|
|
||||||
unlocked-io
|
unlocked-io
|
||||||
xalloc
|
xalloc
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ lib/strnumcmp-in.h
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
c-ctype
|
c-ctype
|
||||||
inline
|
inline
|
||||||
stddef
|
stddef-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
|||||||
@@ -7,8 +7,8 @@ lib/targetdir.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
attribute
|
attribute
|
||||||
|
bool
|
||||||
fcntl-h
|
fcntl-h
|
||||||
stdbool
|
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
|||||||
@@ -8,10 +8,10 @@ lib/xdectoimax.c
|
|||||||
lib/xdectoumax.c
|
lib/xdectoumax.c
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
|
bool
|
||||||
error
|
error
|
||||||
errno
|
errno-h
|
||||||
quote
|
quote
|
||||||
stdbool
|
|
||||||
verify
|
verify
|
||||||
xstrtoimax
|
xstrtoimax
|
||||||
xstrtoumax
|
xstrtoumax
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ lib/xfts.c
|
|||||||
lib/xfts.h
|
lib/xfts.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stddef
|
stddef-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user