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.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -116,7 +116,6 @@
|
||||
# ieee754-h \
|
||||
# ignore-value \
|
||||
# intprops \
|
||||
# inttypes \
|
||||
# largefile \
|
||||
# libgmp \
|
||||
# lstat \
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user