aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2020-08-12 11:40:12 -0700
committerPaul Eggert2020-08-12 11:45:55 -0700
commit7e3fd65bb92eca64cbe310f0fe6f018dfedf8a44 (patch)
tree15b437a24b470090f6f4dd4a936d35d18f0ef9b3
parente697ca152570d59f9b591fc2003292c30d4be050 (diff)
downloademacs-7e3fd65bb92eca64cbe310f0fe6f018dfedf8a44.tar.gz
emacs-7e3fd65bb92eca64cbe310f0fe6f018dfedf8a44.zip
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.
-rwxr-xr-xadmin/merge-gnulib2
-rw-r--r--lib/gnulib.mk.in1
-rw-r--r--m4/gnulib-comp.m42
3 files changed, 1 insertions, 4 deletions
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='
36 fchmodat fcntl fcntl-h fdopendir 36 fchmodat fcntl fcntl-h fdopendir
37 filemode filename filevercmp flexmember fpieee fstatat fsusage fsync futimens 37 filemode filename filevercmp flexmember fpieee fstatat fsusage fsync futimens
38 getloadavg getopt-gnu getrandom gettime gettimeofday gitlog-to-changelog 38 getloadavg getopt-gnu getrandom gettime gettimeofday gitlog-to-changelog
39 ieee754-h ignore-value intprops inttypes largefile libgmp lstat 39 ieee754-h ignore-value intprops largefile libgmp lstat
40 manywarnings memmem-simple mempcpy memrchr minmax mkostemp mktime nstrftime 40 manywarnings memmem-simple mempcpy memrchr minmax mkostemp mktime nstrftime
41 pathmax pipe2 pselect pthread_sigmask 41 pathmax pipe2 pselect pthread_sigmask
42 qcopy-acl readlink readlinkat regex 42 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 @@
116# ieee754-h \ 116# ieee754-h \
117# ignore-value \ 117# ignore-value \
118# intprops \ 118# intprops \
119# inttypes \
120# largefile \ 119# largefile \
121# libgmp \ 120# libgmp \
122# lstat \ 121# 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],
113 # Code from module ignore-value: 113 # Code from module ignore-value:
114 # Code from module include_next: 114 # Code from module include_next:
115 # Code from module intprops: 115 # Code from module intprops:
116 # Code from module inttypes:
117 # Code from module inttypes-incomplete: 116 # Code from module inttypes-incomplete:
118 # Code from module largefile: 117 # Code from module largefile:
119 AC_REQUIRE([AC_SYS_LARGEFILE]) 118 AC_REQUIRE([AC_SYS_LARGEFILE])
@@ -343,7 +342,6 @@ AC_DEFUN([gl_INIT],
343 fi 342 fi
344 gl_SYS_TIME_MODULE_INDICATOR([gettimeofday]) 343 gl_SYS_TIME_MODULE_INDICATOR([gettimeofday])
345 gl_IEEE754_H 344 gl_IEEE754_H
346 gl_INTTYPES_H
347 gl_INTTYPES_INCOMPLETE 345 gl_INTTYPES_INCOMPLETE
348 AC_REQUIRE([gl_LARGEFILE]) 346 AC_REQUIRE([gl_LARGEFILE])
349 gl___INLINE 347 gl___INLINE