From: Paul Eggert Date: Mon, 30 Dec 2024 19:51:25 +0000 (-0800) Subject: maint: adjust to Gnulib module renaming X-Git-Tag: v9.6~40 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=36e656390d25a094209032c9588bcf3df6736c94;p=thirdparty%2Fcoreutils.git 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. --- diff --git a/bootstrap.conf b/bootstrap.conf index e10c1ac541..ec38e36d2d 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -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 diff --git a/gl/modules/buffer-lcm b/gl/modules/buffer-lcm index 1d86f715e8..4479ab0f1b 100644 --- a/gl/modules/buffer-lcm +++ b/gl/modules/buffer-lcm @@ -6,7 +6,7 @@ lib/buffer-lcm.c lib/buffer-lcm.h Depends-on: -stddef +stddef-h configure.ac: diff --git a/gl/modules/randperm b/gl/modules/randperm index ae54bf7ab6..98cbf06b83 100644 --- a/gl/modules/randperm +++ b/gl/modules/randperm @@ -9,7 +9,7 @@ Depends-on: assert-h randint stdc_bit_width -stdint +stdint-h xalloc hash diff --git a/gl/modules/randread b/gl/modules/randread index c5fe8207c2..7a877597a4 100644 --- a/gl/modules/randread +++ b/gl/modules/randread @@ -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 diff --git a/gl/modules/strnumcmp b/gl/modules/strnumcmp index f36da19d0a..4d9c9c9250 100644 --- a/gl/modules/strnumcmp +++ b/gl/modules/strnumcmp @@ -10,7 +10,7 @@ lib/strnumcmp-in.h Depends-on: c-ctype inline -stddef +stddef-h configure.ac: diff --git a/gl/modules/targetdir b/gl/modules/targetdir index 25ccfb8998..1a6f097a8d 100644 --- a/gl/modules/targetdir +++ b/gl/modules/targetdir @@ -7,8 +7,8 @@ lib/targetdir.h Depends-on: attribute +bool fcntl-h -stdbool configure.ac: diff --git a/gl/modules/xdectoint b/gl/modules/xdectoint index 90a278c0be..9f8d8d65a8 100644 --- a/gl/modules/xdectoint +++ b/gl/modules/xdectoint @@ -8,10 +8,10 @@ lib/xdectoimax.c lib/xdectoumax.c Depends-on: +bool error -errno +errno-h quote -stdbool verify xstrtoimax xstrtoumax diff --git a/gl/modules/xfts b/gl/modules/xfts index 335946e2f5..5ead98a386 100644 --- a/gl/modules/xfts +++ b/gl/modules/xfts @@ -6,7 +6,7 @@ lib/xfts.c lib/xfts.h Depends-on: -stddef +stddef-h configure.ac: