Use Gnulib inttypes module
Needed for platforms like MinGW that don’t support C99 PRIdPTR. * admin/merge-gnulib (GNULIB_MODULES): Add inttypes. * m4/gnulib-comp.m4: Regenerate.
This commit is contained in:
parent
124a7951f4
commit
39c16c1170
3 changed files with 4 additions and 1 deletions
|
@ -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 largefile libgmp lstat
|
||||
ieee754-h ignore-value intprops inttypes largefile libgmp lstat
|
||||
manywarnings memmem-simple mempcpy memrchr minmax mkostemp mktime nstrftime
|
||||
pathmax pipe2 pselect pthread_sigmask
|
||||
qcopy-acl readlink readlinkat regex
|
||||
|
|
|
@ -116,6 +116,7 @@
|
|||
# ieee754-h \
|
||||
# ignore-value \
|
||||
# intprops \
|
||||
# inttypes \
|
||||
# largefile \
|
||||
# libgmp \
|
||||
# lstat \
|
||||
|
|
|
@ -113,6 +113,7 @@ 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])
|
||||
|
@ -342,6 +343,7 @@ 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
|
||||
|
|
Loading…
Add table
Reference in a new issue