diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2020-08-12 11:40:12 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2020-08-12 11:45:55 -0700 |
commit | 7e3fd65bb92eca64cbe310f0fe6f018dfedf8a44 (patch) | |
tree | 15b437a24b470090f6f4dd4a936d35d18f0ef9b3 /m4 | |
parent | e697ca152570d59f9b591fc2003292c30d4be050 (diff) | |
download | emacs-7e3fd65bb92eca64cbe310f0fe6f018dfedf8a44.tar.gz emacs-7e3fd65bb92eca64cbe310f0fe6f018dfedf8a44.tar.bz2 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.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/gnulib-comp.m4 | 2 |
1 files changed, 0 insertions, 2 deletions
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 |