diff options
-rw-r--r-- | m4/Makefile.am | 4 | ||||
-rw-r--r-- | m4/Makefile.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/m4/Makefile.am b/m4/Makefile.am index 62c2361ed..1fe60b299 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -19,6 +19,7 @@ d-type.m4 \ dirfd.m4 \ dos.m4 \ error.m4 \ +extensions.m4 \ fnmatch.m4 \ fpending.m4 \ fstypename.m4 \ @@ -34,7 +35,6 @@ gettext.m4 \ gettimeofday.m4 \ glibc.m4 \ glibc21.m4 \ -gnu-source.m4 \ group-member.m4 \ host-os.m4 \ human.m4 \ @@ -45,7 +45,6 @@ inttypes-pri.m4 \ inttypes.m4 \ inttypes_h.m4 \ isc-posix.m4 \ -jm-glibc-io.m4 \ jm-macros.m4 \ jm-mktime.m4 \ jm-winsz1.m4 \ @@ -94,6 +93,7 @@ tm_gmtoff.m4 \ tzset.m4 \ uintmax_t.m4 \ unlink-busy.m4 \ +unlocked-io.m4 \ uptime.m4 \ utimbuf.m4 \ utime.m4 \ diff --git a/m4/Makefile.in b/m4/Makefile.in index 48b5fe809..15998a0ec 100644 --- a/m4/Makefile.in +++ b/m4/Makefile.in @@ -170,6 +170,7 @@ d-type.m4 \ dirfd.m4 \ dos.m4 \ error.m4 \ +extensions.m4 \ fnmatch.m4 \ fpending.m4 \ fstypename.m4 \ @@ -185,7 +186,6 @@ gettext.m4 \ gettimeofday.m4 \ glibc.m4 \ glibc21.m4 \ -gnu-source.m4 \ group-member.m4 \ host-os.m4 \ human.m4 \ @@ -196,7 +196,6 @@ inttypes-pri.m4 \ inttypes.m4 \ inttypes_h.m4 \ isc-posix.m4 \ -jm-glibc-io.m4 \ jm-macros.m4 \ jm-mktime.m4 \ jm-winsz1.m4 \ @@ -245,6 +244,7 @@ tm_gmtoff.m4 \ tzset.m4 \ uintmax_t.m4 \ unlink-busy.m4 \ +unlocked-io.m4 \ uptime.m4 \ utimbuf.m4 \ utime.m4 \ |