From 93d3a009f7d6b5b35790c2ac5e68e66999a6e030 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 6 Aug 2023 09:40:33 -0700 Subject: [PATCH 1/3] Omit Gnulib printf-posix and vasnprintf-posix These Gnulib modules were needed only for the %n format, and Emacs no longer uses that format. Also, they were causing trouble with Emacs's specialized Gnulib importation procedure. * admin/merge-gnulib (GNULIB_MODULES): Omit printf-posix, vasnprintf-posix. --- admin/merge-gnulib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/merge-gnulib b/admin/merge-gnulib index a0dbaae1519..b533f69cceb 100755 --- a/admin/merge-gnulib +++ b/admin/merge-gnulib @@ -42,7 +42,7 @@ GNULIB_MODULES= manywarnings memmem-simple mempcpy memrchr memset_explicit minmax mkostemp mktime nanosleep nproc nstrftime - pathmax pipe2 printf-posix vasprintf-posix pselect pthread_sigmask + pathmax pipe2 pselect pthread_sigmask qcopy-acl readlink readlinkat regex sig2str sigdescr_np socklen stat-time std-gnu11 stdbool stdckdint stddef stdio stpcpy stpncpy strnlen strnlen strtoimax symlink sys_stat sys_time -- 2.39.2