summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-10-23 13:26:45 +0000
committerJim Meyering <jim@meyering.net>1997-10-23 13:26:45 +0000
commit9f1ddc8d01fe9b31a518d71759a47d3a33fcd326 (patch)
tree249c9e8e34a25c436eef74c042d39f1b3e13c539 /m4
parentd0a698d98488394152729e2409f7075c9c0d0eb1 (diff)
downloadcoreutils-9f1ddc8d01fe9b31a518d71759a47d3a33fcd326.tar.xz
(EXTRA_DIST): Add decl.m4 and do-decl.m4.
Diffstat (limited to 'm4')
-rw-r--r--m4/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/Makefile.am b/m4/Makefile.am
index fffc9c037..2d8897408 100644
--- a/m4/Makefile.am
+++ b/m4/Makefile.am
@@ -4,6 +4,6 @@
# find . -type f -name '*.m4' -printf '%f\n'|sort |fmt |tr '\012' @ \
# |sed 's/@$/%/;s/@/ \\@/g' |tr @% '\012\012'
EXTRA_DIST = README \
-chown.m4 d-ino.m4 d-type.m4 getgroups.m4 getline.m4 getloadavg.m4 \
-jm-mktime.m4 jm-winsz1.m4 jm-winsz2.m4 lstat.m4 memcmp.m4 realloc.m4 \
-putenv.m4 stat.m4 strftime.m4 uptime.m4
+chown.m4 d-ino.m4 d-type.m4 decl.m4 do-decl.m4 getgroups.m4 getline.m4 \
+getloadavg.m4 jm-mktime.m4 jm-winsz1.m4 jm-winsz2.m4 lstat.m4 memcmp.m4 \
+putenv.m4 realloc.m4 stat.m4 strftime.m4 uptime.m4