diff options
-rw-r--r-- | m4/Makefile.am | 5 | ||||
-rw-r--r-- | m4/Makefile.in | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/m4/Makefile.am b/m4/Makefile.am index 1102c5f63..a234ea4a7 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -37,8 +37,10 @@ host-os.m4 \ human.m4 \ iconv.m4 \ intdiv0.m4 \ +intmax_t.m4 \ inttypes-pri.m4 \ inttypes.m4 \ +inttypes_h.m4 \ isc-posix.m4 \ jm-glibc-io.m4 \ jm-macros.m4 \ @@ -78,15 +80,18 @@ st_dm_mode.m4 \ st_mtim.m4 \ stat.m4 \ stdbool.m4 \ +stdint_h.m4 \ strftime.m4 \ timespec.m4 \ tm_gmtoff.m4 \ tzset.m4 \ +uintmax_t.m4 \ unlink-busy.m4 \ uptime.m4 \ utimbuf.m4 \ utime.m4 \ utimes.m4 \ +vasprintf.m4 \ xstrtoimax.m4 \ xstrtoumax.m4 ##m4-files-end diff --git a/m4/Makefile.in b/m4/Makefile.in index 37fd7a420..a48f7b5ec 100644 --- a/m4/Makefile.in +++ b/m4/Makefile.in @@ -188,8 +188,10 @@ host-os.m4 \ human.m4 \ iconv.m4 \ intdiv0.m4 \ +intmax_t.m4 \ inttypes-pri.m4 \ inttypes.m4 \ +inttypes_h.m4 \ isc-posix.m4 \ jm-glibc-io.m4 \ jm-macros.m4 \ @@ -229,15 +231,18 @@ st_dm_mode.m4 \ st_mtim.m4 \ stat.m4 \ stdbool.m4 \ +stdint_h.m4 \ strftime.m4 \ timespec.m4 \ tm_gmtoff.m4 \ tzset.m4 \ +uintmax_t.m4 \ unlink-busy.m4 \ uptime.m4 \ utimbuf.m4 \ utime.m4 \ utimes.m4 \ +vasprintf.m4 \ xstrtoimax.m4 \ xstrtoumax.m4 |