]> git.eshelyaron.com Git - emacs.git/commitdiff
Adjust nt/gnulib-cfg.mk to recent Gnulib import
authorEli Zaretskii <eliz@gnu.org>
Thu, 2 Jan 2025 07:44:44 +0000 (09:44 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 4 Jan 2025 20:41:02 +0000 (21:41 +0100)
* nt/gnulib-cfg.mk (OMIT_GNULIB_MODULE_dirent-h)
(OMIT_GNULIB_MODULE_inttypes-h-incomplete)
(OMIT_GNULIB_MODULE_stdio-h, OMIT_GNULIB_MODULE_stdlib-h)
(OMIT_GNULIB_MODULE_sys_select-h, OMIT_GNULIB_MODULE_sys_stat-h)
(OMIT_GNULIB_MODULE_sys_time-h, OMIT_GNULIB_MODULE_sys_types-h)
(OMIT_GNULIB_MODULE_unistd-h): Rename to follow Gnulib renaming
the modules from "FOO" to "FOO-h".

(cherry picked from commit d0b9d35fbf733adf747df7eb55d4e9f35b53bdbe)

nt/gnulib-cfg.mk

index 3dc70a44c685ec5c82c680710ab46cd31b136625..321a7fdd17f57073906c31af4f5ce6549a917289 100644 (file)
@@ -47,7 +47,7 @@ OMIT_GNULIB_MODULE_at-internal = true
 OMIT_GNULIB_MODULE_canonicalize-lgpl = true
 OMIT_GNULIB_MODULE_careadlinkat = true
 OMIT_GNULIB_MODULE_copy-file-range = true
-OMIT_GNULIB_MODULE_dirent = true
+OMIT_GNULIB_MODULE_dirent-h = true
 OMIT_GNULIB_MODULE_dirfd = true
 OMIT_GNULIB_MODULE_fchmodat = true
 OMIT_GNULIB_MODULE_fcntl = true
@@ -61,7 +61,7 @@ OMIT_GNULIB_MODULE_fsusage = true
 OMIT_GNULIB_MODULE_futimens = true
 OMIT_GNULIB_MODULE_getdelim = true
 OMIT_GNULIB_MODULE_getline = true
-OMIT_GNULIB_MODULE_inttypes-incomplete = true
+OMIT_GNULIB_MODULE_inttypes-h-incomplete = true
 OMIT_GNULIB_MODULE_lchmod = true
 OMIT_GNULIB_MODULE_malloc-gnu = true
 OMIT_GNULIB_MODULE_malloc-posix = true
@@ -75,14 +75,14 @@ OMIT_GNULIB_MODULE_secure_getenv = true
 OMIT_GNULIB_MODULE_signal-h = true
 OMIT_GNULIB_MODULE_signbit = true
 OMIT_GNULIB_MODULE_size_max = true
-OMIT_GNULIB_MODULE_stdio = true
-OMIT_GNULIB_MODULE_stdlib = true
+OMIT_GNULIB_MODULE_stdio-h = true
+OMIT_GNULIB_MODULE_stdlib-h = true
 OMIT_GNULIB_MODULE_stpncpy = true
-OMIT_GNULIB_MODULE_sys_select = true
-OMIT_GNULIB_MODULE_sys_stat = true
-OMIT_GNULIB_MODULE_sys_time = true
-OMIT_GNULIB_MODULE_sys_types = true
-OMIT_GNULIB_MODULE_unistd = true
+OMIT_GNULIB_MODULE_sys_select-h = true
+OMIT_GNULIB_MODULE_sys_stat-h = true
+OMIT_GNULIB_MODULE_sys_time-h = true
+OMIT_GNULIB_MODULE_sys_types-h = true
+OMIT_GNULIB_MODULE_unistd-h = true
 OMIT_GNULIB_MODULE_utimens = true
 OMIT_GNULIB_MODULE_utimensat = true
 OMIT_GNULIB_MODULE_xsize = true