changeset 827:c7e31c22156f

.
author Jim Meyering <jim@meyering.net>
date Sat, 21 Dec 1996 04:09:35 +0000
parents e2ce5406b5fe
children 22f88ca263d5
files m4/Makefile.in
diffstat 1 files changed, 4 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/m4/Makefile.in
+++ b/m4/Makefile.in
@@ -4,6 +4,10 @@
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy, distribute and modify it.
 
+# Generate this list with
+# find . -type f -name '*.m4' -printf '%f\n'|sort |fmt |tr '\012' @ \
+#   |sed 's/@$/%/;s/@/ \\@/g' |tr @% '\012\012'
+
 
 SHELL = /bin/sh
 
@@ -43,11 +47,6 @@
 GMSGFMT = @GMSGFMT@
 CC = @CC@
 
-AUTOMAKE_OPTIONS = gnits 1.1k
-
-# Generate this list with
-# find . -type f -name '*.m4' -printf '%f\n'|sort |fmt |tr '\012' @ \
-#   |sed 's/@$//' |tr @ '\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 \