]> git.eshelyaron.com Git - emacs.git/commitdiff
Stop using Gnulib inttypes module
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 12 Aug 2020 18:40:12 +0000 (11:40 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 12 Aug 2020 18:45:55 +0000 (11:45 -0700)
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.

admin/merge-gnulib
lib/gnulib.mk.in
m4/gnulib-comp.m4

index 98f7941bd80222b770f74d550a40cf11c70412d2..3f32536a629134bd2f8994f8e3ceaab8d9ad2737 100755 (executable)
@@ -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
index e7e9fbdc3120f9f067c2963e65829416ea816478..92d0621c61a604cb5ea649fcb377d241e2ff6635 100644 (file)
 #  ieee754-h \
 #  ignore-value \
 #  intprops \
-#  inttypes \
 #  largefile \
 #  libgmp \
 #  lstat \
index 1f8a87218ecd2ce1626c4e64badca1b19d113246..5bfa1473eddc8defb393e54beabb3ac667a2d6a6 100644 (file)
@@ -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