changeset 824:126508295786

.
author Jim Meyering <jim@meyering.net>
date Sat, 21 Dec 1996 03:20:48 +0000
parents dfd87184df73
children a64f57d93282
files m4/Makefile.am
diffstat 1 files changed, 6 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/m4/Makefile.am
+++ b/m4/Makefile.am
@@ -1,10 +1,11 @@
 AUTOMAKE_OPTIONS = gnits 1.1k
 
 # Generate this list with
-# find . -type f -name '*.m4' -printf '%f\n'|sort |fmt
+# find . -type f -name '*.m4' -printf '%f\n'|sort |fmt |tr '\012' @ \
+#   |sed 's/@$/%/;s/@/ \\@/g' |tr @% '\012\012'
 EXTRA_DIST = \
-ccstdc.m4 dmalloc.m4 error.m4 getgroups.m4 getline.m4 getloadavg.m4
-gettext.m4 header.m4 init.m4 install.m4 jm-mktime.m4 jm-winsz1.m4
-jm-winsz2.m4 lcmessage.m4 lispdir.m4 maintainer.m4 memcmp.m4 mktime.m4
-obstack.m4 progtest.m4 protos.m4 ptrdiff.m4 regex.m4 sanity.m4 strftime.m4
+ccstdc.m4 dmalloc.m4 error.m4 getgroups.m4 getline.m4 getloadavg.m4 \
+gettext.m4 header.m4 init.m4 install.m4 jm-mktime.m4 jm-winsz1.m4 \
+jm-winsz2.m4 lcmessage.m4 lispdir.m4 maintainer.m4 memcmp.m4 mktime.m4 \
+obstack.m4 progtest.m4 protos.m4 ptrdiff.m4 regex.m4 sanity.m4 strftime.m4 \
 strtod.m4 termios.m4 uptime.m4 winsz.m4