From: Paul Eggert Date: Wed, 12 Aug 2020 18:40:12 +0000 (-0700) Subject: Stop using Gnulib inttypes module X-Git-Tag: emacs-28.0.90~6635 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7e3fd65bb92eca64cbe310f0fe6f018dfedf8a44;p=emacs.git Stop using Gnulib inttypes module It wasn’t needed for MinGW after all, no other platform seems to need it, and it slows down ‘configure’. * admin/merge-gnulib (GNULIB_MODULES): Remove inttypes. * m4/gnulib-comp.m4: Regenerate. --- diff --git a/admin/merge-gnulib b/admin/merge-gnulib index 98f7941bd80..3f32536a629 100755 --- a/admin/merge-gnulib +++ b/admin/merge-gnulib @@ -36,7 +36,7 @@ GNULIB_MODULES=' fchmodat fcntl fcntl-h fdopendir filemode filename filevercmp flexmember fpieee fstatat fsusage fsync futimens getloadavg getopt-gnu getrandom gettime gettimeofday gitlog-to-changelog - ieee754-h ignore-value intprops inttypes largefile libgmp lstat + ieee754-h ignore-value intprops largefile libgmp lstat manywarnings memmem-simple mempcpy memrchr minmax mkostemp mktime nstrftime pathmax pipe2 pselect pthread_sigmask qcopy-acl readlink readlinkat regex diff --git a/lib/gnulib.mk.in b/lib/gnulib.mk.in index e7e9fbdc312..92d0621c61a 100644 --- a/lib/gnulib.mk.in +++ b/lib/gnulib.mk.in @@ -116,7 +116,6 @@ # ieee754-h \ # ignore-value \ # intprops \ -# inttypes \ # largefile \ # libgmp \ # lstat \ diff --git a/m4/gnulib-comp.m4 b/m4/gnulib-comp.m4 index 1f8a87218ec..5bfa1473edd 100644 --- a/m4/gnulib-comp.m4 +++ b/m4/gnulib-comp.m4 @@ -113,7 +113,6 @@ AC_DEFUN([gl_EARLY], # Code from module ignore-value: # Code from module include_next: # Code from module intprops: - # Code from module inttypes: # Code from module inttypes-incomplete: # Code from module largefile: AC_REQUIRE([AC_SYS_LARGEFILE]) @@ -343,7 +342,6 @@ AC_DEFUN([gl_INIT], fi gl_SYS_TIME_MODULE_INDICATOR([gettimeofday]) gl_IEEE754_H - gl_INTTYPES_H gl_INTTYPES_INCOMPLETE AC_REQUIRE([gl_LARGEFILE]) gl___INLINE