diff options
author | Jim Meyering <jim@meyering.net> | 1998-05-09 17:00:48 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-05-09 17:00:48 +0000 |
commit | f5d8ee465e7dbcd043c875fb283c6c1c875520ae (patch) | |
tree | 602f5acabb63c0032a0aa5933af6620516d2377e | |
parent | 51c06c49cfe1e6784ef8887041a2787c04180e8a (diff) | |
download | coreutils-f5d8ee465e7dbcd043c875fb283c6c1c875520ae.tar.xz |
(EXTRA_DIST): Add ssize_t.m4.
-rw-r--r-- | m4/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/Makefile.am b/m4/Makefile.am index a55c753a6..6a9e8073a 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -7,5 +7,5 @@ EXTRA_DIST = README \ assert.m4 check-decl.m4 chown.m4 const.m4 d-ino.m4 d-type.m4 decl.m4 error.m4 \ getgroups.m4 getline.m4 getloadavg.m4 inttypes_h.m4 jm-mktime.m4 jm-winsz1.m4 \ jm-winsz2.m4 lfs.m4 lstat.m4 malloc.m4 memcmp.m4 perl.m4 prereq.m4 putenv.m4 \ -readdir.m4 realloc.m4 stat.m4 strftime.m4 uintmax_t.m4 uptime.m4 \ +readdir.m4 realloc.m4 ssize_t.m4 stat.m4 strftime.m4 uintmax_t.m4 uptime.m4 \ mktime.m4 |